React Fundamentals

React Basics You Should Know Let's begin with understanding how to create elements in React using the React.createElement method.As we can see in the example below, the element nested is esse...
0 Read More

Portfolio website in Next.js

Hi,I created my personal portfolio website using Next.js, Tailwind CSS, Framer-motion and others tools.Therefore, I would like to ask for feedback.If you liked the project, I will appreciate if you le...
0 Read More

Starting From Scratch

planning to study full stack development from scratch, instead of just watching tutorials thinking about studying from base javascript to advanced topics like devops,cloud etc.Although there are many ...
0 Read More

useRef Hook: The Silent Helper

useRef is a hook that gives you a way to persist values across renders without triggering re-renders. It's like storing a value you can access at any point — but React won’t re-render when that va...
0 Read More