Day: July 12, 2025
8 posts
Provide storage for the public website
Hosting a Public Website on Azure Storage — A Hands-On Guide Gone are the days of managing web…
Zero-Dependency Architecture for Maximum Performance(5061)
GitHub Homepage: https://github.com/eastspire/hyperlane During my final year project on microservices architecture, I encountered a critical challenge that many…
Design Philosophy of Zero-Dependency Web Framework(8423)
GitHub Homepage During my junior year studies, I have encountered many different web frameworks, from Spring Boot’s “convention…
How GSSoC Helped Me Build My Portfolio as a Frontend Developer
✨ How GSSoC Helped Me Build My Portfolio as a Frontend Developer Open source was always something I…
KAI Scheduler
Features Batch Scheduling Bin Packing: min # of nodes used (min fragmentation) Spread Scheduling: max # of nodes…
DEV HELL: FRAUD OR F*CKING GENIUS
Being a developer, a coder, a builder of systems—it’s a goddamn tightrope. One minute, you’re convinced you’re a…
Refactoring 030 – Inline Attributes
Avoid accidental redundancy TL;DR: Don’t pass attributes your object already owns Problems Addressed 😔 Redundant Parameters Unclear responsibility…