Sushant Dhiman
  • Home
  • Projects
  • About
  • Contact
  • Privacy

Sushant Dhiman

22 Jun 2025 • 9 min read

Let's Write a Threaded File Compression Tool with Memory Control

This weekend I was diving deep into concurrent programming to learn that, I decided to write a threaded file compressor, which will not only compress files concurrently but also limit the memory usage. I have implemented this in GoLang, but these concepts can be implemented in any language. What I’

Read more
15 Jun 2025 • 8 min read

Writing Load Balancer From Scratch In 250 Line of Code

Hey, everyone. It's another weekend, and I was exploring what to build. So I decided to build a simple yet completely functional load balancer. Let's discuss it in this post. What is a load balancer? A load balancer is a component in a system that distributes

Read more
1 Jun 2025 • 5 min read

Let's Write a JSON Parser From Scratch

Hi, It's been a long time since I wrote something in this newsletter. Recently I was learning about language parsing and abstract syntax trees. After getting some knowledge about this, I decided to write a JSON parser from scratch. Parsing: It is the process of analysing the structure

Read more
  • Get updates in your inbox for Free!
Published with Ghost