Read More →
Pedro Lopes
Comput. Sci.
Recent Posts
Choosing a Garbage Collector for Your Java/Kotlin Application: Things I Wish I Knew Back Then
Introduction When I first started building Java and Kotlin applications, I didn’t really pay much a...
Read More →Immutable Databases: When Data Never Dies
Introduction In the ever-evolving landscape of database technologies, immutable databases have emer...
Read More →Common multithreading issues in Java
Introduction Multithreading in Java enables concurrent execution of multiple threads within a singl...
Read More →How Monads and Functional Programming Can Improve Your Exception Handling in Kotlin
Introduction If you've been programming in Kotlin or Java, you're probably used to handling errors ...
Read More →Understanding and Mitigating AWS Lambda Throttling in High-Concurrency Workloads
Introduction When dealing with high-concurrency workloads, scaling AWS Lambda effectively while avo...
Read More →Microservices: Hidden Technical Debt (and how to possibly avoid the traps)
Introduction These days, I keep seeing microservices being treated as the answer to every software ...
Read More →How to trigger multiple AWS lambdas from a single S3 operation (Terraform approach)
Introduction In modern cloud architectures, it's common to have multiple services reacting to the s...
Read More →Understanding and Mitigating AWS Lambda Throttling in High-Concurrency Workloads
Introduction When dealing with high-concurrency workloads, scaling AWS Lambda effectively while avo...
Read More →Reactive Programming(Paradigm) and how to work with it in Spring
Introduction It is evident that modern applications are facing increasingly demanding requirements....
Read More →