6 followers
I'm a fellow of cs.code.in prog (class of '23) at The Hacking School.
Hidden gems of HTML5 and more · Do you view HTML as a boring batch of <div>s? If yes, then allow me a few minutes. By the end of this piece, you'll have...
Intro to Spawning in Node.js · This is an attempt to provide you with a “quick and dirty guide to spawn through Node.js.” So, come along, let's lay some...
Events in Node.js · The following piece talks about a not-so-talked-about, but a very important concept in JavaScript - events, a ubiquitous term in the...
OOP in JavaScript - Part 2 · This post is a continuation of my previous discussion on the object-oriented paradigm. This time, we'll look at three of the...
OOP in JavaScript : an Introduction · This piece introduces the fundamentals of the object-oriented programming paradigm through the lens of...
REST API · My aim with this post is to explain building a plain REST API without using any fancy framework like Express. Enjoy! ✌️ Prerequisites The...