Recent Posts

Foojay Podcast #33: J-Fall Report, Part 1

A few months ago, we asked the J-Fall team if a Foojay Broadcast Room would be a good idea. And they said yes, so suddenly we found ourselves in the middle of the entrance of the Pathé cinema in Ede in the Netherlands, with a camera and microphones. During the day, we had a lot of exciting talks. There are …

Read More »

Explore project structure with IntelliJ IDEA’s Dependency Matrix

In this tutorial, we’ll look at exploring project structure with IntelliJ IDEA‘s Dependency Matrix. When working with large, complex software projects, we need to understand the dependencies between components in your projects. IntelliJ IDEA has a feature called Dependency Structure Matrix (DSM), or Dependency Matrix, that can help us with this. When you are new to a project, the Dependency …

Read More »

Patterns For The Design Of Microservices – Part 3

In part1, part2, discussed, several design patterns were explored that aided in the development of microservices. This blog post will cover the subsequent design patterns. Observability Patterns Cross-cutting Concern Patterns Microservice Architecture Patterns Observability Patterns Undoubtedly, the logging mechanism benefits troubleshooting issues that arise when executing operations or transactions on multiple deployed microservices. We can further categorize the observability patterns …

Read More »