Robtex-Go: Go Client for the Robtex API
Introducing Robtex-Go, an open-source Go client library for the Robtex API to automate OSINT tasks.
Introducing Robtex-Go, an open-source Go client library for the Robtex API to automate OSINT tasks.
Introducing Revive, a fast and extensible linter for Go that improves upon golint with configuration, custom rules, and better performance.
A guide to automatically building and publishing DEB packages for Go applications using Travis CI and packagecloud.io.
A tutorial demonstrating Redis sorted sets using the command line interface, Python, and Go programming languages.
A developer shares initial impressions and critiques of the Go programming language, covering syntax, conventions, and features after learning it.
A guide to profiling and debugging Go applications running inside Docker containers using pprof and other tools.
A developer shares his move to Berlin for a new Go role, his excitement for learning Go, and initial lessons from porting a Python project.
A guide on using Google Container Builder for CI/CD to build and optimize Go applications, separating build and run steps for efficient Docker images.
Explains the concepts of HandlerFunc, Handle, and DefaultServeMux for building HTTP servers in the Go programming language.
Explains race conditions in Go concurrency and demonstrates how to use mutex locks to ensure thread-safe operations on shared variables.
A guide to building a 32-bit FreeBSD version of the Telegraf monitoring agent using Go and Docker.
Tips for using Docker to compile, cross-compile, and deploy Go applications without installing Go locally.
A tutorial on creating CLI applications using a JSON config file and the 'engage' tool in Go, simplifying command management.
A developer explores parallel computing by writing a Go program to brute-force crack the WWII Enigma cipher, inspired by Alan Turing's work.
A technical guide on installing and using runC and libcontainer to create and manage containers on Fedora 23/24.
A guide to implementing HTTP/2 servers and clients in Go using the golang.org/x/net/http2 library, with code examples.
A curated list of resources for learning the Go programming language, from official tutorials to books and community links.