Ilana Polyak
22 posts
How React-Style Time-Slicing Keeps UIs Responsive
Quick Recap In the previous article, we introduced priority-based and layered schedulers, solving the problem of “which tasks…
Flutter at Google I/O 2026
Forget everything you knew about cross-platform constraints. The rules just changed! The dust has finally settled on Google I/O…
CLI tool that explains C memory leaks and suggests fixes
Hello everyone, I’ve developed an open-source tool called Leax. It’s a CLI that acts as a companion to…
A Deep Dive into Deep Agent Architecture for AI Coding Assistants
Traditional AI agents operate with a fundamental limitation: they’re single agents trying to handle everything at once. While…
released: active_record_compose 1.0.0 — Wrap multiple models with an ActiveModel interface
I just released version 1.0.0 of my gem active_record_compose. 🎉 hamajyotan/active_record_compose (GitHub) As mentioned in my previous post,…
Coding Is Thinking: Why I Still Write Code by Hand
I’ve been a software developer for many years. Long enough to see waves of innovation come and go—new…
A Few Useful Functions in Node.js Util Module
Node.js encompasses a range of components that come together to form a JavaScript runtime environment. In our series…
The process of setting up a Mysql container with Docker Desktop and connecting from the host machine
Docker Desktop version is 4.32.0 Get Mysql Image There is a search bar at the header. Input mysql…
SUPIR Full Tutorial + 1 Click 12GB VRAM Windows & RunPod / Linux Installer + Batch Upscale + Comparison With Magnific
I have dedicated several days, working over 12 hours each day, on SUPIR (Scaling-UP Image Restoration), a cutting-edge…
What’s new in Nextjs 14 ✨
TL;DR Next.js , a popular JavaScript framework, has just released its latest version, Next.js 14. This update brings…