Tirth Bodawala
Setting Up and Testing an HTTP/1.1 Server in Node.js
Build, inspect and test an HTTP/1.1 server in Node.js with only core modules, then fix the shutdown that never exits. Measured on Node v24.21.0.
Read the post7 Atyantik articles tagged JavaScript.
7 articles from Atyantik tagged JavaScript, alongside Nodejs, Http, Keep Alive. Spanning Systems & Architecture and Frontend.
Tirth Bodawala
Build, inspect and test an HTTP/1.1 server in Node.js with only core modules, then fix the shutdown that never exits. Measured on Node v24.21.0.
Read the postTirth Bodawala
How to use anime.js v4: named imports, timelines, stagger, and the reduced-motion guard the library leaves to you, with code you can run today.
Read the postKalpesh Patel
PHP vs JavaScript for web development by execution model: share-nothing PHP-FPM vs the Node event loop, plus worked numbers and how to choose per layer.
Read the postMaulik Macwan
Practical JavaScript one-liners using ES6 and modern syntax to solve common problems concisely and elegantly, with explanations of what makes each one work.
Read the postTirth Bodawala
Master JavaScript clean code practices. Learn 11 actionable techniques to write readable, maintainable code your team will understand and easily extend.
Read the postTirth Bodawala
What actually shipped in JavaScript for 2026: the seven features that landed in the ES2026 edition, the ES2024/ES2025 items that are already baseline, and the finished-but-ES2027 proposals (Temporal, the using keyword) people mislabel as 2026. With an adopt / polyfill / wait verdict bound to your lowest-supported runtime via MDN Baseline and concrete Node, Deno, and Bun versions.
Read the postTirth Bodawala
Million.js rethinks the Virtual DOM with block diffing instead of DOM diffing, delivering up to 70% performance gains for React applications.
Read the post