Teerapong Singthong 👨🏻💻Golang: Improving your GO project With pre-commit hooksThis article I will share about how my team deal with making code alignment, convention and adopt the pre-commit to go project.Sep 6, 20223Sep 6, 20223
Santosh KumarHow to Integrate Swagger UI in Go Backend — Gin EditionUnlike FastAPI, Gin does not have OpenAPI integration built in. With FastAPI when you add a route, documentation is already generated..May 26, 20221May 26, 20221
Maneesha IndrachapaGoLang with Gin 🍺When you read the title of this article you may be wondering if this article is about some alcohol thing but it is not. The Gin framework…Aug 28, 2022Aug 28, 2022
InTowards DevbyDilara GörümGoLang Beginner Unit Testing TutorialThe goal of unit testing is to enable sustainable growth of the software project.Apr 6, 2022Apr 6, 2022
InBetter ProgrammingbyBertrand QueninModern REST API With Go and PostgreSQLPart 2: REST API with GinAug 17, 20222Aug 17, 20222
Akriotis KyriakosReduce the size of Golang images with multi-stage buildHow can we reduce the size of Golang images by introducing Dockerfiles with a multi-stage build processJul 11, 20221Jul 11, 20221
InITNEXTbyEndre SimoExploring the Go language as a medium for creative programmingThis article is about exploring the Go language and its capabilities in fields like generative and creative coding, visual programming…Jul 7, 2022Jul 7, 2022
Hüseyin KayaDynamic Programming in GoHello World! Today we will talk about dynamic programming. When I decided to write about that, I have no hands-on experience. But the time…Jun 28, 2022Jun 28, 2022
Matías VarelaHexagonal Architecture in GoAn overview of a Hexagonal Architecture from the Go perspectiveMar 14, 202017Mar 14, 202017
InLevel Up CodingbyRizal GowandyTutorial: Generate Swagger Specification and SwaggerUI for Gin Go Web FrameworkWhy Gin Web Framework?Apr 15, 2021Apr 15, 2021
InLevel Up CodingbyVille KuosmanenBetter error handling in Golang: theory and practical tipsWhy Go returns errors instead of throwing exceptionsMar 22, 20221Mar 22, 20221
InBetter ProgrammingbyKevin WanDeveloping a RESTful API With GoSee how my Go-zero project makes it even easierMay 15, 20222May 15, 20222
Allu Sai PrudhviAuthentication and Authorization (OpenID Connect)of Go Rest Api’s using an open-source IAM called…In this blog, you will see how different users can access APIs based on the scope assigned to them. With the help of Keycloak, a…Jan 12, 20222Jan 12, 20222
Karan Pratap SinghLearn Go: WorkspacesIn this tutorial, we will learn about multi-module workspaces that were introduced in Go 1.18May 3, 2022May 3, 2022
ArmuhTop Golang FrameworkGo was created by Google about ten years ago when they were experiencing extremely long wait times for C++ to compile.Feb 28, 20226Feb 28, 20226
israel mwangokaBuilding a Basic Microservice Registry in Go.Microservices are software components that can be independently developed, deployed and managed. The components need to communicate with…Jan 12, 20221Jan 12, 20221