Hey there, I'm Bibek
RSS FeedI code for a living and think about life in my spare time. This is where I put down thoughts that won't leave me alone - whether thats a piece of code or some idea.
I write mostly for myself, but if you find yourself lost in thought about consciousness while waiting for code to compile, you might find something here that resonates.
Just one person trying to make sense of patterns - in code, in nature, in old books that somehow still feel relevant.
Featured Posts
Understanding Docker - From Containers to Production
Published: at 07:40 AM (6 min read)A comprehensive guide to Docker containerization, covering containers, images, volumes, networking, and Docker Compose for consistent application deployment.
A Beginner’s Guide to Git for Everyday Use
Published: at 10:00 AM (8 min read)Simplified guide to Git for beginners, covering essential concepts and commands you’ll use daily.
Recent Posts
Hoisting and Temporal Dead Zone in JavaScript
Published: at 03:45 PM (2 min read)Understanding JavaScript hoisting behavior with var, let, and const declarations, and exploring the concept of Temporal Dead Zone in modern JavaScript.
Basic server setup with express
Published: at 04:07 PM (1 min read)Step-by-step guide to setting up a basic Express.js server with TypeScript configuration and development tools.
How to recover a lost commit using reflog?
Published: at 12:56 PM (1 min read)Step-by-step guide on recovering accidentally lost commits using git reflog, with practical examples and multiple recovery options.
Git log vs reflog
Published: at 11:46 AM (2 min read)Understanding the differences between git log and git reflog commands, their use cases, and how they help in tracking commit history and recovering lost commits.