My Space
Thoughts on development, design, and technology.
Filter by:
All
Typescript
Bun
Java
DesignPattern
Software Development
Hono
Authentication
You don't need a JS framework, probably
January 4, 2025
Typescript
Bun
A practical exploration of building web applications without deps, showing when you might not need complex JavaScript frameworks.
Design Patterns In Java
February 23, 2025
Java
DesignPattern
Software Development
A comprehensive and fun guide to Java design patterns including creational, structural, and behavioral patterns with practical code examples.
Authentication System in Hono
December 27, 2024
Bun
Hono
Authentication
Typescript
Learn how to implement email/password authentication, JWT tokens, email verification, and password reset functionality from scratch.