Apr 20 · 5 min read · I wanted to experiment building a full-stack web framework that was small enough for the AI to read end-to-end without needing an MCP. What if the source code, both my code and the framework's code (i
Join discussion
Mar 13 · 5 min read · 1. Imagine You Are Running a Small Office Think about your desk. On your desk you keep boxes. Each box stores some information. For example: One box stores your name One box stores your age One box
Join discussion
Feb 18 · 5 min read · In today’s fast-paced web development world, building fast, scalable, and maintainable applications is essential. ReactJS, developed and maintained by Facebook (Meta), has become one of the most popular JavaScript libraries for creating modern user i...
Join discussion
Feb 7 · 3 min read · 🚀I’ve been working with React Native for about 4 years now, and one thing I’ve learned the hard way is this:Nothing stays permanent. Libraries get deprecated.Best practices change.Things that were “recommended” last year suddenly feel wrong today. A...
Join discussion
Jan 20 · 3 min read · In mobile development, components are like blueprints. But a blueprint alone is static. To make an app feel "alive," we need to master the three React fundamentals mentioned in the official documentation: JSX, Props, and State. You should be familiar...
Join discussion