DonaldJ
HomeAboutProjectsDeveloper BlogContact

Donald Jennings

Developer Blog

Insights, architecture deep-dives, and technical writing on systems, software, and research.

6 articles

CUDA as a Technology
Latest post
cudagpucuradar

CUDA as a Technology

An introduction to CUDA and what makes GPU programming a different way of thinking about computation.

Donald JenningsDonald Jennings·1 Aug 2026·1 min read
Read article

More articles

Range-Doppler FFTs in CUDA1 min read
cudagpu+3

Range-Doppler FFTs in CUDA

Implementing range-doppler processing on the GPU using CUDA-accelerated FFTs.

1 Aug 2026Read
Adding CA-CFAR Detection1 min read
cudagpu+4

Adding CA-CFAR Detection

Implementing Cell-Averaging Constant False Alarm Rate (CA-CFAR) detection as a CUDA kernel.

1 Aug 2026Read
Adding Bartlett Beamforming1 min read
cudagpu+4

Adding Bartlett Beamforming

Implementing Bartlett beamforming for angle-of-arrival estimation on the GPU.

1 Aug 2026Read
Breaking the Monolith: Modular Multi-Tiered Load Balancing in Serverless Computing3 min read
serverlessload-balancing+3

Breaking the Monolith: Modular Multi-Tiered Load Balancing in Serverless Computing

How I redesigned the AutoNDP architecture to support modular, policy-driven load balancing—achieving greater scalability and flexibility in serverless computing.

15 Jun 2024Read
1 min read
nextjsmdx+1

Introducing the Developer Blog

Welcome to the developer blog! Learn how this site is powered by MDX and Next.js.

1 Jan 2024Read