Local-First meets AI: Why the Browser is the new BackendWe spent the last decade moving everything to the cloud. We built massive APIs, complex serverless functions, and expensive vector databases just to show a user their own data. But in 2026, the pendulum has swung back. With the rise of PGLite (Postgr...Jan 31, 2026·2 min read·1
Introduction to the AI Agentic World for Frontend DevelopersThe web development world is evolving — fast. And right at the center of this transformation is a brand-new concept: AI agents. If you're a frontend developer, you've probably already started hearing about how AI is reshaping the web — from design to...May 4, 2025·4 min read·6
GenAI for Front End Developers: The Future is NowThe world of front-end development is evolving faster than ever — and at the heart of this change is Generative AI (GenAI). From generating code to automating design ideas, GenAI is opening up exciting new possibilities for front-end developers at ev...Apr 27, 2025·4 min read·6
(Part 2) Let’s Build 5 Fun Frontend Projects (With Code!)Hey again! Ready to go from learning about web development to actually doing it? You’re in the right place. This post is where the fun really begins — we’re going to build 5 beginner-friendly projects using only HTML, CSS, and JavaScript. Each projec...Apr 20, 2025·6 min read·3
👩💻 Ready to Build? 5 Fun Frontend Projects for Beginners (with HTML, CSS & JS)Hi there, and welcome to your first step into the world of web development! 👋 If you're someone who’s curious about how websites are made but don’t know where to begin — you’re in the right place. This blog kicks off a beginner-friendly blog series ...Apr 13, 2025·5 min read·9
Part 4: Data Flow and State Management BasicsHello, frontend devs! Today, we’re diving into one of the most important concepts in frontend development: data flow and state management. If you’re working on projects where you need to keep track of user inputs, API data, or any other kind of dynam...Nov 16, 2024·5 min read·4
Part 3: Component-Based Design: Building with Reusable PartsIn frontend development, building a scalable and maintainable codebase is essential, especially as projects grow. One of the best approaches to achieve this is by adopting component-based design. Component-based design means breaking down the user in...Nov 13, 2024·4 min read·2