PinnedRanveerSequeiraTwo 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
PinnedRanveerSequeiraOptimizing 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
RanveerSequeiraLearning 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
RanveerSequeiraUnderstanding 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
RanveerSequeiraReact 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
RanveerSequeiraBasics of Advanced React Patterns.I know title is kinda confusing. Lemme explain!.Feb 23, 2022Feb 23, 2022
RanveerSequeiraThings 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
RanveerSequeiraLearn 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
RanveerSequeiraWhat 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
RanveerSequeiraImperative vs Declarative Programming“You know, imperative programming is like how you do something, and declarative programming is more like what you do, or something.”May 16, 2021May 16, 2021