Browsing Tag
javascript
1647 posts
Building an impossible Tic-Tac-Toe with Minimax and LemonadeJS
This component was built as a small experiment in combining a complete game-tree search with a reactive user…
The Day I Learned What Actually Slows Down React Apps
Every React developer thinks performance issues come from the backend—until they learn the truth. I learned mine in…
Why you should stop writing long functions
Hey friends! 👋 Let’s talk about something every beginner struggles with: Why you should stop writing long functions…
How to Choose the Best SDK for Your Custom eBook Platform
Global digitization is bringing changes to every aspect of our lives, including the way we read. Now, more…
GenAI for Engineers, What’s Real, What’s Not and What’s Coming
Original: https://codingcat.dev/podcast/genai-for-engineers-what-s-real-what-s-not-and-what-s-coming By the end of this post, you’ll understand: The new engineering landscape GenAI has created Practical…
Closures Explained in minutes (🎒 Backpack Analogy)
Ever wondered why some functions “remember” things even after they should’ve been forgotten? Like: “How does this function…
Mastering Async & Concurrency: The React 18+ & Next.js Paradigm Shift
Concurrency is about dealing with a lot of things at once. Asynchrony is about dealing with one thing…
How I Built a “Community Prayer Quilt” in 5 Minutes
Stack: Google AI Studio + Google Sheets + Google Forms + Gemini 2.5 Flash-Lite We’ve all been there:…
Understanding Controllers in Express.js
As your Express.js application grows, route handlers can quickly become cluttered with business logic, validation, database queries, and…
TelUI leaves prototype purpose, now for making UIs!
TelUI TelUI is a Electron-based UI framework that packages a handful of reusable front-end primitives—color utilities, typography helpers,…