rubengglez's Stars
EbookFoundation/free-programming-books
:books: Freely available programming books
papers-we-love/papers-we-love
Papers from the computer science community to read and discuss.
rust-unofficial/awesome-rust
A curated list of Rust code and resources.
colinhacks/zod
TypeScript-first schema validation with static type inference
maybe-finance/maybe
The OS for your personal finances
abiosoft/colima
Container runtimes on macOS (and Linux) with minimal setup
air-verse/air
☁️ Live reload for Go apps
samber/lo
💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)
aaamoon/copilot-gpt4-service
Convert Github Copilot to ChatGPT
coder/coder
Provision remote development environments via Terraform
getsentry/self-hosted
Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept
mre/idiomatic-rust
🦀 A peer-reviewed collection of articles/talks/repos which teach concise, idiomatic Rust.
loco-rs/loco
🚂 🦀 The one-person framework for Rust for side-projects and startups
testcontainers/testcontainers-go
Testcontainers for Go is a Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done.
sfackler/rust-postgres
Native PostgreSQL driver for the Rust programming language
cristaloleg/go-advice
List of advice and tricks for Go ʕ◔ϖ◔ʔ
tweedegolf/teach-rs
A modular, reusable university course for Rust
rbatis/rbatis
Rust Compile Time ORM with Async Dynamic SQL
gocraft/dbr
Additions to Go's database/sql for super fast performance and convenience.
ribice/gorsk
:fire: Idiomatic Golang Restful Starter Kit
m-ou-se/rust-atomics-and-locks
Code examples, data structures, and links from my book, Rust Atomics and Locks.
loong/go-concurrency-exercises
Hands on exercises with real-life examples to study and practice Go concurrency patterns. Test-cases are provided to verify your answers.
roblaszczak/go-cleanarch
Clean architecture validator for go, like a The Dependency Rule and interaction between packages in your Go projects.
shijuvar/gokit
Go Examples: From basics to distributed systems
frankban/quicktest
Quick helpers for testing Go applications
gmhafiz/go8
Go + Postgres + Chi Router + sqlx + ent + authentication + testing + opentelemetry Starter Kit for API Development
plar/go-adaptive-radix-tree
Adaptive Radix Trees implemented in Go
Fs02/go-todo-backend
Go Todo Backend example using modular project layout for product microservice.
Eun/go-hit
http integration test framework
thanhpk/randstr
Generate random strings in golang