rubenbelem's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
avelino/awesome-go
A curated list of awesome Go frameworks, libraries and software
MunGell/awesome-for-beginners
A list of awesome beginners-friendly projects.
ByteByteGoHq/system-design-101
Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
faif/python-patterns
A collection of design patterns/idioms in Python
denysdovhan/wtfjs
🤪 A list of funny and tricky JavaScript examples
karanpratapsingh/system-design
Learn how to design systems at scale and prepare for system design interviews
remoteintech/remote-jobs
A list of semi to fully remote-friendly companies (jobs) in tech.
quii/learn-go-with-tests
Learn Go with test-driven development
pulumi/pulumi
Pulumi - Infrastructure as Code in any programming language 🚀
so-fancy/diff-so-fancy
Good-lookin' diffs. Actually… nah… The best-lookin' diffs. :tada:
jordan-cutler/path-to-senior-engineer-handbook
All the resources you need to get to Senior Engineer and beyond
react-static/react-static
⚛️ 🚀 A progressive static site generator for React.
yanirs/established-remote
A list of established remote companies
spf13/afero
A FileSystem Abstraction System for Go
rstacruz/rscss
Reasonable System for CSS Stylesheet Structure
cosmicpython/book
A Book about Pythonic Application Architecture Patterns for Managing Complexity. Cosmos is the Opposite of Chaos you see. O'R. wouldn't actually let us call it "Cosmic Python" tho.
orioledb/orioledb
OrioleDB – building a modern cloud-native storage engine (... and solving some PostgreSQL wicked problems) 🇺🇦
Pungyeon/clean-go-article
A reference for the Go community that covers the fundamentals of writing clean code and discusses concrete refactoring examples specific to Go.
JohnCrickett/SystemDesign
Useful resources on distributed system design.
ErickWendel/myownnode
Bun? Deno? Node.js? Creating your own JavaScript Runtime using V8, Libuv and more
JoyalAJohney/Realtime-Distributed-Chat
High throughput, Low latency 🚀 Fullstack Realtime messaging platform built using Go and React ❤️
ErickWendel/10-design-patterns-for-js
code examples of my 10 must-know design patterns for JavaScript Developers talk
arielhs/ts-arithmetic
Perform Type Level arithmetic in TypeScript
rafaelvleite/fide_crawler
utain/go-12factor-example
Example the 12factor app using golang
micalevisk/nestjs-devtools-loader
A tiny dependency-free helper package to easily enable/disable NestJS DevTools (@nestjs/devtools-integration).
MichelAraujo/lab
This repository is only for backup of my experimentation things. Is good for reference but not follow all the good practices for production environment.
tumut/B-Trees
B-tree implementation in C++ to index documents based on numerical id's and title strings
phillippelevidad/state-machine-experiment
Uses a state machine to control a complex purchase flow with retries and rollback actions