Node
Node.js: Module wiring and dependencies explained
· ☕ 9 min read · ✍️ Iskander Samatov
In this post, let's explore the behind-scenes of the Node.js module system and how it's wired together in a way that flexible and scalable.

JavaScript: Write your asynchronous code linearly
· ☕ 6 min read · ✍️ Iskander Samatov
This short article lists tips and tricks and explains how to structure and write your asynchronous code in a linear fashion in JavaScript.

Node.JS: Busboy, reading file and text parameters
· ☕ 4 min read · ✍️ Iskander Samatov
Recently, I implemented a solution to read both file and text parameters using Busboy and in this tutorial, I will show you how.