Golang drawer
@golang101
178
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
178 subscribers
Golang drawer
https://brandur.org/notifier
brandur.org
The Notifier Pattern for Applications That Use Postgres
Maximizing Postgres connection economy by using a single connection per program to receive and distribute all listen/notify notifications.
Golang drawer
https://www.jetbrains.com/guide/go/tutorials/webapp_go_react_part_one/
Jetbrains
Web App with Go and React - Part 1
Fullstack Application Development with Go and React.
Golang drawer
https://domenicoluciani.com/2024/05/07/create-dns-resolver.html
Domenico Luciani - Create a DNS Resolver with Golang
Passionate programmer, experienced Extreme Programmer, Senior Agile Software Engineer, remote worker from Spain, Open Source enthusiast, and avid learner with a focus on software craftsmanship, and IT security.
Golang drawer
https://tduyng.github.io/blog/dynamic-github-profile-readme/
Duy NG
How I made my GitHub profile README dynamic
Explore the process of making your GitHub profile README dynamic with automated updates of your latest blog posts using GitHub Actions and Python scripting
Golang drawer
https://m.youtube.com/watch?v=8XbxQ1Epi5w
YouTube
GopherCon 2023: Build Your Own Distributed System Using Go - Philip O'Toole
Go provides all you need to build your own powerful distributed system. The language provides the power you need and the community provides you with the libraries you need. Come and learn how to build your distributed system, using the Raft consensus and…
Golang drawer
https://aran.dev/posts/using-golang-crypto-aes-and-crypto-cipher-packages/
Aran Wilkinson
using golang's crypto/aes and crypto/cipher packages
Using Golang's crypto/aes and crypto/cipher packages for encrypting and decrypting.
Golang drawer
https://cpn.jjude.com/@jjude/statuses/01HXBY7JZEQ8S8N34EMX1ESF3K
cpn.jjude.com
Post by jjude, @jjude@cpn.jjude.com
How to use #duckdb with #golang DuckDB has golang sdk and it is easy to integrate both. Here is the code. DuckDB's golang SDK follows the same `database/sql` interface, so using duckdb with golang is as easy as using sqlite. ```go import ( "database/sql"…
Golang drawer
https://www.jvt.me/posts/2024/05/09/oapi-codegen-sustainable/
Jamie Tanna | Software Engineer
Creating a more sustainable model for `oapi-codegen` in the future · Jamie Tanna | Software Engineer
Announcing a request for sponsorship to continue to allow allocating more time to `oapi-codegen` as well as to make more ambitious changes to the project.
Golang drawer
https://m.youtube.com/watch?v=un6ZyFkqFKo
YouTube
Go Programming – Golang Course with Bonus Projects
Learn the Go programming language in this full course for beginners. You'll practice writing performant, idiomatic Go with these hands-on lessons and challenges.
💻
Code: https://github.com/bootdotdev/fcc-learn-golang-assets
💻
Follow along interactively on…
Golang drawer
https://chapar.rest/
chapar.rest
Chapar is a api testing tools build with Go
Golang drawer
https://github.com/coder/hnsw
GitHub
GitHub - coder/hnsw: In-memory vector index for Go
In-memory vector index for Go. Contribute to coder/hnsw development by creating an account on GitHub.
Golang drawer
https://github.com/rhysd/actionlint
GitHub
GitHub - rhysd/actionlint: :octocat: Static checker for GitHub Actions workflow files
:octocat: Static checker for GitHub Actions workflow files - rhysd/actionlint
Golang drawer
https://github.com/Zxilly/go-size-analyzer
GitHub
GitHub - Zxilly/go-size-analyzer: A tool for analyzing the size of compiled Go binaries, offering cross-platform support, detailed…
A tool for analyzing the size of compiled Go binaries, offering cross-platform support, detailed breakdowns, and multiple output formats. - Zxilly/go-size-analyzer
Golang drawer
https://yewtu.be/watch?v=FwzE5Sdhhdw
Google Cloud Tech | Invidious
Boost performance of Go applications with profile guided optimization
By profiling Go applications at runtime, the Go compiler can make better optimization decisions in subsequent builds, leading to substantial improvements in CPU performance. In this technical session, developers will learn how profile-guided optimization…
Golang drawer
https://bionics.it/posts/golang-for-bioinformatics
bionics.it
Why didn't Go get a breakthrough in bioinformatics (yet)? | Bionics IT
AsA gopher doing bioinformatics
As we are - according to some expert opinions - living in the Century of Biology, I found it interesting to reflect on Go's usage within the field.
Go has definitely garnered some use for bioinformatics tools over the years…
Golang drawer
https://sergey.kamardin.org/articles/generic-concurrency-in-go/
sergey.kamardin.org
Generic Concurrency in Go
Generics and goroutines are great tools we can leverage to have reusable general purpose concurrent processing in our programs.
Golang drawer
https://blog.jetbrains.com/go/2024/05/15/goland-2024-2-eap-1/
The JetBrains Blog
The GoLand 2024.2 Early Access Program Has Started! | The GoLand Blog
The Early Access Program for GoLand 2024.2 is now open! The release will be focused on stability and improving the current feature set, including remote development, performance, and support for the m
Golang drawer
https://akavel.com/go-errors
Golang drawer
https://github.com/nikolaydubina/go-cover-treemap
GitHub
GitHub - nikolaydubina/go-cover-treemap:
🎄
Go code coverage to SVG treemap
🎄
Go code coverage to SVG treemap. Contribute to nikolaydubina/go-cover-treemap development by creating an account on GitHub.
Golang drawer
https://github.com/orsinium-labs/tinymath
GitHub
GitHub - orsinium-labs/tinymath:
📐
The fastest and smallest Go math library for constrained environments, like microcontrollers…
📐
The fastest and smallest Go math library for constrained environments, like microcontrollers or WebAssembly. - orsinium-labs/tinymath