86 posts · writing since 2023
Notes on backend systems, cloud infra & life.
Field notes on Java, Rust, and the Cloudflare developer platform — written by a backend engineer, for backend engineers.
Latest
- 01 Meet EmDash: Cloudflare’s Next-Generation AI-Native CMS New Cloudflare· Jul 20, 2026
- 02 A Practical Guide to Packaging, Signing, and Notarizing macOS Apps macOS· Jul 15, 2026
- 03 Yoast vs Rank Math: The Complete 2026 WordPress SEO Plugin Comparison rank-math· Jun 19, 2026
- 04 Getting Started with Spring Boot + Embabel: Build an AI Blog Assistant in Java spring-boot· Jun 7, 2026
- 05 An Introduction to 3D Printing Technology: A Practical Guide to Terminology, Processes, and Development Pathways 3d· May 16, 2026
Featured
View all →
Complete Guide to Swift UserDefaults: From Basics to Advanced Practices
Deep dive into UserDefaults in Swift, learn how to store user preferences, handle custom objects, understand security best practices, and master the @AppStorage property wrapper in SwiftUI.
The Three Pillars of Modern Distributed Communication: An Architectural Analysis of HTTP, WebSocket, and gRPC
A systematic comparison of HTTP, WebSocket, and gRPC across transport mechanics, performance characteristics, browser support, operational complexity, and security models, providing an actionable decision framework for protocol selection in modern distributed systems and microservice architectures.
Podman Quadlet: A Simpler Way to Run Containers with systemd
A comprehensive guide to Podman Quadlet, learning how to manage container services using simple text files, implementing declarative container management, and replacing the traditional podman generate systemd method.