Ludovic TEMGOUA ABANDA
  • Home
  • Resume
  • Recent Works
  • Blog
Contact Me
Ludovic TEMGOUA ABANDA

Ludovic TEMGOUA ABANDA's personal portfolio website.

  • Home
  • Resume
  • Recent Works
  • Blog
  • Contact
find with me
Latest writing

Articles

Notes on software engineering, distributed systems, AI infrastructure and high-performance computing.

Recursive Common Table Expressions: Why and When to use them
Featured

Recursive Common Table Expressions: Why and When to use them

Why recursive CTEs are the most under-used powerful feature in standard SQL, how they actually execute under the hood, and the failure modes that turn elegant queries into runaway memory consumers.

#database#graph traversal
Jun 6, 2026Read article
N+1 Queries - What are they and how they hurt your system

N+1 Queries - What are they and how they hurt your system

A deep technical exploration of why N+1 queries are the most persistent performance pathology in ORM-backed systems and what the cure actually costs.

#database#api#graphql
Jun 6, 2026Read article
What is Clean Architecture

What is Clean Architecture

Clean Architecture (introduced by Robert C. Martin / "Uncle Bob") is a software design philosophy emphasizing separation of concerns through layering

#architecture#software
Mar 3, 2026Read article
Git Worktree: work on multiple branches at once (without losing your mind)

Git Worktree: work on multiple branches at once (without losing your mind)

Learn how to use git worktree to work on multiple branches at the same time without switching or stashing. A simple guide to managing and visualizing Git branches efficiently.

#git#worktree
Feb 19, 2026Read article
From CUDA to HIP: A Comprehensive Guide to GPU Code Portability

From CUDA to HIP: A Comprehensive Guide to GPU Code Portability

A practical guide for migrating CUDA projects to support both NVIDIA and AMD GPUs

#cuda#rocm#hip
Feb 16, 2026Read article
logo

© 2026. All rights reserved by Ludovic TEMGOUA ABANDA.