Enhancing Code Reusability with NestJS Abstract Repository Pattern Best Practices and ExamplesSep 1, 2023·5 min read
Building an Escrow with Price Trigger on Solana: How Pyth Network Provides Real World Market Data.Building Solana Programs with Anchor and Pyth NetworkNov 9, 2024·5 min read
Mastering Optional Chaining in JavaScript Enhancing Code Readability and Error Handling.Jun 30, 2023·3 min read
"Understanding Redux and Redux Toolkit: A Comprehensive Guide"In my last article, I discussed state management and its importance in a react application. In this article, we would be diving deep into Understanding state management with Redux and Redux toolkit. What is Redux? Redux is a popular open-source libra...May 6, 2023·7 min read
Managing State In A React ApplicationIn my opinion, state management is one of the most important aspects of building a front-end web application. WHAT IS A STATE? In ReactJS, a "state" is an object that represents the current state of a component. It is used to keep track of data that ...May 1, 2023·3 min read