🚀 Get 25% off access to all my premium courses - use discount code FUNCMAIN at checkout - view the pricing page now!

Golang Development Image Golang Development

Sunset in the mountains

Go RabbitMQ Beginners Tutorial

In this tutorial, we are going to look at how you can build incredibly simple Go applications that interact with RabbitMQ.

intermediate
Sunset in the mountains

Looping Over Array in Go

In this snippet, we are going to look at how you can quickly loop over an array in Go

snippets
Sunset in the mountains

Checking if a string contains a sub-string in Go

In this code snippet, we are going to look at how you can query the underlying system information such as CPU, RAM and hard drive utilization

snippets
Sunset in the mountains

Type Casting an Int to a Float in Go

In this code snippet, we are going to look at how you can effectively cast an int in go to a float

snippets
Sunset in the mountains

Type Casting an Interface to a String in Go

In this code snippet, we are going to look at how you can effectively cast an interface in go to a string.

snippets
Sunset in the mountains

Go gRPC Beginners Tutorial

In this tutorial, we'll be covering how you can get up and running with gRPC in your Golang systems.

intermediate
grpc
go
Sunset in the mountains

Building a Basic REST API in Go using Fiber

In this tutorial, we are going to be taking a look at how you can build a really simple Go REST API using the gofiber/fiber framework inspired by Express.js!

intermediate
rest-api
go
Sunset in the mountains

Secure Coding in Go - Input Validation

In this article, we will be reviewing general secure coding best practices and the OWASP Top 10 (2017) security risks, focusing on how they should be approached when coding using Go.

advanced
Sunset in the mountains

Go Project Structure Best Practices

In this article, we are going to look at some of the best practices that you should consider when structuring your Go applications.

beginner
<< Previous Page Next Page >>
Showing Page 8 of 13