Posts
All the articles I've posted.
-
Getting Started with AWS Kiro Best Practices for Building Production-Ready Apps
The landscape of AI-assisted coding is rapidly shifting from simple code generation to complete agentic engineering. If you are looking to accelerate your development workflow while maintaining high standards for code quality, Kiro (built and operated by AWS) is designed to help you bridge the gap between initial prototype and enterprise production.
-
Getting Started Building Reactive 3D Scenes for Production
Bringing 3D to the web used to mean writing thousands of lines of imperative WebGL or raw Three.js code, manually managing the rendering loop, and struggling to connect the 3D world with the rest of your application's UI.
-
Demystifying the JavaScript Event Loop, Microtasks, and Timers
JavaScript is single-threaded, meaning it can only execute one piece of code at a time. Yet, modern web applications effortlessly handle fetching data, rendering UI, and running timers simultaneously without freezing. The secret to this non-blocking magic is the **Event Loop**.
-
Building Browser-Based Media Tools The Power of Canvas and WebAssembly
The days of needing heavy, native desktop applications to resize a photo, extract text from a document, or trim a quick video are fading fast. Thanks to modern web APIs, the browser has evolved into a powerhouse capable of executing complex media processing entirely on the client side.