Master Complex Software Engineering Challenges with Real-World Solutions.

Recent Posts

How I Built a Tiny URL Shortener with Next.js and Firebase
10 May 2026

How I Built a Tiny URL Shortener with Next.js and Firebase

A personal build story: why devy.in needed sharable links, a deliberately simple architecture on Next.js App Router and Firestore, how the p...

WebAssembly Tutorial: Call JavaScript functions from C++ with Emscripten and React
09 May 2026

WebAssembly Tutorial: Call JavaScript functions from C++ with Emscripten and React

WebAssembly tutorial (part 2): stream matrix data from C++ to JavaScript with Emscripten addFunction, ccall, HEAP32, emscripten_set_interval...

Which Software Engineering Roles AI Will Replace by 2030?
25 Jan 2026

Which Software Engineering Roles AI Will Replace by 2030?

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

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.