Home
CV
ExperienceEducation
ProjectsBookmarksInvestmentsContactBlog
X (Twitter)GitHub
X (Twitter)LinkedInGitHubDiscord
Welcome! Type "help" for available commands.
$
Loading terminal interface...
Welcome! Type "help" for available commands.
$
Loading terminal interface...

~/blog/tags/backend

Backend Posts

2 articles

Reflections on Engineering Cleaner Back-ends

Reflections on Engineering Cleaner Back-ends

backendarchitecturespring bootclean architecturerefactoring

Why I stopped adding layers — DTOs, ports, mappers, use-case objects — and let one strictly-typed data class own the boundary instead.

November 9, 2025
Setting Up a Modern Spring Boot Web Server with REST API & Web Content (2025 Guide)

Setting Up a Modern Spring Boot Web Server with REST API & Web Content (2025 Guide)

spring bootjavamavenintellij idearest api

How to create a Spring Boot application with RESTful APIs and static web content using Maven and IntelliJ IDEA in modern Java.

May 12, 2025

Discover More

Discover More

Related Bookmarks

github.com
December 16, 2025
Rails / DHH Programming Style Guidelines and Skill.md

Rails / DHH Programming Style Guidelines and Skill.md

Official Claude Code compound engineering plugin. Contribute to EveryInc/compound-engineering-plugin development by creating an account on GitHub.

DHH Rails Style37signals ConventionsRESTful ArchitectureFat ModelsRuby on Rails
LINK
dev.to
March 19, 2026
AI Agent Guardrails: Rules That LLMs Cannot Bypass

AI Agent Guardrails: Rules That LLMs Cannot Bypass

AI agents can hallucinate operation success even when they violate business rules. They confirm…

AI SafetyNeurosymbolic ValidationAI Agent GuardrailsLLM HallucinationsBusiness Rule Enforcement
LINK
theaxolot.wordpress.com
October 20, 2025
LoC Is a Dumb Metric for Functions

LoC Is a Dumb Metric for Functions

What’s the quickest giveaway that someone’s an amateur developer? When they tell you to break out a function into smaller functions, and the first rea...

Software Engineering PracticesCode ReadabilityCognitive ComplexityFunction DecompositionRefactoring Strategies
LINK

Related Books

Object Design Style Guide

Object Design Style Guide

Matthias Noback

”Demystifies object-oriented programming, and lays out how to use it to design truly secure and performant applications.” —Charles Soetan, Plum.io Key...

Computers
BOOK