
Three Important Patterns for Building Microservices
A developer and microservices expert takes a quick look into microservices patterns, namely event sourcing, sagas, and CQRS.
A developer and microservices expert takes a quick look into microservices patterns, namely event sourcing, sagas, and CQRS.
Many of us feel nervous when meeting a group of people for the first time. What are the dynamics of the group, what are the in-jokes, will I find common ground with someone - are just a few questions that can plague you. A lot of your hard work at
How to use Swift 5.1 property wrappers to cut your dependency injection code in half
The frontend landscape changed quite a lot in the last years (hopefully for the better). Now there are tools and technologies that help us a
Finally, a faster way to sync your development environment
In this tutorial, you’ll use SwiftUI to implement the navigation of a master-detail app. You’ll learn how to implement a navigation stack, a navigation bar button, a context menu and a modal sheet.
How to make optically balanced icons, correct shapes alignment, and perfect corner rounding
Get the dominant color or color palette from an image.
Sometimes the simplest implementation for a feature ends up creating more complexity than it saves, only shoving the complexity elsewhere…
NgRx Store provides us a single stream of actions where we can either dispatch or subscribe any action across our whole app. This action…
Pagination is a complex topic if you start thinking and discussing about it. Topics where you might not think about: what if the user…
Let’s learn when and how to use new better Angular 6+ dependency injection mechanism with new providedIn syntax to make our apps better! 💪
How to install Docker Desktop on the Mac so it can run Kubernetes on your desktop.
In this article, you'll learn how to Read and Parse CSV files in Java using Apache Commons CSV. You'll also use Apache Commons CSV library to Generate CSV files in Java.
I woke up to this amazing news this morning and couldn't think of anything better than to share with you. Given that I'm a big fan of performance optimizations, and the fact that I had written about lazy loading compon