Go Errors Cheat Sheet 2022 – discussion about the different types of errors in Go, including Sentinel Errors and Error Types, and how to compare errors using the errors.Is and errors.As functions.
Rust vs Go in 2023 – Which is better, Rust or Go? Go or Rust? Which language should you choose for your next project in 2023, and why?
Building a URL Shortener Using Go and Sqlite – Ever wondered how a URL shortener works? Let’s find out by building one using Golang and SQLite. Learn how GORM library handles database operations in Go.
Golang Quirks & Intermediate Tricks – Go is generally considered a ‘simple’ language, but it has more edge cases and tricks than most might expect.
Dolt – an interesting new MySQL-compatible database, which also supports a Git-like interface. You can fork, diff, merge and commit database instructions.
Directus – new data tool, Directus builds an instant REST and GraphQL API and no-code data collaboration app for any SQL databas
The yaml document from hell – Next time someone suggests YAML as a user friendly format, please reference this post if you can’t get someone to read the YAML spec. A useful rant with great examples.
System Design and Software Architecture Books for Experienced Developers.
LunarVim – s an opinionated, extensible, and fast IDE layer for Neovim.
NvChad – an attempt to make neovim cli functional like an IDE while being very beautiful and blazing fast.