All Posts

  • Clean Architecture, proposed by Robert C. Martin, distills various patterns like Hexagonal and Onion architecture. It revolves around Layers and the Dependency Rule, promoting robust and adaptable applications. Embrace clean and elegant software development to thrive in innovation.
  • Learn how to enable and view logs from Cosmos DB with this step-by-step guide. Understand the process of creating a Log Analytics Workspace, configuring diagnostic settings, and accessing Cosmos-specific log tables for effective monitoring and analysis.
  • Discovering and communicating with microservices in a distributed system can be a challenging task. But with Service Discovery using Eureka, it's a breeze! Our article explains the ins and outs of this crucial technique and guides you through the implementation steps, from registration to discovery. And with the added benefits of Steeltoe libraries, you'll have everything you need to simplify and scale your microservice communication. Don't let Service Discovery be a roadblock - start implementing it today with Eureka.
  • Scalability testing is a type of performance testing that measures a system's ability to scale. It helps to identify the system's scalability bottlenecks.