Browsing Tag
architecture
71 posts
Event Broker Implementation in C# Using Azure Service Bus
Hi devs The Event Broker Pattern is an essential part of modern distributed systems, particularly for microservices. It…
Why is impossible to have a clean architecture inside a frontend project
The internet is full of videos, courses and articles teaching you to have something like “domain” folders in…
50 System Design Terms That Will Make You Sound Like a Pro
1. Scalability Definition: A system can support increased load by adding resources. Example: Add more servers to handle…
The Potential of Monolithic Systems
Monolithic systems are often seen as outdated systems and bad practice when thinking about building scalable systems nowadays.…
AWS Advanced: Getting SES Production Access
We made this decision because we believe that your use case would impact the deliverability of our service…
Unlearning SOLID: My Path to More Nuanced Code Evaluation
Introduction If you are a software engineer, you have probably heard about the SOLID principles. They are a…
Build native image from Spring Boot Application with GraalVM builder
Overview This section explains how to create a native image from a Spring Boot application using GraalVM’s native…
Run your program in the kernel space with eBPF
Hi there! Have you heard about eBPF? eBPF is not a new technology, but its usage has been…
How to improve Django Framework?
On June 21, 2024 I started a thread on reddit with the following question: “What would you improve…
Code Diagrams – 3 Tools to Try
The most useful tools for diagramming code create visuals from source that can be integrated into a code-centric…