Golang: Struct, Interface And Dependency Injection(DI)
Write Clean, Flexible, and Testable Go Code with Structs and Interfaces!

Search for a command to run...
Articles tagged with #golang
Write Clean, Flexible, and Testable Go Code with Structs and Interfaces!

A guide to implementing web app without using Javascript

Covered popular formats such as JSON, XML, Gob, Protocol Buffers (protobuf), MessagePack, and YAML

One of the ways to make your code more readable and effective.

Background Imagine you’re building a Todo application using Go. Each task in your application has a status associated with it, indicating whether it’s “completed”, “archived” or “deleted”. As a developer, you want to ensure that only valid status val...

In the dynamic world of programming, Golang, or Go, has emerged as a versatile and efficient language, favored by developers for its simplicity and performance. So, whether you're a seasoned Go enthusiast or just beginning your journey with the langu...
