Последние посты

Go Library
22 сент., 10:03
🔴AI кодинг интервью с разработчиком из международного FinTech в четверг в 19:00ДА! Вайбкодинг реально начали проверять на интервью, поэтому мы нашли собеседующего, который проводит AI-секцию в международном финтехе, чтобы вы увидели что на ней спрашивают и как к ней подготовитьсяКак это будет: 📂 Александр Дмитриев, разработчик из известного международного финтеха, ex-VK, ex-Ozon проведет вайбкодинг секцию разработчику-добровольцу 📂 Александр будет задавать реальные вопросы с секций, которые проводил сам и комментировать ответы 📂 В конце можно будет задать любой вопрос АлександруЭто бесплатно. Эфир проходит в рамках менторской программы от ШОРТКАТ для разработчиков, которые хотят сменить работу, повысить свой грейд, ЗП и прокачать скиллы.Переходи


Go Library
22 сент., 09:04
Implementing Type Contracts via Mutually Referencing Type Parametershttps://www.dolthub.com/blog/2026-08-28-mutually-referencing-type-parameters
Go Library
21 сент., 09:00
Four ways to do super fast packet processing in GoMeet packetio, the Go packet I/O library I wish I'd had a years ago. AFXDP, DPDK, mlx5 Direct Verbs, and AFPACKET behind one API.https://toonk.io/packetio
Go Library
20 сент., 09:03
Debian Code Search: Fast TurboPFor with Go SIMDThis August, I accomplished what I wanted for many years: I deleted the last cgo dependency in Debian Code Search! This was made possible by Go’s recently introduced SIMD support, because now we can implement the TurboPFor integer compression format as efficiently — more efficiently, in fact, by using the newer AVX512 instruction set! — as the reference implementation.https://michael.stapelberg.ch/posts/2026-09-06-dcs-fast-turbopfor-go-simd
Go Library
19 сент., 09:00
tailcatTailcat is a remix of Tailscale open source pieces to act like netcat, but over Tailscale's data plane, without Tailscale's control plane. Tailscale's data plane (magicsock, internally) gives you point-to-point WireGuard®-encrypted tunnels between two machines with DERP as the NAT-hole-punching communication side channel and the ultimate relay-of-last-resort if NAT traversal fails. Instead of using the Tailscale control plane, all tailcat connection metadata is exchanged out of band, however you want.https://github.com/tailscale/tailcat
Go Library
18 сент., 09:02
llgoLLGo is a Go compiler based on LLVM in order to better integrate Go with the C ecosystem, including Python and JavaScript. It's a subproject of the XGo project.https://github.com/xgo-dev/llgo
Go Library
17 сент., 09:03
My thoughts on the future of Go in the AI eraOne slightly controversial opinion I have is that AI might actually make boring languages more valuable, not less.https://packagemain.tech/p/my-thoughts-on-the-future-of-go-in-ai-era
Go Library
16 сент., 09:03
Escape Analysis in Go – Stack vs. Heap Allocations ExplainedIn this article, we'll explain one of the most confusing performance optimization problems – escape analysis, i.e. how the compiler decides what stays on the stack, and what moves to the heap.https://blog.jetbrains.com/go/2026/07/20/escape-analysis
Go Library
15 сент., 10:02
🔴 Тестовый собес с Go Senior с опытом работы в Ozon, ex. Ситидрайв в этот четверг [+ разбор 50 сложных вопросов в подарок ]17 сентября (в этот четверг!) в 19:00 по мск приходи онлайн, чтобы посмотреть на настоящее интервью на Middle Go-разработчика!Собеседование проведёт Даниил Динько - Senior Backend Engineer, ex. TechLead tier-3 world cybercrime, ex. Senior Go в Ozon, ex. СитидрайвКак это будет:📂 Даниил задаст разработчику вопросы и задачи, которые могут спросить на реальном собесе📂 После каждого ответа респондента ты услышишь подробный комментарий от ментора и поймёшь, чего на самом деле ожидает собеседующий на интервью📂 В конце сможешь задать любой вопрос Даниилу и получить на него развёрнутый ответЭфир проходит в рамках менторской программы от ШОРТКАТ для Go-разработчиков, которые хотят повысить свой грейд, ЗП и прокачать скиллыИ ты можешь посмотреть его


Go Library
15 сент., 09:01
Understanding Go's sync.Map from API to Hash Triesync.Map has changed since my previous sync.Map article. Its public API stayed the same, but Go 1.24 changed its default implementation to an experimental hash trie.Go 1.26 removed the experiment flag and made the hash trie the official implementation of sync.Map in the standard library.We will discuss the current implementation from the beginning, so you do not need to read the old article first. We will build everything up from a normal map to the design behind sync.Map. If you already know the setup, feel free to skip those sections.https://victoriametrics.com/blog/go-sync-map-hash-trie
Go Library
14 сент., 09:01
jsonparserTHE fastest alternative JSON parser for Go that does not require schema.https://github.com/buger/jsonparser
Go Library
13 сент., 09:05
gofeedgofeed is a powerful and flexible library designed for parsing RSS, Atom, and JSON feeds across various formats and versions. It effectively manages non-standard elements and known extensions, and demonstrates resilience against common feed issues.https://github.com/mmcdole/gofeed
Go Library
12 сент., 09:04
tetra3dTetra3D is a 3D hybrid software / hardware renderer written in Go by means of Ebitengine, primarily for video games. Tetra3D's rendering evokes a similar feeling to primitive 3D game consoles like the PS1, N64, or DS.https://github.com/SolarLune/tetra3d
Go Library
11 сент., 09:05
tinyauthTinyauth is the simplest and tiniest authentication and authorization server you have ever seen. It is designed to both work as an authentication middleware for your apps, offering support for OAuth, LDAP and access-controls, and as a standalone authentication server.https://github.com/tinyauthapp/tinyauth1,010Открыть в Telegram
Go Library
10 сент., 09:04
chattoA fully-featured team and group chat application that you can easily selfhost.https://github.com/chattocorp/chatto1,070Открыть в Telegram
Go Library
9 сент., 09:05
agent-framework-goMicrosoft Agent Framework (MAF) is an open, multi-language framework for building production-grade AI agents and multi-agent workflows. This repository contains the Go implementation of Microsoft Agent Framework, along with Go samples and documentation to help you get started.https://github.com/microsoft/agent-framework-go1,140Открыть в Telegram
Go Library
8 сент., 09:04
Go-flavored concurrency in CGo's concurrency is one of the main reasons people like the language. None of that machinery exists in C. Which made me wonder: how close can you get to Go's concurrency model using only POSIX threads?https://antonz.org/concurrency-in-c1,180Открыть в Telegram
Go Library
7 сент., 09:04
Eliminating Go bounds checks with unsafeHot path optimization: unsafe pointer arithmetic to eliminate bound checks the Go compiler can't remove, given you can prove they are truly unnecessary.https://blog.andr2i.com/posts/2026-07-06-eliminating-go-bound-checks-with-unsafe.html1,230Открыть в Telegram
Go Library
6 сент., 09:04
How I use HTMX with GoWhen I want to add sprinkles of interactivity to a web application, I'm a big fan of using HTMX. In this post I'm going to run through how I typically use HTMX in conjunction with Go.https://www.alexedwards.net/blog/how-i-use-htmx-with-go1,280Открыть в Telegram
Go Library
5 сент., 09:01
go-oraPure Go Oracle database driver for database/sql.https://github.com/sijms/go-ora1,260Открыть в Telegram
