-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implement skills section with real data
- Loading branch information
1 parent
cca1d94
commit a730e4f
Showing
44 changed files
with
164 additions
and
251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,67 @@ | ||
[ | ||
{ | ||
"content": [ | ||
"Developed reusable React components for various projects.", | ||
"Utilized hooks for state management and lifecycle methods.", | ||
"Integrated third-party libraries for enhanced UI/UX." | ||
"I have 1 year of experience with React, and 3 years of experience in JavaScript alltogether.", | ||
"Every time I create a project in vanilla, I create a project in React. I find that I learn from both, and that I am able to apply what I learn in one to the other. I have no doubt that I would be able to implement my most verbose vanilla projects in React, and vice versa. With that being said, it's hard to pinpoint exactly where my React skills are at, but I will say that I have not yet encountered the roadblocks that I had to overcome in vanilla, the 2 years I spent imprisoned ", | ||
"I do not feel limited by React in any way, and while I have yet to take on a project with the complexity of some of my vanilla projects, notably the Google Calendar Clone, I am confident that I would be able to do so. The real hill I have yet to climb is real-world react experience, and I am eager to do so.", | ||
"No, I do not have any real-world experience with React, but I am confident that I am prepared to deliver. I have been working with React for a year now, and I have been working with JavaScript for 3 years counting my time in React. I have a deep understanding of the fundamentals of JavaScript, therefore I have a deep understanding of React. The 'in-between' variable declaration and execution are certainly different, but the underlying concepts are the same." | ||
], | ||
"imgSrc": "react", | ||
"title": "React JS" | ||
}, | ||
{ | ||
"content": [ | ||
"Implemented complex features without relying on frameworks.", | ||
"Optimized website performance and responsiveness.", | ||
"Debugged and resolved cross-browser compatibility issues." | ||
"My experience with Next.js is more or less the same as my experience with React. I have been using it for a year now, although I have only published one project publicly, but I think that project is a good representation that I am comfortable and capable with the framework", | ||
"Built a Next.js blog application with the latest App Router, ContentLayer for CMS, CSS Modules and TypeScript.", | ||
"Blog application scores a flawless 100 on Google Lighthouse and Vercel's Performance, Accessibility, Best Practices, and SEO audits. It is built with a mobile first approach in mind and the UI, though not my own design (I got it from basement.studio), is implemented from scratch using CSS Modules. Creating and updating blog posts is as simple as updating a MDX file, all in thanks to the ContentLayer SDK." | ||
], | ||
"imgSrc": "vanilla", | ||
"title": "Vanilla JS" | ||
"imgSrc": "next", | ||
"title": "Next.js" | ||
}, | ||
{ | ||
"content": [ | ||
"Typed JavaScript for better maintainability and fewer runtime errors.", | ||
"Integrated third-party libraries with custom type declarations.", | ||
"Utilized advanced types and generics for complex logic." | ||
"I have 1 year of experience with TypeScript. My most recent projects are all written in TypeScript, and I am well-versed in it's TSX syntax when used with React.", | ||
"I have built two, Zero-dependency NPM packages using Typescript, the latest of which has over 1000 downloads (monthpicker-lite-js). My latest project is a Blog written in TSX using Next.js, and I am currently working on a few different React NPM Component packages using TSX." | ||
], | ||
"imgSrc": "typescript", | ||
"title": "TypeScript" | ||
}, | ||
{ | ||
"content": [ | ||
"Configured Webpack for optimized bundling and chunking.", | ||
"Set up loaders and plugins for transpiling and asset management.", | ||
"Enhanced app performance through tree shaking and code splitting." | ||
"3 years of experience with Vanilla JS.", | ||
"Prioritized building a foundation through Vanilla and spent the first 2 years of my learning using it exclusively.", | ||
"Pledged to not use any frameworks until I felt I had pushed Vanilla as far as I could, which came in the form of building a one for one clone of Google Calendar without the use of any frameworks or libraries.", | ||
"The long time spent at ground zero without any third party code prepared me extremely well for modern frameworks.", | ||
"Have solved at least 2 problems a day on Codewars for nearly 2 years. Began mixing in Leetcode 4 months ago, and in total I have solved over 1,000 problems on these sites and have reached the top .25% of codewars users." | ||
], | ||
"imgSrc": "webpack", | ||
"title": "Webpack" | ||
"imgSrc": "vanilla", | ||
"title": "Vanilla JS" | ||
}, | ||
{ | ||
"content": [ | ||
"Designed responsive layouts with Flexbox and Grid.", | ||
"Implemented animations and transitions for improved user interactions.", | ||
"Ensured cross-browser styling consistency." | ||
"Automation is important to me, unfortunately there are not many tools I'm aware of that are great at it. I have been honing with Node for a year now and have built several CLI tools to automate various tasks.", | ||
"I do not publicly share the majority of these tools, but I will leave them in whatever project I am working on that requires them. This portfolio for example hass a CLI Image Handling Script that automates several annoying tasks relative to image handling such as resizing, applying filters, converting to webp, creating queries, data URIs, and more.", | ||
"The majority of the time when I create a project that I do not intend on making public, I will use a custom Node build process to compile and bundle the project." | ||
], | ||
"imgSrc": "css", | ||
"title": "CSS" | ||
"imgSrc": "node", | ||
"title": "Node JS" | ||
}, | ||
{ | ||
"content": [ | ||
"Built SEO-friendly web apps with static site generation.", | ||
"Optimized page loads with incremental static regeneration.", | ||
"Integrated with various data sources using Next.js API routes." | ||
"I have over 5 years of experience with CSS, enough to know how to re-create any design so long as it doesn't involve canvas magic.", | ||
"Am open to using any CSS framework or tooling, some of the ones I am familiar with are: Bootstrap, Tailwind, and Module CSS." | ||
], | ||
"imgSrc": "next", | ||
"title": "Next.js" | ||
"imgSrc": "css", | ||
"title": "CSS" | ||
}, | ||
{ | ||
"content": [ | ||
"Set up and customized WordPress sites for various clients.", | ||
"Implemented custom themes and plugins to enhance site functionality.", | ||
"Optimized site speed and ensured security through regular updates." | ||
"Over 2 years of experience with Webpack.", | ||
"Familiar with all of the core loading and optimization features in standard webpack.", | ||
"Have explored many of the more advanced features such as code splitting, tree shaking, and module federation.", | ||
"Make it a habit to try out different configurations with each new project. For example, this portfolio utilizes a very underrated plugin called 'html-bundler-webpack-plugin' which allows you to resolve images, fonts, css, and js files from your html files." | ||
], | ||
"imgSrc": "wordpress", | ||
"title": "WordPress" | ||
"imgSrc": "webpack", | ||
"title": "Webpack" | ||
} | ||
] |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Binary file not shown.
Diff not rendered.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,29 +30,18 @@ | |
<aside class="gradient-overlay--two"></aside> | ||
<svg style="position:absolute;top:0;left:0;height:0;width:0;z-index:-1;opacity:0;visibility:hidden;"> | ||
<filter id='grainy' x='0' y='0' width='100%' height='100%'> | ||
<!-- <feTurbulence type='fractalNoise' baseFrequency='0.6' stitchTiles='stitch'/> --> | ||
<!-- <feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' seed='5' stitchTiles='stitch' result='noise'/> --> | ||
<feTurbulence | ||
type='fractalNoise' | ||
baseFrequency='0.6' | ||
stitchTiles='stitch'/> | ||
<feColorMatrix in="colorNoise" type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /> | ||
<feComposite operator="in" in2="SourceGraphic" result="monoNoise"/> | ||
<feBlend in="SourceGraphic" in2="monoNoise" mode="screen" /> | ||
<feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' seed='5' stitchTiles='stitch' result='noise'/> | ||
</filter> | ||
</svg> | ||
|
||
<!-- HEADER (FIXED)--> | ||
<!-- style="background-color:transparent;" --> | ||
<header class="header" > | ||
<header class="header"> | ||
<div class="header-wrapper"> | ||
<div class="header-logo--wrapper"> | ||
<a class="header-logo" data-href="#header-top" title="Scroll To Top" aria-label="button" href="#page-top"> | ||
<!-- <img src="./images/svg/globe.svg" alt> --> | ||
<!-- <img src="./images/svg/logo.svg" alt> --> | ||
</a> | ||
</div> | ||
|
||
<div class="nav-wrapper"> | ||
<nav class="header-nav"> | ||
<ul class="nav-menu"> | ||
|
@@ -105,12 +94,12 @@ | |
<div class="intro-header"> | ||
<div class="intro-header__subtitles"> | ||
<h1>chase ottofy</h1> | ||
<div class="intro-container--links"> | ||
<a href="mailto:[email protected]" title="Open Mail-to" class="mailto-link" data-tooltip-text="[email protected]"><img src="./images/svg/mailto.svg" alt>Email</a> | ||
<a href="https://github.com/chaseottofy" title="Github Profile" target="_blank" rel="noreferrer" data-tooltip-text="github.com/chaseottofy"><img src="./images/svg/githuboutline.svg" alt>Github</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="intro-container--links"> | ||
<a href="mailto:[email protected]" title="Open Mail-to" class="mailto-link" data-tooltip-text="[email protected]"><img src="./images/svg/mailto.svg" alt>Email</a> | ||
<a href="https://github.com/chaseottofy" title="Github Profile" target="_blank" rel="noreferrer" data-tooltip-text="github.com/chaseottofy"><img src="./images/svg/githuboutline.svg" alt>Github</a> | ||
</div> | ||
|
||
<aside class="intro-observer-ref--top"></aside> | ||
<aside class="intro-observer-ref"></aside> | ||
|
@@ -461,6 +450,12 @@ <h4 class="skill-title"></h4> | |
<ul class="skill-content"></ul> | ||
<div class="skill-img--wrapper"></div> | ||
</div> | ||
|
||
<div class="skills-cell"> | ||
<h4 class="skill-title"></h4> | ||
<ul class="skill-content"></ul> | ||
<div class="skill-img--wrapper"></div> | ||
</div> | ||
</div> | ||
</article> | ||
|
||
|
@@ -666,6 +661,7 @@ <h3>Send Direct Message</h3> | |
</span> | ||
</aside> | ||
|
||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.