PinnedTwo way Data Binding vs One way Data Binding.To understand this first we’ll need to learn about Model-View-Controller pattern(MVC). Let’s learn it while making pizza from ChatGPT.Dec 16, 2023Dec 16, 2023
PinnedOptimizing React Application Performance: From 30 Seconds to Under 5 SecondsAs a developer, optimizing application performance is one of the most important aspects of building high-quality applications. Recently, I…Apr 25, 2023Apr 25, 2023
Resolving Bot Crawlers Redirect Issue in Next.js MiddlewareResolving Bot Crawlers Redirect Issue in Next.js Middleware2d ago2d ago
Learning Rust: Understanding Zero-Cost Abstraction with Filter and MapIntroduction: As a programming language enthusiast, I’ve recently embarked on a journey to learn Rust — a powerful systems programming…May 23, 20232May 23, 20232
Understanding Data Binding.Angular and React are two of the most popular front-end web development frameworks in use today. Both frameworks are designed to make it…Apr 26, 2023Apr 26, 2023
React Error BoundriesHave you ever started crying when your application failed in production due to some API data error or some unknown magic?Dec 21, 2022Dec 21, 2022
Basics of Advanced React Patterns.I know title is kinda confusing. Lemme explain!.Feb 23, 2022Feb 23, 2022
Things you might not know about DOCTYPE in HTML.DOCTYPE is the first piece of code to write in HTML5 to inform a browser that the document being rendered is an HTML document. <!doctype…Nov 21, 2021Nov 21, 2021
Learn Types in JSI’m learning Deep JavaScript from Kyle Simpson on FrontendMasters. I’m trying to sum up all my learning in this post.Sep 7, 2021Sep 7, 2021
What is useState lazy initialization?When we create a useState in React. Any variables you create or arguments you pass are created and evaluated every render. This is not a…May 25, 2021May 25, 2021