Go: Import Cycles via Third Packages Are Not Permitted15 May 2022·3 minsProgramming Going with Go golangYou cannot trick the Go compiler, and that is a good thing.
pq or pgx - Which Driver Should I Go With?13 May 2022·4 minsProgramming Going with Go golang postgresqlIf you are betting on PostgreSQL, pgx is the right choice.
Generic Go Optionals18 November 2021·5 minsProgramming Going with Go golangA thought experiment with generic type parameters
Implementing a Generic Filter Function in Go22 September 2021·4 minsProgramming Going with Go golang genericsThis article will demonstrate the implementation of a generic slice filter function using the new type parameters syntax.
Generic Go Pipelines4 September 2021·4 minsProgramming Going with Go golang elixir genericsMy journey with generic type parameters in Go continues.
How to Use Generics in Go Starting From v1.1717 August 2021·3 minsprogramming golang genericsUsing a flag that appears to have been brought to light with v1.17
Between Go and Elixir23 April 2021·10 minsBetween Go and Elixir programming golang elixirReason wanted me to make a choice, and I am so glad I didn’t. Because the more I kept delving into both Elixir and Go, the more I found out how complementary the two can be to one another.
Use Dotenv Files When Developing Your Go Apps10 November 2020·3 minsProgramming Going with Go golangOvercome the hurdles of managing environment variables, while developing your next Go app.
X509: Certificate Signed by Unknown Authority (Running a Go App Inside a Docker Container)11 August 2019·1 minProgramming Going with Go golang docker sslHere is how to fix it.