Mastering Redux Toolkit: Simplifying State Management in React ApplicationsRedux Toolkit is the official, all-in-one toolset for simplifying Redux development. It's the recommended way to handle Redux logic in JavaScript and React applications. This article will guide you through the process of understanding, implementing, ...Jul 18, 2024·5 min read·30
Building Codesphere App with AWS Amplify: A Journey of Innovation and LearningAug 1, 2023·6 min read·36
The Power of Command Line: Why Developers Should Embrace ItWhy Developers Should Embrace the Command Line: Exploring Versatility, Speed, and Efficiency with Basic Commands, VIM, and ShelMay 1, 2023·2 min read·56
Supercharge your CSS Skills with SassIn this article, we are going to learn about a new world of CSS that can be tagged as the realm of CSS superpowers. We are going to learn how to programmatically perform CSS tasks like you'd have done with JavaScript, write functions, create loops, c...Jul 3, 2022·13 min read·439
Introduction to React Native: A beginner's guide.React Native: a tool for mobile development In 2015, React Native was launched by Facebook as the JavaScript framework to build mobile apps for both iOS and Android. It uses the same concepts and ideas from React. React Native allows you to create mo...Jun 13, 2022·7 min read·315
Middlewares in Express.js: All you need to knowBefore talking about middleware, let's talk about what express.js is, its uses, and how it relates to middleware. According to the official website of Express: Express is a fast, unopinionated, minimalist web framework for Node.js. It is a web fram...Jun 4, 2022·10 min read·263
Handling Asynchronous Operations in JavaScriptThe old, new and efficient way.Apr 14, 2022·6 min read·468
How does Javascript work internally?MDN defined JavaScript as follows: JavaScript is a scripting or programming language that allows you to implement complex features on web pages — every time a web page does more than just sit there and display static information for you to look at ...Apr 11, 2022·4 min read·186