#engineering
Read more stories on Hashnode
Articles with this tag
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...
setTimeout( ) and the mystical Event Loop · The following piece covers the basics of "timers" in JS. One can view it as a baby step towards async...
Scope of Variables in C · Every variable in C has a defined scope. Scope refers to the accessibility or visibility of a variable at different points in a...