Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://semaphoreci.com/community/tutorials/building-and-testing-a-rest-api-in-go-with-gorilla-mux-and-postgresql
Semaphore
Building and Testing a REST API in Go with Gorilla Mux and PostgreSQL - Semaphore
Learn how to build simple and well-tested REST APIs backed by PostgreSQL in Go, using Gorilla Mux — a highly stable and versatile router.
Golang drawer
https://medium.com/@ankur_anand/illustrated-tales-of-go-runtime-scheduler-74809ef6d19b
Medium
Illustrated Tales of Go Runtime Scheduler.
Concurrency in Go in the form of goroutines is a very convenient means for writing modern concurrent software, but how does your Go program
Golang drawer
https://github.com/RadhiFadlillah/duit
GitHub
GitHub - RadhiFadlillah/duit: Simple money tracker, built with Go
Simple money tracker, built with Go. Contribute to RadhiFadlillah/duit development by creating an account on GitHub.
Golang drawer
https://github.com/aunum/gold
GitHub
GitHub - aunum/gold: Reinforcement Learning in Go
Reinforcement Learning in Go. Contribute to aunum/gold development by creating an account on GitHub.
Golang drawer
https://github.com/sirupsen/logrus
GitHub
GitHub - sirupsen/logrus: Structured, pluggable logging for Go.
Structured, pluggable logging for Go. Contribute to sirupsen/logrus development by creating an account on GitHub.
Golang drawer
https://github.com/prologic/tube
GitHub
GitHub - prologic/tube:
📺
tube is a Youtube-like (without censorship and features you don't need!) Video Sharing App written in…
📺
tube is a Youtube-like (without censorship and features you don't need!) Video Sharing App written in Go which also supports automatic transcoding to MP4 H.265 AAC, multiple collections a...
Golang drawer
https://github.com/aquasecurity/lmdrouter
GitHub
GitHub - aquasecurity/lmdrouter: Go HTTP router library for AWS API Gateway-invoked Lambda Functions
Go HTTP router library for AWS API Gateway-invoked Lambda Functions - GitHub - aquasecurity/lmdrouter: Go HTTP router library for AWS API Gateway-invoked Lambda Functions
Golang drawer
https://github.com/pion/ion
GitHub
pion/ion
TODO. Contribute to pion/ion development by creating an account on GitHub.
Golang drawer
https://github.com/JetSetIlly/Gopher2600
GitHub
GitHub - JetSetIlly/Gopher2600: Gopher2600 is an emulator for the Atari 2600 games console
Gopher2600 is an emulator for the Atari 2600 games console - JetSetIlly/Gopher2600
Golang drawer
https://www.theregister.co.uk/2020/03/09/monzo_microservices/
The Register
How does Monzo keep 1,600 microservices spinning? Go, clean code, and a strong team
Well-known software development principles count for more than technology choices
Golang drawer
https://mohitkhare.me/blog/transaction-on-postgres-golang/
Welcome to Mohit’s blog
Transactions on Postgres in Golang
Handling DB operations well
Golang drawer
https://klotzandrew.com/blog/object-fingerprinting-for-efficient-data-ingestion
Klotzandrew
Object Fingerprinting for Efficient Data Ingestion
We are going to cut our write payload down by 95% for our very specific example. What happens when you frequently receive a payload for an updated collection of…
Golang drawer
https://pingcap.com/blog/quickly-find-rust-program-bottlenecks-online-using-a-go-tool/
PingCAP
Quickly Find Rust Program Bottlenecks Online Using a Go Tool | PingCAP
In this post, we will share how we use pprof to visualize TiKV's profiling data to help quickly locate TiKV's performance bottlenecks online.
Golang drawer
https://github.com/dtgorski/typex
GitHub
GitHub - dtgorski/typex: [TOOL/CLI] - Filter and examine Go type structures, interfaces and their transitive dependencies and relationships.…
[TOOL/CLI] - Filter and examine Go type structures, interfaces and their transitive dependencies and relationships. Export structural types as TypeScript value object or bare type representations. ...
Golang drawer
https://medium.com/@teivah/introducing-rxgo-v2-e7e369faa99a
Medium
Announcing RxGo v2
What’s new in the official Go implementation of ReactiveX?
Golang drawer
https://remy.io/blog/how-to-use-diago-to-diagnose-cpu-and-memory-usage-in-go-programs/
remy.io
How to use Diago to diagnose CPU and memory usage in Go programs
Short article on how to use Diago to diagnose CPU and memory usage and performance in Go programs
Golang drawer
https://blog.golang.org/pandemic
go.dev
Go, the Go Community, and the Pandemic - The Go Programming Language
How the Go team is approaching the pandemic, what you can expect from us, and what you can do.
Golang drawer
Forwarded from
DevOps drawer
https://medium.com/@alexellisuk/building-a-todo-api-in-golang-with-kubernetes-1ec593f85029
Medium
Building a TODO API in Golang with Kubernetes
This is post is aimed at newcomers to Kubernetes or Go who want to learn by building a practical REST API with SQL and Go.
Golang drawer
https://choria.io/blog/post/2020/03/27/nats_patterns_5/
choria.io/blog
NATS Messaging - Part 5
Yesterday we wrote our first end to end file tail tool and a consumer for it. It was fatally flawed though in that we could not scale it horizontally and had to run one consumer per log file. This …
Golang drawer
https://choria.io/blog/post/2020/03/26/nats_patterns_4/
choria.io/blog
NATS Messaging - Part 4
Previously we used the nats utility to explore the various patterns of messaging in NATS, today we’ll write a bit of code, and in the following few posts, we’ll expand this code to show …