Angular Concepts Overview

✅ 1. What is Angular, and why does Angular use TypeScript? 🔹 Angular: Angular is a TypeScript-based open-source front-end framework developed by Google for building dynamic web ...
0 Read More

Beyond TypeScript 🚀

Hey devs, and anyone still dealing with a 900MB node_modules folder,We're constantly being told that JavaScript and TypeScript are the "standard" for web development. "Everyone uses it", they say. "It...
0 Read More

Open SASS vs ShadCN UI ⚔️

Open SASS vs ShadCN UI ⚔️
Welcome 👋! When evaluating modern UI libraries, the market is flooded with impressive choices; But not all are built equal. Shadcn UI has earned a following among developers working primarily with...
0 Read More

Short Talk Future of React Native.

Alright folks, pull up a chair! If you're looking to build mobile apps that run seamlessly on both iOS and Android without writing everything twice (yeah, the dream!), then you've absolutely got to ge...
0 Read More

Deep Dive into `createStore` in Redux

Deep Dive into `createStore` in Redux
Redux's createStore is at the heart of the Redux architecture. It's the fundamental API for creating a Redux store. In this deep dive, we’ll explore everything about createStore — from its argumen...
0 Read More

The Time this Broke My Brain

When I was first learning JavaScript in Turing's Mod 1, I felt like I was making real progress. I could write loops. I could use conditionals. I was wrapping my head around functions, arrays, and obje...
0 Read More