web development

Getting Started with NestJS - Part 1

If you have been programming in Node JS, you might have noticed it becomes unmaintainable over time. Barebones Node JS is almost never the choice for a production app. Even using libraries like

What Exactly does ++a + ++a do in C?

This question was (and still is) one of the most favourite question of our professors - int a = 5; int b = ++a + ++a; /* What will be the value of a? */ And its variants

Write a simple server with Go

Backend development is a hot topic right now, and there are literally thousands of languages to write a server with. You have the oldest contender PHP, you have Ruby, Python, Java, C++, JavaScript