Usare code di messaggi in .net core – parte 1: le code

Usare code di messaggi in .net core – parte 1: le code

In questa serie di articoli parlerem un po’ di come usare le code di messaggi con RabbitMQ e come integrarle in una WebAPI in dotnet core usando un Background Worker. Alle volte mi risulta difficile trovare un titolo decente. In questo caso ho dovuto fare un passo indietro e prendere...

3 minute read
The truth about Pair Programming that you have always wanted to ask

The truth about Pair Programming that you have always wanted to ask

So your team has decided to use Pair Programming. You’ve never practiced it and honestly it’s kinda scaring you. Of course you have questions but seeing that the rest of the team feels quite comfortable, you don’t ask. First rule: never forget that people lie. So what’s Pair Programming anyway?...

3 minute read
Come gestire autenticazione ed autorizzazione nei microservizi – Parte 2

Come gestire autenticazione ed autorizzazione nei microservizi – Parte 2

Nel post precedente di questa serie abbiamo visto come sfruttare un API Gateway ed un Identity Provider per gestire l’autenticazione. Giusto per rinfrescare i concetti, ecco il diagramma di base: </figure> In pratica il client comunica direttamente con l’API Gateway, il quale a sua volta chiederá all’Identity Provider di fornire...

2 minute read