Best Practices to Create a Website in Azure
In today’s digital age, having an online presence is crucial for businesses and individuals alike. Choosing the right platform for creating your website is a decision that significantly impacts its success. In this article, we’ll explore the best practices to create a website in Azure,…
How to migrate a monolith from .NET Framework to .NET 6 and Kubernetes
During this time, the monolith of our system has gone through many changes, the most significant happened this year – we transferred it all to .NET 6 and moved to Kubernetes. The transition was not an easy task and lasted a total of a year….
Implementing messaging via MassTransit
Implementing messaging via MassTransit Sooner or later, many projects are faced with the problem of messaging. Often messages must be exchanged between elements of distributed systems using different approaches and technologies. In modern systems, to solve this problem, as a rule, message buses are used,…
What is Azure DevTest Labs?
Introduction In the dynamic landscape of software development, ensuring efficient and reliable testing environments is paramount. Azure DevTest Labs emerges as a game-changer, providing developers with a flexible and scalable platform to create, deploy, and manage development and testing environments. Let’s dive into the world…
How to Use Azure to Develop Modern Applications: A Comprehensive Guide
In today’s digital landscape, the demand for modern applications is skyrocketing. Businesses and developers are constantly seeking efficient, scalable, and reliable solutions to meet these demands. That’s where Azure, Microsoft’s cloud computing platform, comes into play. Azure provides a powerful and versatile set of tools…
Unlocking the Power of Microservices: A Guide to Developing with Azure DevOps
In today’s fast-paced digital landscape, staying competitive and agile is paramount. And when it comes to developing software solutions, microservices have emerged as a game-changer. In this article, we will delve into the world of microservices development with Azure DevOps, an essential approach for businesses…
Quality Gate: Setting up Code Coverage checking for .Net Core microservices in Azure DevOps
How to check that tests cover a commit with new code? How to control that the tests will be written? What type of coverage metric to choose for analysis? You can use simple tools, to set up Build Validation, the check will start with each…
DevOps Time for Java Developers
The topic for discussion is building Java applications in CI. Let’s take a look at the Maven repository on Docker Hub. The latest version (3.8.1) appears everywhere, but images based on Alpine are only ibmjava-8, there are no 11 or current releases. The 11-slim image…
Type Safety in JavaScript: Flow and TypeScript
Disclaimer: I do not claim to be a discovery in this article, but only want to help avoid mistakes when creating applications. We all love the “magic” that a tool like SignalR gives us and are happy to implement it in our projects. Of course,…
Core Data + Repository pattern. Implementation details
The main idea of the repository is to abstract from data sources, hide implementation details, because, from the point of view of data access, this very implementation does not matter. Providing access to the main operations on data: save, load or delete is the main…
Service
Categories
- DEVELOPMENT (103)
- DEVOPS (53)
- FRAMEWORKS (26)
- IT (25)
- QA (14)
- SECURITY (13)
- SOFTWARE (13)
- UI/UX (6)
- Uncategorized (8)