23 August 2022
Top List of Libraries for CRUD
You start a new CRUD project but you don't know which library to choose, you will find here the top libraries.
16 August 2022
func VS var f = func & Mocking
Declaration vs literals function and how to optimize your tests.
12 August 2022
HTTP Code Check & Benchmark
A simple trick to make your code look swag with an introduction to benchmark testing.
11 August 2022
Function in Function
Need to pass more parameters to a function type parameter, you will know everything at the end.
08 August 2022
Overview of the Go tooling
I'll show you some interesting Go tools that you can integrate into your project.
04 August 2022
Project structure
By the end of this guide, you will be all about the Go project structure.
03 August 2022
Anonymous functions
Go language provides a special feature known as an anonymous function.