2 followers
Front-end React Developer
I'm an experienced software developer with a diverse skill-set and proficiency in various platforms, languages, and embedded systems. I excel both as a self-manager and tea
nextjs.org Learn Next.js: Creating Layouts and Pages | Next.js 5–6 minutes So far, your application only has a home page. Let's learn how you can...
nextjs.org Learn Next.js 13: Optimizing Fonts and Images | Next.js 13 8–10 minutes In the previous chapter, you learned how to style your Next.js...
If you have accidentally published your .env file containing sensitive information to Git, it is important to take immediate action to protect your...
Web accessibility is crucial for ensuring that people with disabilities can access and use web applications effectively. It involves designing and...
Creating a custom React hook library is a great way to encapsulate and share reusable logic across projects. In this tutorial, I'll guide you through...
Object Oriented Programming principles In this reading, you'll learn about the benefits of object-oriented programming (OOP) and the OOP...