Léo TosinLearning how to use AWS CDK with .NET as the IaC to your projectsThis post is dedicated to guiding you through the initial steps of implementing AWS CDK into your projects, configuring it, and creating…Apr 15Apr 15
Léo TosinUsing Azure Container Apps to run your docker imagesAzure Container Apps is a cloud service offered by Microsoft Azure that provides a platform for deploying and managing containerized…Nov 4, 2023Nov 4, 2023
Léo TosinIntroduction to Kafka with .NETIn recent years, Apache Kafka has emerged as a popular distributed streaming platform for handling high volume, real-time data streams…May 29, 2023May 29, 2023
Léo TosinMocking your appsettings in unit tests on .NETWhen developing software in C#, it’s common to use configuration files to manage settings and parameters that your application needs to…May 29, 20231May 29, 20231
Léo TosinThe internal access modifier on C#In C#, the internal access modifier is a powerful tool for controlling the visibility of members within a codebase. When you mark a member…May 29, 2023May 29, 2023
Léo TosinSingleton pattern to in-memory data persistance in .NETOn this post I am going to talk a little about the Singleton design pattern and my favorite use for it, In-Memory data persistance. Where…May 29, 2023May 29, 2023
Léo TosinCreate your API client on .NETIn today’s digital world, APIs (Application Programming Interfaces) have become an essential component of software development. APIs allow…May 29, 2023May 29, 2023
Léo TosinUsing the Builder design pattern to build Dynamic URLs on C#The Builder design pattern is a creational pattern that aims to simplify the construction of complex objects. It allows you to create…May 29, 2023May 29, 2023
Léo TosinCloud flavours on Azure: The different types of cloud servicesWhen we are dealing with cloud solutions, there are many different types of services and resources and we must know its limitations…Sep 28, 2022Sep 28, 2022
Léo TosinProtecting your Azure resources with Azure LocksIn Azure is extremaly easy to create new resources, in seconds you can create new resources and enviroments. But, is extremaly easy to…Sep 7, 2022Sep 7, 2022