Posts of Tag golang

Golang concurrency tutorial: A beginner's guide
golang

Golang concurrency tutorial: A beginner's guide

Concurrency is a powerful feature for building scalable and efficient software systems.
multiplexer
multiplexer Apr 05, 2023
Optimizing the Go garbage collector
golang

Optimizing the Go garbage collector

Maximizing Efficiency: Revolutionary Techniques for Optimizing the Go Garbage Collector. (jk)
multiplexer
multiplexer Apr 07, 2023
Golang passing by reference and value
golang

Golang passing by reference and value

Confused about passing by reference and value in Go ? Everything is pass by value in golang.
multiplexer
multiplexer Feb 28, 2023
Everything you need to know about Packages in Go
golang

Everything you need to know about Packages in Go

An exhaustive walkthrough of the Go programming language's distribution and package management systems.
multiplexer
multiplexer Feb 28, 2023
Golang interface best practices
golang

Golang interface best practices

An interface is a contract. It say the exact methods that other types must implement.
multiplexer
multiplexer Feb 26, 2023
Golang graceful shutdown
golang

Golang graceful shutdown

A resilient and robust program must have graceful shutdown. Or so I think.
multiplexer
multiplexer Feb 20, 2023
Golang composition over Inheritance all you need to know
golang

Golang composition over Inheritance all you need to know

Go's composition features are so good, and since it doesn't support inheritance, you can't go wrong.
multiplexer
multiplexer Jan 17, 2023
Golang context best practices
golang

Golang context best practices

Context is simple and should be use for storing request scoped values or canceling long running operator. Some found the context is tricky to use correctly. Which it shoudn't be.
multiplexer
multiplexer Jan 14, 2023
Golang error handling best practices
golang

Golang error handling best practices

Handling errors is a key part of making applications that are reliable and easy to use, and it should be just as important as any other part of a codebase. Error handling can be a little confusing for people who are new to Go.
multiplexer
multiplexer Jan 02, 2023
Learn golang in 5 minutes
golang

Learn golang in 5 minutes

Learn the basics of the Go Programming Language in only 5 minutes, or so I hope.
multiplexer
multiplexer Dec 24, 2022
Best way to auto reload golang
golang

Best way to auto reload golang

The best way to do golang automatic reloads. No, this is not another article about air. We talk about a simple-tiny- 25kb tool released 9 years ago. Let's dive in.
multiplexer
multiplexer Dec 09, 2022