How To Make an HTTP Server in Go
How-ToSystemsvia DigitalOcean Tutorials

How To Make an HTTP Server in Go

Learn how to make an HTTP server in Go using the standard library, with routes, handlers, and practical examples for production use.

Kristin Davidson1w ago
How To Set Up Time Synchronization on Ubuntu
How-ToToolsvia DigitalOcean Tutorials

How To Set Up Time Synchronization on Ubuntu

Learn how to set up time synchronization on Ubuntu using timedatectl, timesyncd, and chrony. Follow this guide to keep your server clock accurate.

Brian Boucheron1w ago
How To Use Struct Tags in Go
How-ToSystemsvia DigitalOcean Tutorials

How To Use Struct Tags in Go

Learn how to use struct tags in Go for JSON, XML, database mapping, and validation. Includes syntax rules, reflection examples, and custom tag pattern...

Gopher Guides1w ago
Fragments: March 19
NewsMachine Learningvia Martin Fowler

Fragments: March 19

David Poll points out the flawed premise of the argument that code review is a bottleneck To be fair, finding defects has always been listed as a goal...

Martin Fowler (martin@martinfowler.com)2w ago
How to Download Files with cURL
How-ToToolsvia DigitalOcean Tutorials

How to Download Files with cURL

Learn how to download files using cURL from the command line. This guide covers syntax, authentication, HTTP/FTP downloads, headers, and resume tips.

bhogan2w ago
How To Use Variadic Functions in Go
How-Tovia DigitalOcean Tutorials

How To Use Variadic Functions in Go

Learn how to use variadic functions in Go. Covers the spread operator, slice unpacking, any type, and when to choose variadic over slice parameters.

Gopher Guides2w ago

Showing 201 - 220 of 325 articles