2025 #
- Going Production-Ready with SQLite: How Litestream Makes It Possible
Empower your lightweight database with continuous replication and effortless backups — no heavy lifting required.
Published on Mar 6, 2025
2023 #
Navigating the Junior Golang Developer Path: A Beginner’s Guide
Embark on Your Coding Odyssey: A Beginner’s Guide to Becoming a Junior Golang Developer!
Published on Dec 31, 2023The Ingenious World of Empty Structs in Go: Zeroing in on Zero Memory
In the dynamic realm of Go programming, there exists a seemingly paradoxical entity — the empty struct.
Published on Dec 31, 2023Handling Database Transactions in Go with Rollback and Commit
Seamlessly manage database transactions in Go: Rollback and commit with confidence!
Published on Jun 15, 2023Managing Circular Dependencies in Go: Best Practices and Solutions
Explore techniques to resolve cyclical imports and design better package boundaries in Golang.
Published on Apr 8, 2023Understanding the Behavior of Go Slices: Passing a Slice to a Function
Unpacking how Go slices behave when passed into functions — references, mutations, and surprises.
Published on Apr 3, 2023