Blog

  • Testing contracts in event-driven architecture in AWS

    Throughout my career, I’ve come across numerous blogs and lectures on testing event-driven architectures, covering everything from unit tests to full integration phases. A common theme in allRead More

  • How to organize project development teams

    Throughout my career, I have encountered various approaches to how corporations organize the development of AWS solutions. One of the most critical factors in successful development is teamRead More

  • Why E2E testing will never work in Microservice Architectures

    Before diving into the reasons why end-to-end (E2E) testing struggles in large-scale microservice architectures, let’s recap some key traits of microservice architecture that are critical from a testingRead More

  • How AWS business model work

    Introduction What could be more detrimental than becoming addicted to something that significantly impacts your finances? Addictions to gambling, cigarettes, or drugs can have severe financial consequences. HaveRead More

  • Microservices – Smart endpoints dumb pipes

    When designing communication structures between processes, many products and methodologies focus on embedding intelligence directly into the communication mechanism. A notable example is the Enterprise Service Bus (ESB),Read More

  • Microservice CI/CD done right

    In the fast-evolving world of software development, microservices architecture has become the go-to solution for building scalable, resilient, and agile applications. However, the complexity of managing numerous independentRead More