Paweł Pindel, Principal Engineer

Building cloud-native solutions with Azure & .NET

Sharing insights on software architecture, Azure services, and modern .NET development. Opinions, thoughts, and real-world solutions.

Latest Articles

Azure Durable Functions Meetup in Krakow
meetupazuresolutions

Azure Durable Functions Meetup in Krakow

I recently had the privilege of leading a workshop on Azure Durable Functions in Krakow, hosted by Gravity9. This event provided a fantastic platform for me to ...
Jun 10, 20241 min read
Unleasing the Power of Azure Durable Functions
devopsazuresolutions

Unleasing the Power of Azure Durable Functions

In the ever-evolving landscape of cloud computing, serverless architectures have become a go-to solution for building scalable and efficient applications. Azure...
Nov 17, 20234 min read
Instrumentation in Azure
devopsazuresolutions

Instrumentation in Azure

Nowadays app instrumentation is very important. It helps to monitor how our infrastrucutre and application works, allows to detect weird behaviors and security ...
Apr 6, 20226 min read
Geospatial Indexes in MongoDB
mongodbsolutionsdatabase

Geospatial Indexes in MongoDB

What are geospatial indexes? Recently I have been preparing to MongoDB Professional Developer certification program. I learnt there about something called Geosp...
Sep 9, 20216 min read
Long time no see!
general

Long time no see!

How to authenticate and authorize on behalf of user? At the beginning of this post I should ask you for forgiveness. It has been a loooong time since I wrote my...
Aug 1, 20211 min read
On behalf flow in OAuth2.0, Azure AD and .NET Core
developmentazuresolutions

On behalf flow in OAuth2.0, Azure AD and .NET Core

There are couple of existing ways how to authenticate one app to another when you create a distributed system. You can write your own identity service and use i...
Oct 1, 20207 min read
Azure Functions v2 stopped working after v3 release
developmentazuresolutions

Azure Functions v2 stopped working after v3 release

Azure Functions v2 stopped working after release of Azure Functions v3 Did you experience that problem? Because me and my team did. We spent a lot of time looki...
Jan 30, 20202 min read
Clean Architecture based on my open-source project
developmentarchitectureclean

Clean Architecture based on my open-source project

Recently I am starting a couple of new projects. One of them is my university open-source project helping to donate animal shelters. The first challenge every d...
Dec 4, 20194 min read
Asynchronous programming in .NET - introduction
developmentasynchronoustutorial

Asynchronous programming in .NET - introduction

At the beginning, it is worth considering what asynchronous programming is and why it is better than synchronous. Asynchronous programming involves approaching ...
Sep 16, 20195 min read
Architectural patterns - holiness or guideline?
developmentarchitecturepatterns

Architectural patterns - holiness or guideline?

Many people at the beginning of the project ask themselves - what architecture to choose? Would you not even think about it when starting your first serious pro...
Sep 1, 20194 min read