Building a Scalable Chat Server in Golang using NATSThis is an experimental project that I am working on and so far, it’s been working great. Haven’t found any major issues with the implementation so I thought I would document it. Now, most of you will know about golang but I bet most of you haven’t e...May 3, 2025·17 min read
The Only DSA Course You'll NeedDSA is the most important topic in computer science if you are planning to get into one of the MAANGM companies(that's right, I didn't go with MANGA lol). So, what I am trying to say is you better learn it XD. I started to learn DSA a month ago and h...Nov 10, 2021·2 min read
Closures in JavascriptIf you have read the previous blogs in this series you should now have some basic understanding of scopes in Javascript. In this blog, we will be learning about closures in javascript, and knowing scopes will make it a little easier to understand clo...Oct 1, 2021·3 min read
How I started being productiveI was always a productivity freak but I was never being productive. I used to download apps like Tick Tick, Evernote, Forest and would try to be productive but I would last just for a few days and completely stop being productive. A few weeks ago I w...Sep 22, 2021·3 min read
Responsive Web DesignWhen I started to learn to make websites with HTML and CSS, I was concentrating just on the desktop view. When it was time to make the website responsive, things would get really messy and I would get frustrated with CSS, and that’s normal. But then ...Sep 22, 2021·2 min read
Why you might want to consider using Microsoft Edge as your default browserBrowsers are a big part of not just developers but everyone. Don't know about something? Google it. Fighting over some fact? Google it. Having a good browser will boost your productivity, believe it or not. Today, I'm going to show you guys some cool...Sep 22, 2021·4 min read
Getting started with SvelteWhen it comes to web development, JavaScript is the most used language, and it's fair because learning JavaScript will help you with the front-end and the back-end. Being used so much, naturally, it has many frameworks and libraries which makes the b...Sep 21, 2021·4 min read