🚀 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

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
Sunset in the mountains

Go Pointers Tutorial

In this tutorial, we are going to be covering pointers in Go and how you can use them within your own Go programs. We'll be covering the best practices and we'll be covering some of the most common use-cases for pointers.

beginner
Sunset in the mountains

Improving Your Go Development Workflow With Git Hooks

In this article, we are going to be taking a look at how you can improve your Go development workflow through the use of git hooks that automatically format and lint your Go code

tools
Sunset in the mountains

Getting Started with Redis and Go - Tutorial

In this tutorial, we are going to look at how you can use Redis as a backend service for your Go applications.

Redis
go
Sunset in the mountains

Checking if a Key Exists in a Map in Go

In this code snippet, we are going to look at how you can check to see if a key exists within a Map in Go

snippets
Sunset in the mountains

Comparing 2 Structs in Go

In this code snippet, we are going to look at how you can compare 2 structs in Go!

snippets
Sunset in the mountains

Parsing Date Strings in Go

In this code snippet, we are going to look at how you can parse date and time strings in Go using the time package.

snippets
Sunset in the mountains

Adding Values to an Array in Go

In this code snippet, we are going to look at how you can add values to an array in Go

snippets
<< Previous Page Next Page >>
Showing Page 8 of 11