~golangweekly | Bookmarks (132)
-
Go Structs and Interfaces Made Simple
Go Structs and Interfaces Made Simple — An introduction (or refresher) of Go’s core building blocks...
-
GitHub - alecthomas/participle: A parser library for Go
Participle: A Simple Library for Defining Parsers — Provides a straightforward yet idiomatic way to define...
-
DiceDB - an open-source, fast, reactive, in-memory database optimized for modern hardware.
DiceDB: A Reactive, In-Memory Database Optimized for Modern Hardware — A new Go-powered database! Dice is a...
-
Why Go? · microsoft/typescript-go · Discussion #411
Why Reimplement TypeScript's Compiler in Go? — Many people have been asking why Microsoft is porting...
-
A 10x Faster TypeScript - TypeScript
TypeScript's Compiler to Get 10x Faster, Thanks to Go — TypeScript has shaken up the JavaScript...
-
From unique to cleanups and weak: new low-level tools for efficiency - The Go Programming Language
New Low-Level Tools for Garbage Collection Efficiency — A look at two new features offered by...
-
Different ways of working with SQL Databases in Go
Different Ways of Working with SQL Databases in Go — Starting with a simple schema presenting...
-
Building a Secure Session Manager in Go
Building a Secure Session Manager — The stateless nature of requests to a webapp demands some...
-
Cursor for Large Projects
Using Cursor for Large Projects — If you’ve tried using tools like Cursor to write Go...
-
gno.land Introduction Workshop
Sign Up for a Workshop to Get Started Building Go-Powered Decentralized Apps — App builders, Go...
-
GitHub - go-vgo/robotgo: RobotGo, Go Native cross-platform RPA and GUI automation @vcaesar
RobotGo: Native Cross-Platform GUI Automation — A way to control the pointer, keyboard, read the screen,...
-
GitHub - jaypipes/ghw: Go HardWare discovery/inspection library
ghw 0.15.0: A Go Hardware Discovery/Inspection Library — Find out things about the memory, CPU, storage,...
-
GitHub - objectbox/objectbox-go: Embedded Go Database, the fast alternative to SQLite, gorm, etc.
ObjectBox Go 1.9: A Fast, Embedded Database for Go Objects — Store objects in ObjectBox and...
-
Webinar | Proactive Postgres Practices to Prevent Performance Bottlenecks
Keep Postgres Maintenance from Slowing Down Your Go App — Secure your spot to learn the...
-
Tips to debug hanging Go programs
Tips to Debug Hanging Go Programs — Next time your Go app becomes unresponsive, these tips...
-
https://pthorpe92.dev/cursed-go/
Calling Rust from 'Cursed' Go — Cgo is Go’s mechanism for calling external/foreign functions but its...
-
Nil channels in Go
Nil Channels in Go — Nil channels seem to baffle many Gophers, so Vishnu went on...
-
How and why we built our startup around small teams
The Magic of Small Engineering Teams — How PostHog uses small teams to ship fast and...
-
GitHub - x-motemen/gore: Yet another Go REPL that works nicely. Featured with line editing, code completion, and more.
Gore 0.6: A Full Featured Go REPL Environment — You get all the niceties you’d expect...
-
GitHub - evrone/go-clean-template: Clean Architecture template for Golang services
Go Clean Template — Inspired by Uncle Bob’s ‘Clean Code’ principles, this repo attempts to provide...
-
GitHub - go-git/go-git: A highly extensible Git implementation in pure Go.
go-git 5.14: An Extensible Git Implementation in Pure Go — “Manipulate git repositories at low level...
-
GitHub - sqldef/sqldef: Idempotent schema management for MySQL, PostgreSQL, and more
sqldef 1.0: Idempotent Schema Management for Databases — A Go-powered CLI tool and WASM library for...
-
The cost of Go's panic and recover :: jub0bs.com
The Cost of Go's panic and recover — When something goes unexpectedly and critically wrong in...
-
Faster Go maps with Swiss Tables - The Go Programming Language
Faster Go Maps with Swiss Tables — One of Go’s newest features is a revamped map...