Bringing GPU Support to NeuTTS-Air — A Dev Diary

Bringing GPU Support to NeuTTS-Air — A Dev Diary This is the long one: the full post‑mortem, the war stories, the trade‑offs, the CLI commands, and the benchmarks. Read this if you want to know what actually happened when we added ONNX GPU support and a benchmarking suite to NeuTTS‑Air. TL;DR We added auto device […]

ForkMyFolio Backend: Designing a Modern, Multi-User Portfolio Platform in Spring Boot

ForkMyFolio_Logo

This long-form deep dive unpacks how ForkMyFolio’s backend turns a simple personal portfolio into a multi-user, slug-driven, production-ready platform built on Java 21 and Spring Boot 3. Updated: December 4, 2025 Tech Stack: Java 21, Spring Boot 3, Spring Security, JPA, Docker What You’ll Learn Layered Spring Boot Architecture How controllers, services, repositories, DTOs, and mappers fit […]