PinnedHow I started my web development career at the age of 19 with no coding backgroundIf you're reading this, you're probably considering a career in web development. You might wonder if you have what it takes to be a successful developer. I started my web development career at the age of 19, right after school. I had no CS degree and...Sep 26, 2022·3 min read
How to Optimize Your ReactJS Site for Google's Core Web VitalsIf you're using ReactJS to build your website or web application, you'll want to ensure that it's optimized for Google's Core Web Vitals. Google's Core Web Vitals are a set of metrics that measure the performance of a web page. They include things li...Mar 17, 2023·2 min read
Getting Started with Frontend Development in 2023? A Beginner's GuideIf you're interested in getting started with frontend development in 2023, this article will help in your journey of learning frontend developmentJan 1, 2023·2 min read
Use the CSS "calc()" Function for Easy Mathematical Calculations in Your StylingThe CSS "calc()" Function can be useful for things like width and height calculations, or any other time you need to perform a calculation in CSS.Nov 14, 2022·2 min read
SWR - A Better Way to Fetch DataSWR is a React Hooks library for data fetching. It allows you to use React Hooks to fetch data from an API, cache the data, and re-use the data when the component renders. SWR first returns the data from cache (stale), then returns the fetched data (...Sep 28, 2022·2 min read
30 Days CSS challenge - ZERO to HEROOver 30 days, we will cover everything from the basics of CSS syntax to more advanced concepts like responsive design and animation.Sep 24, 2022·10 min read
30 Days Frontend Development Roadmap 2022-2023In just 30 days, you will learn the skills and technologies you need to build beautiful, responsive websites and web applications.Sep 20, 2022·14 min read