Blog
With 6 insightful articles on this site, I've been passionately delving into the world of web development and tech careers. From mastering the latest frontend frameworks to exploring the art of debugging, my journey in writing has been an exciting quest to share knowledge and empower fellow developers. Let's dive into the world of tech together!
Recent Posts
All Posts
React Server Components
What are React Server Components actually? How they differ from other types of components? How does it changes things for you as a developer? And, how can you use them?
Mastering the Art of Pain-Free Remote Work
Your Ultimate Guide to Avoiding Neck and Back Pain in the IT Industry
Suspense in React-18
React 18 new feature Suspense. We'll inspect if this is really a great feature. Also, what is the use of Suspense and do you really need it? We'll take a deep dive on all of these topics
Pre-rendering in Nextjs
What is pre-rendering? what are benifits of pre-rendered components?
useEffect firing twice in React 18
React 18 causes useEffect to fire twice. We'll inspect if this is really an issue, or it shows some of hidden buggs in your code.
React Component LifeCycle Stages
React lifecycle ? lifecycle methods and their use cases