- Tags /
golang
2022
Go: Import Cycles via Third Packages Are Not Permitted
·3 mins
You cannot trick the Go compiler, and that is a good thing.
pq or pgx - Which Driver Should I Go With?
·4 mins
If you are betting on PostgreSQL, pgx is the right choice.
2021
Implementing a Generic Filter Function in Go
·4 mins
This article will demonstrate the implementation of a generic slice filter function using the new type parameters syntax.
How to Use Generics in Go Starting From v1.17
·3 mins
Using a flag that appears to have been brought to light with v1.17
Between Go and Elixir
·10 mins
Reason 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.
2020
Use Dotenv Files When Developing Your Go Apps
·3 mins
Overcome the hurdles of managing environment variables, while developing your next Go app.
2019
X509: Certificate Signed by Unknown Authority (Running a Go App Inside a Docker Container)
·1 min
Here is how to fix it.