Golang drawer
@golang101
173
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
173 subscribers
Golang drawer
https://github.com/saurabh0719/jett
GitHub
GitHub - saurabh0719/jett: Jett is a lightweight micro-framework for building Go HTTP services. Built on top of HttpRouter, enables…
Jett is a lightweight micro-framework for building Go HTTP services. Built on top of HttpRouter, enables subrouting and flexible addition of middleware at any level :rocket: - GitHub - saurabh071...
Golang drawer
https://github.com/felixge/fgtrace
GitHub
GitHub - felixge/fgtrace: fgtrace is an experimental profiler/tracer that is capturing wallclock timelines for each goroutine.…
fgtrace is an experimental profiler/tracer that is capturing wallclock timelines for each goroutine. It's very similar to the Chrome profiler. - felixge/fgtrace
Golang drawer
https://github.com/alvarolm/glui
GitHub
GitHub - alvarolm/glui: go list ui
go list ui. Contribute to alvarolm/glui development by creating an account on GitHub.
Golang drawer
https://github.com/chanced/openapi
GitHub
GitHub - chanced/openapi: an OpenAPI 3.x library for go
an OpenAPI 3.x library for go. Contribute to chanced/openapi development by creating an account on GitHub.
Golang drawer
https://github.com/danvergara/seeder
GitHub
GitHub - danvergara/seeder: Insert records into a database programatically
Insert records into a database programatically. Contribute to danvergara/seeder development by creating an account on GitHub.
Golang drawer
https://github.com/num30/api-integration-test#rest-api-integration-test-example
GitHub
GitHub - num30/api-integration-test: This is an example of and integration test for Golang Rest API service
This is an example of and integration test for Golang Rest API service - GitHub - num30/api-integration-test: This is an example of and integration test for Golang Rest API service
Golang drawer
https://github.com/Londek/reactea
GitHub
GitHub - londek/reactea: Rather simple Bubble Tea companion for handling hierarchy and support for lifting state up
🚀
Rather simple Bubble Tea companion for handling hierarchy and support for lifting state up
🚀
- londek/reactea
Golang drawer
https://yewtu.be/watch?v=Zapupe_FREc
Invidious
Scaling Pocket Base with Marmot - Follow up!
Follow up video showing failure and recovery scenarios using Marmot and PocketBase
Tools used:
Marmot: https://github.com/maxpert/marmot
PocketBase: https://pocketbase.io/
Goreman: https://github.com/mattn/goreman
Golang drawer
https://yewtu.be/watch?v=tCAl8fdqDnM&feature=youtu.be
Invidious
2 ways to test your Go HTTP server
Golang drawer
https://go.dev/blog/go119runtime
go.dev
Go runtime: 4 years later - The Go Programming Language
A check-in on the status of Go runtime development
Golang drawer
https://steampipe.io
Steampipe | select * from cloud;
Instantly query your cloud, code, logs & more with SQL. Build on thousands of open-source benchmarks & dashboards for security & insights.
Golang drawer
https://github.com/tuneinsight/lattigo
GitHub
GitHub - tuneinsight/lattigo: A library for lattice-based multiparty homomorphic encryption in Go
A library for lattice-based multiparty homomorphic encryption in Go - tuneinsight/lattigo
Golang drawer
https://github.com/tucnak/telebot
GitHub
GitHub - tucnak/telebot: Telebot is a Telegram bot framework in Go.
Telebot is a Telegram bot framework in Go. Contribute to tucnak/telebot development by creating an account on GitHub.
Golang drawer
https://github.com/tobiassjosten/go-simpex
GitHub
GitHub - tobiassjosten/go-simpex: A simpler and faster alternative to regexp
A simpler and faster alternative to regexp. Contribute to tobiassjosten/go-simpex development by creating an account on GitHub.
Golang drawer
https://github.com/bkupidura/broker-ha
GitHub
GitHub - bkupidura/broker-ha: Golang MQTT broker with clustering capabilities
Golang MQTT broker with clustering capabilities. Contribute to bkupidura/broker-ha development by creating an account on GitHub.
Golang drawer
https://www.twilio.com/blog/introducing-twilio-go-helper-library
Twilio Blog
Introducing Twilio's Go Helper Library
Introducing the Twilio Helper for Go, to make working with Twilio's APIs as straightforward as possible for Go developers.
Golang drawer
https://github.com/facebookincubator/tacquito
GitHub
GitHub - facebookincubator/tacquito: Tacquito is an open source TACACs+ server written in Go that implements RFC8907
Tacquito is an open source TACACs+ server written in Go that implements RFC8907 - facebookincubator/tacquito
Golang drawer
https://github.com/nfx/go-htmltable
GitHub
GitHub - nfx/go-htmltable: Structured HTML table data extraction from URLs in Go that has almost no external dependencies
Structured HTML table data extraction from URLs in Go that has almost no external dependencies - nfx/go-htmltable
Golang drawer
https://www.crunchydata.com/blog/real-time-database-events-with-pg_eventserv
Crunchy Data
Real-time Database Events with pg_eventserv | Crunchy Data Blog
Introducing our newest open-source project, pg_eventserv! pg_eventserv takes events generated by the PostgreSQL NOTIFY command and passes the payload along to waiting WebSockets clients.
Golang drawer
https://pion.ly/blog/pion-opus/
Golang drawer
https://y.com.sb/watch?v=SLD1X12PywI
Invidious
Building Go Executables: The cgo / Docker Problem
In this example, we want to build a web server in Docker. @Miki Tebeka shows us how cgo can create some roadblocks with our Alpine Docker image and how to solve them.
Quick answer: When you try to run Docker and get a ‘not found’ error, it may be due to…