Explore how Pull Base implements a type-safe approach to database operations using Go's strong typing and the sqlx library, tackling nuances like NULL handling and struct mapping.
Go
Exploring technical writing, DevOps practices, and cloud architecture through detailed guides and tutorials.
Categories
Let's examine how PullBase implements context-based concurrency management in its GitMonitor component, and how this pattern can be applied to your own Go applications.
A short note on Modifying Slices with Pointers and Slices in Go
In this issue, I share some of my notes on packages, variables and types
I took my first step into building a usable and functional Go program with GoIgnore after studying Golang for over a month.
Go is a statically typed, compiled language with an emphasis on easy concurrency and network services. Many software engineering teams today use Go for the backend of their web applications because it is efficient, fast, simple and reliable. In today's blog post, which is part of the 7 days of Platform.sh series, I will be discussing how Platform.sh supports Go developers to deploy their projects with ease.