Mahmoud Zalt

@zalt
5 Followers
4 Following
53 Posts

AI engineer & technical consultant, bringing structure, clarity, and engineering discipline to complex projects.

while ('Zalt' == ALIVE) {
📚 learn(*);
💻 code(24, 7);
🌍 live(0xEXP10RE);
}

www.zalt.me

sitehttps://zalt.me

If your Flutter app feels janky, it might not be your widgets at all. Understanding the hidden engine behind Flutter rebuilds can change how you design UIs.

Read More: https://zalt.me/blog/2026/05/flutter-rebuild-engine

#Flutter #MobileDevelopment #UI

Ever wonder how Babel really works under the hood? The Plugin Conveyor Belt Behind Babel digs into the pipeline powering all those JavaScript transforms.

Read More: https://zalt.me/blog/2026/05/babel-plugin-conveyor

#Babel #JavaScript #plugins #buildtools

The Renderer That Conducts WebGL rethinks how we see a rendering engine: not just drawing pixels, but coordinating the whole WebGL orchestra.

Read More: https://zalt.me/blog/2026/04/renderer-conducts-webgl

#WebGL #graphics #rendering #javascript

Running an MCP server and juggling logging, state, and requests across tools? See how a single context object can hold it all together without chaos.

Read More: https://zalt.me/blog/2026/04/context-powers-mcp

#MCP #server #context #backend

Most people think Angular’s dynamic behavior comes from a huge surface area. This piece breaks down the tiny API that actually powers it.

Read More: https://zalt.me/blog/2026/04/dynamic-angular-api

#Angular #webdev #TypeScript #frontend

When routers orchestrate everything, they stop being simple traffic cops and start acting like conductors for the entire request lifecycle. Curious how that works? 🎼

Read More: https://zalt.me/blog/2026/04/routers-orchestrate-everything

#webdev #backend #APIs #softwaredesign

How does NGINX actually start up and keep serving traffic without interruptions? This breakdown of how it boots a zero‑downtime engine digs into that core idea.

Read More: https://zalt.me/blog/2026/04/nginx-boot-engine

#NGINX #webserver #infrastructure #devops

How does FFmpeg keep long, intensive jobs responsive instead of freezing up? “How FFmpeg Stays In Control” digs into the control layer behind the CLI.

Read More: https://zalt.me/blog/2026/04/ffmpeg-control

#FFmpeg #CLI #softwaredesign #programming

When does an agent loop stop being simple iteration and start acting like a control tower for your AI system? This piece digs into that turning point ✈️

Read More: https://zalt.me/blog/2026/04/agent-loop-control-tower

#AIagents #orchestration #softwaredesign