Master Complex Software Engineering Challenges with Real-World Solutions.

Recent Posts

Which Software Engineering Roles AI Will Replace?
25 Jan 2026

Which Software Engineering Roles AI Will Replace?

Is your software engineering career safe? Discover which roles are most vulnerable to AI disruption & automation and what you can do about i...

How to run C++ applications as Webassembly with Javascript
09 Feb 2026

How to run C++ applications as Webassembly with Javascript

Everything you need to know to build and deploy c++ code as Webassembly on the Web. A step by step tutorial for absolute beginners to get st...

Use Github as a CMS for your NextJS Blog
01 Oct 2024

Use Github as a CMS for your NextJS Blog

A quick and easy way to use Github discussions as Content Management System (CMS) for comments section of your NextJS blogs

Question & Answers

11 May 2024

How to Set Up a Gitlab CI/CD pipeline to deploy a Next.js App to Firebase

A definitive guide to setting up GitLab CI/CD pipeline for deploying a Next.js App to Firebase Hosting

03 May 2024

How to parse MDX in Next.js using TypeScript? Part 2

Yet another strategy to store and parse MDX metadata in Next.js using TypeScript and without using any external database/CMS. continued…

01 May 2024

How to parse MDX in Next.js using TypeScript?

Yet another strategy to store and parse MDX metadata in Next.js using TypeScript and without using any external database/CMS.