Anik Sikder

Anik Sikder @anik_sikder_313

About: Full-Stack Dev & Tech Writer | Python (Django, FastAPI), JS (React, Next.js) | I build fast, scalable apps & write on backend, frontend, APIs & Web3 | Open to freelance/remote roles

Location:
Dhaka, Bangladesh
Joined:
Aug 6, 2025

Anik Sikder
articles - 22 total

👨‍🍳 Part 4: Coroutines Waiters Who Listen

In the last episode, our restaurant became a smooth-running machine with sous-chefs, conveyor belts,...

Learn More 1 0Oct 30 '25

🍲 Part 3: Advanced Iteration Tricks

Chefs, Sous-chefs, and Lazy Pipelines By now you’ve met: The buffet (iterable: the source of food...

Learn More 0 0Sep 25 '25

Iterators: The Waiters With One-Way Tickets 🍽️🧑‍🍳

In Part 1 we met the buffet (iterables) the endless source of food. But buffets don’t serve...

Learn More 2 0Sep 21 '25

Iterables in Python, The Buffet Table 🍽️

When you write a simple for x in something: in Python, there’s a lot happening behind the scenes....

Learn More 2 1Sep 18 '25

🧠 What is a Sequence in Programming?

Imagine you’re at a concert. You bought a ticket, and your seat number is 42. That number matters if...

Learn More 1 0Sep 14 '25

📦 How JavaScript Imports Really Work (and Why It Matters for Scalable Code)

When you first learn JavaScript, import seems like wizardry. You write: import { readFile } from...

Learn More 1 0Sep 11 '25

Mastering Python Modules, Packages & Namespaces From Basics to Behind the Scenes

How imports really work and why it matters for building maintainable software. When you first learn...

Learn More 2 0Sep 7 '25

Arrays, Objects, and Tuple‑Like Thinking in JavaScript

When working with JavaScript, two of the most common tools you use to represent data are arrays and...

Learn More 4 0Sep 5 '25

🐍 Tuples & Named Tuples in Python: The Clever Way to Structure Data

When you start coding in Python, you quickly learn about lists and tuples. Most tutorials say:...

Learn More 1 0Sep 3 '25

🪄 The Secret Life of JavaScript: Scopes, Closures & Function Sorcery

JavaScript is not just a language, it’s a stage 🎭 where functions are the actors, scopes are the...

Learn More 1 0Sep 1 '25

🪄 Scopes, Closures, and Decorators in Python: A Deep Dive Adventure

Most Python tutorials explain what scopes, closures, and decorators are. But let’s be honest… they...

Learn More 1 0Aug 28 '25

🎸 JavaScript Functions: The VIPs of First-Class Objects

If JavaScript were a party, numbers would be sipping juice, strings would be chatting in the corner,...

Learn More 1 0Aug 26 '25

Python’s First-Class Functions: a friendly deep dive

If you’ve ever handed someone a tool instead of doing the job yourself, you already get first-class...

Learn More 2 0Aug 24 '25

The Ultimate Guide to JavaScript Function Parameters

Functions are the beating heart of JavaScript. They let us organize code, reuse logic, and build...

Learn More 1 0Aug 20 '25

Python Parameters Decoded: From Confusion to Clarity

(aka: The Art of Talking With Your Functions Without Losing Your Mind) Functions are like little...

Learn More 3 1Aug 18 '25

JavaScript Variables & Memory: The Secret Life Behind the Scenes

Imagine your code as a little city, where variables live, move, and sometimes vanish. Let’s walk...

Learn More 1 0Aug 16 '25

Python Variables & Memory: The Deep-Dive Every Beginner Needs

TL;DR Variables in Python are names pointing to objects in memory, not boxes that store...

Learn More 4 11Aug 13 '25

JavaScript Objects Explained: From Primitives to Prototypes and Beyond

Hey there, fellow JavaScript adventurer! 👋 Have you ever wondered… What JavaScript objects really...

Learn More 5 0Aug 11 '25

Everything is an Object in Python: From Beginner to “Wait, What?!” Level

Hello Python learners and curious developers! You’ve probably come across this popular saying in the...

Learn More 0 7Aug 9 '25

From Just “Pretty” to Powerful: Why Performance & Accessibility Are the Real Superpowers in Frontend Development

Imagine this: You visit a stunning website. The design is gorgeous bold colors, smooth animations,...

Learn More 0 0Aug 8 '25

The Hidden Power of 127.0.0.1: Why the Loopback Address is More Than Just “Localhost”

When you hear “loopback address,” chances are your brain goes straight to 127.0.0.1 the default...

Learn More 2 0Aug 7 '25

Ever Wondered What Happens When You Click “Send”?

Meet the 7 Secret Agents of the Internet (aka The OSI Model) Imagine you type a message:...

Learn More 2 0Aug 6 '25