Articles & Tutorials

Jul 25, 2024

How Does The Internet Work?

What we’re going to discuss is a prerequisite to software development that is often overlooked. Learning how the internet works is often skipped by novice web developers when starting their self-taught career. Its relevance may not be obvious in the short term but in the long run, it is essential to know what transpires under the hood when you start creating web applications. This lesson delves into the fundamentals of how the internet works, catering to novice web developers, and is crucial for establishing a strong foundational knowledge to build upon.

Read article

Mar 28, 2024

Integration Testing In NestJS Using Testcontainers

Writing automated tests doesn't need to be painful but many developers skip this part of development especially because these tests can be tedious to setup and maintain. In this article, I discuss how Testcontainers can be used in NestJS to write pain-free and maintainable integration tests.

Read article