My personal curated list of awesome readings.
- A beginner's guide
- Amazon ECS: using the CLI with Docker Compose
- Docker-Compose + ECS
- Gentle Introduction to How AWS ECS Works - with Example Tutorial (and 25mins video).
- Running Docker on AWS from the ground up
- Patterns for Resilient Architecture
- Linked Lists in JavaScript - ES6 code
- Circuit Breaker - By Martin Fowler
- Design pattern para microservices (Portuguese)
- Netflix:
- CQRS - By Martin Fowler
- O que é? Onde aplicar? (Portuguese)
- Messaging Patterns for Event-Driven Microservices
- RabbitMQ best practices for High Performance (High Throughput) - By CloudAMQP
- RabbitMQ Hits One Million Messages Per Second on Google Compute Engine
- Understanding When to use RabbitMQ or Apache Kafka
- PolyglotPersistence - By Martin Fowler
- A Saga on Sagas - Process Managers, Coordinating Workflows, and Sagas: Clarifying the terminology
- Confusion about Saga Pattern
- How to implement business transactions using Microservices:
- Saga pattern and microservices architecture
- Sagas
- Twelve Factor App - Boas práticas para microsserviços (Portuguese)
- BoundedContext - By Martin Fowler
- How Discord Scaled Elixir to 5,000,000 Concurrent Users
- Implementing AMQP in an Elixir Application - Monitoring the Consumers
- Why we choose Elixir as the main technology for our startup? -Flipay
- Demystifying functional programming - in a real company
- Our learnings from adopting GraphQL - Netflix
- Running a scalable & reliable GraphQL endpoint with Serverless
- Garbage collector post series by Red Hat
- Monitoring Java Applications with Flight Recorder
- Apache Kafka Tutorial - For beginners
- Aprendendo na prática (Portuguese)
- O que é esse tal de Apache Kafka? (Portuguese)
- A taste of Functional Programming in Kotlin
- Arrow Try is dead. Long live Kotlin result
- Compositional Patterns in Kotlin
- Concurrency vs. Parallelism Using Kotlin
- How to leverage functional programming in Kotlin to write better, cleaner code
- Flight Recorder: Examining Java and Kotlin Apps
- Programming with
Result<T>
- Understading Flow
- How to setup a perfect Kubernetes Cluster using kOps on AWS
- Migração do EC2 para o Kubernetes (Portuguese)
- Reducing the Cost of Running a Personal k8s Cluster
- Understanding resource limits in Kubernetes
- Netflix
- Nubank
- OLX (Portuguese)
- Favorites:
- Transações distribuÃdas em microserviços
- QuintoAndar
- Advanced NestJS: Dynamic Providers
- Clock-in/out system - Carlos Caballero blog
- Part I - Diagram
- Part II - Basic backend (I) - AuthModule
- Part III - Basic backend (II) - UsersModule
- Part IV - Basic backend (III) - AppModule
- Part V - Seed Database and migration data
- Part VI - Basic frontend
- Part VII - Deploy Backend (NestJS): Docker/Docker-Compose
- Part VIII - Deploy frontend (Angular 6+) using environments
- Part IX - Testing: Backend Testing - Unit Testing - Services
- Part X - Testing: Backend Testing - Unit Testing - Controllers
- Part XI - Testing: Backend Testing - E2E Testing
- Part XII - Testing: Frontend Testing - Unit Testing - Services
- Part XIII - Testing: Frontend Testing - Unit Testing - Controllers
- Setting up a Reverse-Proxy with Nginx and docker-compose
- Docker compose: Nginx reverse proxy with multiple containers
- Moving Node.js from PaaS to Kubernetes tutorial
- Node.js multithreading: Worker threads and why they matter
- We're under attack! - 23+ Node.js security best practices
- JSON tutorial
- Returning Hierarchical Data in a Single SQL Query
- What is SKIP LOCKED for in PostgreSQL?
- Building a Scaleable Protocol Buffers/gRPC Artifact Pipeline
- Building scalable microservices with gRPC - Bugsnag Blog
- Google's gRPC - A Lean and Mean Communication Protocol for Microservices
- gRPC in Microservices
- How We Build gRPC Services At Namely
- Implementing Remote Procedure Calls With gRPC and Protocol Buffers
- REST vs RPC - The SOA showdown. By Joshua Hartman, Director Of Engineering at LinkedIn
- Why we have decided to move our APIs to gRPC - By Dale Hopkins, CTO of Vendasta
- Better Specs - RSpec guidelines with Ruby
- 15 Key Takeaways from the Serverless Talk at AWS Startup Day
- 19 Serverless microservice patterns for AWS
- Applying the pub-sub and push-pull messaging patterns with AWS Lambda
- How To: Manage RDS Connections from AWS Lambda Serverless Functions
- How To: Reuse Database Connection in AWS Lambda
- How To: Use SNS and SQS to Distribute and Throttle Events
- Serverless Testing Strategies
- The best ways to test your serverless applications
- Your CORS and API Gateway survival guide - Serverless blog
- Building a Multi-Module Spring Boot Application with Gradle
- Conditional Beans with Spring Boot
- Integration Tests with Spring Boot and @SpringBootTest
- Microservices with Spring Boot and Spring Cloud. From config server to OAuth2 server (without inMemory things)
- Modularizing a Spring Boot Application
- Pollution-Free Dependency Management with Gradle
- Structuring and Testing Modules and Layers with Spring Boot
- Architecture vs Model
- A career is a marathon. Not a sprint
- A HeurÃstica da Jóia do Tempo do Dr. Estranho (Portuguese)
- All Time Favorites posts on High Scalability
- Enterprise Application Logging Best Practices (A Support Engineer's Perspective)
- How Discord stores billions of messages
- Mocks Aren't Stubs
- Software Entropy Explained
- Uber Engineering Blog