Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://posener.github.io/order/
posener.github.io
Object Ordering in Go
Some Thoughts of a Software Developer
Golang drawer
https://tpaschalis.github.io/delve-debugging/
tpaschalis.github.io
Debugging with Delve
I admit that I’d only used a debugger for Go a couple of times; up until now all my debugging involved writing a new test, or multiple fmt.Printf statements. This past weekend I decided to finally learn how to use Delve.
Golang drawer
https://medium.com/@filiplubniewski/go-for-cloud-a-few-reflections-for-faas-with-aws-lambda-5312f82d4c81
Medium
Go for Cloud — A few reflections for FaaS with AWS Lambda
Some time ago Rakyll posted a great article about using Go for Cloud. The relevant part of the article about FaaS is pasted below, but you…
Golang drawer
https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-019-2903-5
BioMed Central
A comparison of three programming languages for a full-fledged next-generation sequencing tool - BMC Bioinformatics
Background elPrep is an established multi-threaded framework for preparing SAM and BAM files in sequencing pipelines. To achieve good performance, its software architecture makes only a single pass through a SAM/BAM file for multiple preparation steps, and…
Golang drawer
https://github.com/gofiber/fiber
GitHub
GitHub - gofiber/fiber:
⚡️
Express inspired web framework written in Go
⚡️
Express inspired web framework written in Go. Contribute to gofiber/fiber development by creating an account on GitHub.
Golang drawer
https://github.com/liftbridge-io/liftbridge
GitHub
GitHub - liftbridge-io/liftbridge: Lightweight, fault-tolerant message streams.
Lightweight, fault-tolerant message streams. Contribute to liftbridge-io/liftbridge development by creating an account on GitHub.
Golang drawer
https://github.com/steve0hh/midas
GitHub
GitHub - steve0hh/midas: Go implementation of MIDAS: Microcluster-Based Detector of Anomalies in Edge Streams
Go implementation of MIDAS: Microcluster-Based Detector of Anomalies in Edge Streams - steve0hh/midas
Golang drawer
https://github.com/MauriceGit/compiler
GitHub
GitHub - MauriceGit/compiler: Compiler for a small language into x86-64 Assembly
Compiler for a small language into x86-64 Assembly - MauriceGit/compiler
Golang drawer
https://github.com/jimsmart/grobotstxt
GitHub
GitHub - jimsmart/grobotstxt: grobotstxt is a native Go port of Google's robots.txt parser and matcher library.
grobotstxt is a native Go port of Google's robots.txt parser and matcher library. - jimsmart/grobotstxt
Golang drawer
https://github.com/facebookincubator/ntp
GitHub
GitHub - facebook/time: Meta's Time libraries
Meta's Time libraries. Contribute to facebook/time development by creating an account on GitHub.
Golang drawer
https://github.com/gomodule/redigo
GitHub
GitHub - gomodule/redigo: Go client for Redis
Go client for Redis. Contribute to gomodule/redigo development by creating an account on GitHub.
Golang drawer
https://github.com/shopspring/decimal
GitHub
GitHub - shopspring/decimal: Arbitrary-precision fixed-point decimal numbers in Go
Arbitrary-precision fixed-point decimal numbers in Go - shopspring/decimal
Golang drawer
https://github.com/volatiletech/sqlboiler
GitHub
GitHub - aarondl/sqlboiler: Generate a Go ORM tailored to your database schema.
Generate a Go ORM tailored to your database schema. - aarondl/sqlboiler
Golang drawer
https://github.com/tealeg/xlsx
GitHub
GitHub - tealeg/xlsx: Go library for reading and writing XLSX files.
Go library for reading and writing XLSX files. . Contribute to tealeg/xlsx development by creating an account on GitHub.
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/GoVersionsMyView
Golang drawer
https://thenewstack.io/add-it-up-azures-golang-problem/
The New Stack
Add It Up: Azure’s Golang Problem
Microsoft Azure does not support the cloud ative Go programming language as well as its rivals do according to a survey.
Golang drawer
https://thenewstack.io/add-it-up-azures-golang-problem/
The New Stack
Add It Up: Azure’s Golang Problem
Microsoft Azure does not support the cloud ative Go programming language as well as its rivals do according to a survey.
Golang drawer
https://changelog.com/gotime/128
Changelog
Immediate mode GUIs (Go Time #128)
Mat, Johnny and Jon are joined by Elias, creator of Gio, to discuss GUIs. Specifically, we explore the pros and cons of immediate vs retained mode and explore some examples of each, as well how some frameworks like React are attempting to bring the benefits…
Golang drawer
https://posener.github.io/goreadme/
posener.github.io
Documenting Go Github Repo
Some Thoughts of a Software Developer
Golang drawer
https://mortenson.coffee/blog/making-multiplayer-game-go-and-grpc/
Samuel Mortenson
Making a multiplayer game with Go and gRPC
Recently I’ve started to pick up a new programming language, Go, but have struggled to absorb lessons from presentations and tutorials into practical knowledge. My preferred learning method is always to work on a real project, even if it means the finished…