Sarthak DuggalBuilding Your Own Git from Scratch in GoAs a professional software engineer, you must be using Git every day as it is the most widely used version control software. Many people…Feb 11Feb 11
Smart byte labsOrganize Like a Pro: A Simple Guide to Go Project Folder StructuresWhen we talk about folder structure in Golang (or really any programming language), we’re referring to how we organize our files and…Oct 25, 20243Oct 25, 20243
InStackademicbyOliver FosterClean Implementation of Go Project Structure | GitHub 3.5kMy article is open to everyone; non-member readers can click this link to read the full text.Aug 13, 20243Aug 13, 20243
Janishar AliHow to Architect Good Go Backend REST API ServicesLet me start by asking a question, what is the best way to write software?Jun 27, 20245Jun 27, 20245
Tiago MeloGolang: declarative validation made similar to Ruby on RailsWhen it comes for validating input data, boiler plate code with a lot of if conditionals come right in the top of my head. Remembering my…Apr 28, 2021Apr 28, 2021
Volodymyr KupriienkoDependency Injection in GoDependency Injection (DI) is a design pattern whose essence consists in passing dependencies from the outside, instead of creating them…Feb 16, 20242Feb 16, 20242
Wahyu Bagus SulaksonoBuild Scalable RESTFUL API with Golang Gin Gonic FrameworkOverviewFeb 3, 20239Feb 3, 20239
InTowards DevbyBeck MoultonUnderstanding Logger Encapsulation in GolangUnderstanding Logger Encapsulation in GolangFeb 6, 20241Feb 6, 20241