Golang drawer
@golang101
175
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
175 subscribers
Golang drawer
https://about.sourcegraph.com/handbook/engineering/go_style_guide
Golang drawer
https://filipnikolovski.com/managing-go-monorepo-with-bazel/
Golang drawer
https://m.youtube.com/watch?v=YQfPb0ZHcfc
YouTube
GoLab 2019 - Jason Keene - Dynamically Instrumenting Go Programs
Ever wanted to ask arbitrary questions about your program while it is running with minimal impact on performance? In this talk, we go beyond static instrumen...
Golang drawer
https://blog.trailofbits.com/2019/11/07/attacking-go-vr-ttps/
The Trail of Bits Blog
Security assessment techniques for Go projects
The Trail of Bits Assurance practice has received an influx of Go projects, following the success of our Kubernetes assessment this summer. As a result, we’ve been adapting for Go projects some of the security assessment techniques and tactics we’ve used…
Golang drawer
https://www.markphelps.me/2019/11/profiling-to-reduce-memory-allocations/
markphelps.me
Mark Phelps: Profiling to Reduce Memory Allocations
Golang drawer
https://willdemaine.ghost.io/grep-from-first-principles-in-golang/
Things I Think About in the Shower
Grep from First Principles, in Golang
Building a grep-like program from first principles.
Golang drawer
https://blog.golang.org/go.dev
blog.golang.org
Go.dev: a new hub for Go developers - The Go Blog
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Golang drawer
https://github.com/Tikam02/DevOps-Guide
GitHub
GitHub - Tikam02/DevOps-Guide: DevOps Guide - Development to Production all configurations with basic notes to debug efficiently.
DevOps Guide - Development to Production all configurations with basic notes to debug efficiently. - Tikam02/DevOps-Guide
Golang drawer
https://blog.golang.org/go.dev
blog.golang.org
Go.dev: a new hub for Go developers - The Go Blog
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Golang drawer
https://itnext.io/getting-started-with-nats-b752cbb17f74
Medium
Getting Started With NATS
NATS, https://nats.io, is a high performance messaging system for cloud native applications, IoT device messaging, and microservices architecture. It has been there for quite some time, as we can see…
Golang drawer
https://itnext.io/learn-how-to-connect-your-microservices-using-dapr-and-nats-aafea432a6e8
Medium
Learn how to connect your microservices using Dapr and NATS
Dapr version 0.2.0 comes with a bunch of new components added to the runtime. One such component includes pubsub capability with NATS…
Golang drawer
https://blog.gitea.io/2019/11/gitea-1.10.0-is-released/
blog.gitea.io
Gitea 1.10.0 is released - Blog
Golang drawer
https://jaeles-project.github.io/
jaeles-project.github.io
Home :: Jaeles Scanner
The Swiss Army knife for automated Web Application Testing
Golang drawer
https://apisyouwonthate.com/blog/automated-style-guides-for-rest-graphql-and-grpc
Apisyouwonthate
Automated Style Guides for REST, GraphQL and gRPC
Create API style guides using linting tools for any API paradigm. Avoid "API Governance" teams sitting there reviewing every single API change that comes through, and automate that menial task away to the bots.
Golang drawer
https://www.wolfsys.net/blog/execute-sql-script-with-go-statements
www.wolfsys.net
Execute SQL scripts with GO statements
How to execute SQL scripts with GO statements in C# with SQL Server Management Objects (SMO)
Golang drawer
https://adrianhesketh.com/2019/11/04/rotating-aws-rds-secrets-with-aws-secrets-manager/
Golang drawer
https://martinheinz.dev/blog/10
martinheinz.dev
Going Serverless with OpenFaaS and Golang - The Ultimate Setup and Workflow
<p>
<i>Serverless</i> applications have been cool and hype for a while now and some interesting and useful platforms/tools/frameworks are emerging now....
Golang drawer
https://embeddedgo.github.io/2019/11/19/porting_go_to_microcontrollers_part1.html
Embedded Go
Porting Go to microcontrollers (part 1)
Bare-metal programming with Go.
Golang drawer
https://www.alexedwards.net/blog/how-to-rate-limit-http-requests
www.alexedwards.net
How to rate limit HTTP requests in Go - Alex Edwards
Golang drawer
https://medium.com/@vmantese/rapid-thread-safe-transformations-with-terrgroup-in-go-72853256ee2
Medium
Rapid, thread-safe transformations with terrgroup in Go.
A managed approach to safely handling asychronous transformations