Press "Enter" to skip to content

Posts published in “Software Engineering”

WebSockets vs SSE

In today’s text, I want to take a closer look at Server Sent Events (or SSE for short) and WebSockets. Both are good and battle-tested…

Best JetBrains Plugins

JetBrains IDE-s based on the IntelliJ platform are probably one of the most common IDEs in existence nowadays. Their popularity is especially visible within the…

What Is Sharding?

Sharding is a technique of splitting some arbitrary set of entities into smaller parts known as shards. It is used to achieve better consistency and…

What Is CAP Theorem?

In short, the CAP theorem is a mathematical theorem describing how our application will behave in the event of network partitioning. It is one of…

What is Keycloak?

Application security is becoming a more and more important topic on a day-to-day basis. Unauthorized access to protected data can potentially cost millions of dollars…