25% off

Use code FUNCMAIN at checkout for 25% off all premium courses.

Get started →
Golang Development Image

Golang Development

Type Casting an Int to a Float in Go

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
Type Casting an Interface to a String in Go

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
Go gRPC Beginners Tutorial

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
Building a Basic REST API in Go using Fiber

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 …

intermediate rest-api

Go Swagger Tutorial

Learn how to document Go REST APIs with Swagger/OpenAPI for better API visibility and testing.

go swagger
Secure Coding in Go - Input Validation

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, …

advanced
Go Project Structure Best Practices

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 …

beginner
Go Pointers Tutorial

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 …

beginner
Improving Your Go Development Workflow With Git Hooks

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 …

tools
Getting Started with Redis and Go - Tutorial

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
<< Previous Page Next Page >>
Showing Page 12 of 16