Software Development and The Saga Pattern
The Saga pattern helps to manage data consistency across microservices. Discover the benefits of Saga pattern, as well as practical examples.
Reducing DevOps Costs with Serverless Architecture
This article will look into Serverless Architecture – what is it, what are the advantages and disadvantages and how you can minimize your DevOps spend by leveraging serverless architecture. This blog is a summary of the webinar held by Andrzej Brozniak, Senior Cloud Engineer and DevOps Consultant. You can watch the full webinar here. […]
DevOps and SRE – The Future of Software Development
As the demand for high-quality software rises, DevOps and SRE have become the norm in modern development. Check out their advantages here.
How to Create a Technology Roadmap
To get the most out of any new technology, you should plan the transition carefully using a well-thought-out technology roadmap.
Actor-Model System with Akka.NET
Let’s take a look at Actor Model systems! What is an actor, what can it do for your system as well as potential scenarios that this model might be a good fit.
Event Sourcing with CQRS
Keith Redmond, VP of SaaS Engineering at Fenergo, shares his insights on how to utilize Event Sourcing with CQRS in your application development.
Simplify Your SDLC with Azure DevOps
Bosky Atlani, Principal Engineer at Concert Health, shares her insights on how you can simplify your software development life cycle (SDLC) management using Azure DevOps.
Microservices Architecture: Breaking The Monolith
This blog summarizes the webinar on ‘Breaking The Monolith’, hosted by Daniel Gutiérrez and explores the ways you can break up a monolithic application into microservices.
Tools for Testing Microservices
This article explores the testing tools and techniques you can use at each stage of your software development when working with microservices. Before jumping into the specific tools, we advise to read the previous blog from this series – Testing Microservices – for a broader introduction into the topic and a detailed overview of the […]
.NET Libraries: Creating, Maintaining & Lessons Learned
In this article, we’ll show the most common mistakes developers make creating their libraries and propose some solutions to avoid such mistakes in the future.