Go Golang Дайджест
@GolangStack
2.64K
subscribers
27
photos
3
videos
804
links
Новости, события, ежемесячные дайджесы golang а также все лучшие подборки статей и библиотек.
Download Telegram
Join
Go Golang Дайджест
2.64K subscribers
Go Golang Дайджест
https://github.com/golang/go/issues/21498#issuecomment-1132271548
GitHub
proposal: spec: short function literals · Issue #21498 · golang/go
[edit: As of today, end of May 2025, this proposal has received ~1000 comments. Please read the summary before adding more comments. Your ideas may have been discussed already. Thanks.] [edit: As o...
👎
3
Go Golang Дайджест
Распределенный Postgres Proof of Concept
https://notes.eatonphil.com/distributed-postgres.html
🤔
1
Go Golang Дайджест
https://vladimir.varank.in/notes/2022/05/a-real-life-use-case-for-generics-in-go-api-for-client-side-pagination/
Vladimir Varankin
A real life use-case for generics in Go: API for client-side pagination
Let’s say we have a RESTful API for a general ledger, with the endpoints, that return a paginated collection of resources:
GET /accounts, retrieves a list of accounts, filtered and sorted by some query parameters; GET /accounts/:uuid/transactions, retrieves…
👍
1
Go Golang Дайджест
https://github.com/RoaringBitmap/roaring
GitHub
GitHub - RoaringBitmap/roaring: Roaring bitmaps in Go (golang), used by InfluxDB, Bleve, DataDog
Roaring bitmaps in Go (golang), used by InfluxDB, Bleve, DataDog - RoaringBitmap/roaring
🔥
2
Go Golang Дайджест
https://github.com/SnellerInc/sneller
GitHub
GitHub - SnellerInc/sneller: World's fastest log analysis: λ + SQL + JSON + S3
World's fastest log analysis: λ + SQL + JSON + S3. Contribute to SnellerInc/sneller development by creating an account on GitHub.
👍
2
🔥
1
Go Golang Дайджест
https://github.com/cardrank/cardrank
GitHub
GitHub - cardrank/cardrank: Go types, funcs, and utilities for working with cards, decks, and evaluating poker hands (Holdem, Omaha…
Go types, funcs, and utilities for working with cards, decks, and evaluating poker hands (Holdem, Omaha, Stud, more) - cardrank/cardrank
🔥
2
Go Golang Дайджест
https://github.com/Antonboom/tinkoff-invest-robot-contest-2022
GitHub
GitHub - Antonboom/tinkoff-invest-robot-contest-2022: The simple trading robot for Tinkoff's contest.
The simple trading robot for Tinkoff's contest. Contribute to Antonboom/tinkoff-invest-robot-contest-2022 development by creating an account on GitHub.
💩
3
🔥
2
🥰
1
Go Golang Дайджест
https://habr.com/ru/company/otus/blog/667308/
Хабр
Go в API для мобильного приложения. Создаем совместный список покупок с мгновенными уведомлениями
В предыдущей статье мы рассмотрели использование Go для создания веб-приложений (с выполнением через Web Assembly). Но прежде всего Go интересен как язык для реализации высокопроизводительных и...
👍
1
💩
1
Go Golang Дайджест
https://www.youtube.com/watch?v=RulQR0FTZXU
YouTube
Golang Meetup - May 2022
This event is brought to you by Go Singapore. GoSG is a meetup for the Go programming enthusiasts in Singapore.
*
Want to host your virtual meetup next? Reach out to us here → https://goo.gle/virtual-devspace
For more updates on upcoming events…
👍
1
Go Golang Дайджест
https://www.youtube.com/watch?v=JYvWu-7vKY8
YouTube
Разработка Golang production платформа e-commerce. Часть 3
Начиная с этого раза все задачи оформлены в виде Issue на GitHub.
https://github.com/theartofdevel/production-service/issues
Заходим и котрибьютим!
Больше обо мне и курсах можно прочитать здесь:
https://artofedu.org/
Не забываем про Телеграмм группу:
Telegram…
🔥
1
Go Golang Дайджест
https://github.com/livebud/bud
GitHub
GitHub - livebud/bud: The Full-Stack Web Framework for Go
The Full-Stack Web Framework for Go. Contribute to livebud/bud development by creating an account on GitHub.
😁
2
Go Golang Дайджест
https://github.com/oakmound/oak/releases/tag/v4.0.0
GitHub
Release Oak v4.0.0 · oakmound/oak
High level changelog:
Overall
Bump from Go 1.17 to 1.18
Operations that would previously fail on an oak window because they were not supported on a specific OS will now fail at compile time instea...
Go Golang Дайджест
https://github.com/gofiber/fiber/releases/tag/v2.34.0
GitHub
Release v2.34.0 · gofiber/fiber
🚀
New
Add max size to cache (#1892)
https://docs.gofiber.io/api/middleware/cache
Add refresh period to monitor mw (#1898)
https://docs.gofiber.io/api/middleware/monitor
Add page title to monitor m...
👍
3
Go Golang Дайджест
https://www.postgresql.org/about/news/wal-g-20-released-2456/
PostgreSQL News
WAL-G 2.0 released
Release notes: This release contains a huge amount of new features, bug fixes, and performance improvements. It is worth noting …
Go Golang Дайджест
https://ente.io/blog/tech/go-nulls-and-sql/
ente
Go nulls and SQL
Dealing with SQL NULL values in Go
Go Golang Дайджест
https://github.com/orcaman/concurrent-map
GitHub
GitHub - orcaman/concurrent-map: a thread-safe concurrent map for go
a thread-safe concurrent map for go. Contribute to orcaman/concurrent-map development by creating an account on GitHub.
👍
5
🔥
1
Go Golang Дайджест
https://habr.com/ru/post/669134/
Хабр
Golang-дайджест № 17 (1 – 31 мая 2022)
автор изображения gopher - @vaneltia, dribbble.com Свежая подборка новостей и материалов Интересное в этом выпуске Выпущены версии 1.18.2 и 1.17.10 Результаты опроса разработчиков в Go...
❤
7
👍
3
🔥
2
Go Golang Дайджест
Go 1.18.3 и Go 1.17.11 выпущены
https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg
🔥
5
👍
2
Go Golang Дайджест
https://github.com/microcosm-cc/bluemonday
GitHub
GitHub - microcosm-cc/bluemonday: bluemonday: a fast golang HTML sanitizer (inspired by the OWASP Java HTML Sanitizer) to scrub…
bluemonday: a fast golang HTML sanitizer (inspired by the OWASP Java HTML Sanitizer) to scrub user generated content of XSS - microcosm-cc/bluemonday
Go Golang Дайджест
https://github.com/compose/transporter
GitHub
GitHub - compose/transporter: Sync data between persistence engines, like ETL only not stodgy
Sync data between persistence engines, like ETL only not stodgy - compose/transporter
Go Golang Дайджест
https://thedevelopercafe.com/articles/live-reload-in-go-with-air-4eff64b7a642
Thedevelopercafe
Live Reload in Go with Air
In this article you will learn how to live reload go applications with one of the popular packages out there air. First we will learn how to setup up air...
👍
5
🔥
1