Golang drawer
@golang101
175
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
175 subscribers
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
Golang drawer
https://blog.andreiavram.ro/golang-future-with-reflection/
Andrei Avram
Go Future with Reflection - Andrei Avram
While exercising Go with various Future implementations, at one moment reflection hit me. Using reflection to inspect types beats the point of strong … Continue reading Go Future with Reflection
Golang drawer
https://jacobquam.github.io/2019/11/14/004.html
jacobquam.github.io
Sorting IPs from a text file with Go - Cog1tar3
The goal is to read in a line-delimited text file of IP addresses and sort theaddresses.The final code is:package mainimport (
Golang drawer
http://www.matthiassommer.it/programming/docker-compose-retry-database-connect-with-docker-and-go/
Matthias Sommer - IT Consulting
Docker Compose: Retry Database Connect With Docker and Go
When I implemented a Docker Compose file that starts our entire system, I stumbled upon a common problem. The database container is ready, but the database itself is not. So the services try to establish a connection, but fail, because the database is still…
Golang drawer
https://ieftimov.com/shorts/simple-golang-database-seeding-abstraction-gorm/
Ieftimov
Simple Golang database seeding abstraction for Gorm
One of the most feature-full ORMs for Go that I have worked with is Gorm. If you would like to learn more about it, I recommend checking out its official website and its documentation.
Image taken from Undraw. Recenlty I wanted to write a small database…
Golang drawer
https://pingcap.com/blog/how-we-compiled-a-golang-database-in-the-browser-using-webassembly/
PingCAP
How We Compiled a Golang Database in the Browser Using WebAssembly | PingCAP
In this post, we will dive deep into how and why we built an in-browser database, and you'll know how to reproduce it yourself.
Golang drawer
https://philpearl.github.io/post/json_good/
philpearl.github.io
Good Go: Contributing to encoding/json
Some sequences have been shortened
Golang drawer
https://www.evergreeninnovations.co/blog-working-with-package-time-in-go/
Evergreen Innovations | Energy Storage & Renewable Energy Innovation
Blog: Working with package time in Go
Tech Blog Working with package time in Go Working with package time in Go Overview At Evergreen Innovations, we have recently been writing back-end systems for our clients in Go. Go has proven itself to be a productive and robust language for these applications…
Golang drawer
https://kasvith.github.io/posts/how-i-embedded-resources-in-go/
kasvith.github.io
How I Embedded Resources in Go
During my internship period at WSO2, Inc I worked on a project to develop a CI/CD pipeline for WSO2 API Manager. The tooling was…
Golang drawer
https://philpearl.github.io/post/json_own_way/