About Me
Hey I'm Ethan. I'm a student that loves to Program. I am currently on the East Coast of the United states. I help others with programming sharing what I have learned over the years with new comers.
My Programming Journey
I started in January 2020 to make a website for something in real life. I started with JavaScript. Back then I thought "true programmers" used binary and every language can do everything the same. So I learned up to conditionals or so and gave up since lock down happened.
Then in 2021 I started again learned HTML, CSS and JS (JS not for webdev). So I made some websites and then learned JS for frontend webdev.
Then learned about front end frame works and tried learning React but gave up after I finished the basics. Around a year later I re-learned the basics and taught myself the rest of the framework.
After that in 2024 I learned SQL and improving my Next.js skills as part of my journey of learning backend webdev.
currently I am making full stack web apps to practice my skills. I want to get a internship for this summer and hopefully a job in the next few years.
Check out what I've learned
↓
HTML 
HTML is the a languge to build the front end of a webpage.
CSS 
CSS is used to style HTML to make it look good.
JavaScript 
Javascript can be used for almost anything. It is used to make HTML interactive, the backend of a website or just about anything.
TypeScript 
Javascript but with declared types
SQL 
SQL is used to interact with databses. From reading to writing to databases.
React 
React is a Front end web framework and could be used full stack with another framework like Next.js or Remix.
Github 
Github is version control in the web that uses Git. It is also used to host code and open source projects.
Next.js 
Next.js is a full stack web framework that uses React.