Newspaper
Welcome to my inspiration corner! Here, I share my favorite blog posts, git repositories and many more content that I find helpful and improving.
Golang
Robust gRPC communication on Google Cloud Run (but not only!)
In this week’s article I will describe how you can build robust, internal communication between your services using gRPC.
Three Dots Tech
GolangArchitecture
Distributed Transactions in Go: Read Before You Try
If you work with microservices, a time may come when you need a transaction running across them. Service A calls service B, which calls service C, and if something goes wrong at the end, the system becomes inconsistent.
Three Dots Tech
SQLArchitecture
A Practical Guide to Caching: What to Cache and When
Understanding workload patterns in your production database is crucial for effective caching.
Readyset Blog
SQL
Postgres Support Recap: Investigating Postgres Query Performance
Postgres query performance issues could result from a myriad of factors ranging from missing indexes or lack of database maintenance to ineffective queries and joins or system resource limitations.
Neon
GolangArchitecture
Common Anti-Patterns in Go Web Applications
Let’s face it: most web applications don’t solve tough technical challenges. They should correctly model the product and allow improving it faster than the competition.
Threedots Tech
ArchitectureJavascriptTech Stack
How A Small Team of Developers Created React at Facebook | React.js: The Documentary
React is easily one of the single most popular libraries in use today. Given that it was made within a juggernaut like Facebook, you might have assumed it was always destined for success.
Youtube
Architecture
Authorization Academy - Microservices Authorization
This chapter explains microservices architecture, options for authorization in microservices, and how to share authorization data between services.
Oso
Testing
Test-driven development (TDD) explained
Learn about how test-driven development (TDD) can increase code reliability, make bug detection more efficient, and reduce long-term maintenance costs.
circleci Blog
ArchitectureTech Stack
Rebuilding our tech stack for the new Facebook.com
Facebook.com launched in 2004 as a simple, server-rendered PHP website. Over time, we’ve added layer upon layer of new technology to deliver more interactive features.
Engineering at Meta
Github
bradtraversy/design-resources-for-developers
Curated list of design and UI resources from stock photos, web templates, CSS frameworks, UI libraries, tools and much more
Github