heart Posts from the community...
Link
@faun shared a link, 2 years, 2 months ago

Create a CRUD app with Go Fiber, docker, and Postgres

This tutorial teaches how to perform the Update and Delete functions of CRUD for an app. The first two parts of the tutorial cover Create and Read functions. The tutorial starts by improving some existing code before moving on to updating and deleting data from a database. The tutorial also explain..

Create a CRUD app with Go Fiber, docker, and Postgres
Link
@faun shared a link, 2 years, 2 months ago

Data Types and Variables

This tutorial for Go beginners covers data types and variables in Go, including integers, floating point numbers, strings, booleans, complex numbers, runes, and bytes. It explains how to declare variables using var and short declaration, and covers variable scoping. It also introduces constants usi..

Data Types and Variables
Link
@faun shared a link, 2 years, 2 months ago

A Mysterious Case Solved - After I typed `??` in the Terminal, the Golang CLI popped up

The author discovered that typing `??` in the Terminal when Golang is installed brings up the Golang command line interface. After investigating, they found that the `??` command is being expanded by the shell to match any two-character filename or directory entry in the current working directory. ..

A Mysterious Case Solved - After I typed `??` in the Terminal, the Golang CLI popped up
loading...