Browse by topics microservices (8) one-pagers (12) general (7) best-practices (8) concepts (3) language-features (14) functional (3) text-editors (1) csharp (33) aspnetcore (18) efcore (2) grpc (1) oauth2 (3) docker (1) opinion (3) typescript (4) angular (3) documentation (3) rxjs (2) git (2) ruby (9) neovim (1) general (1)

Will it pass - The Dad Test?

general opinion

This post is a minor rant on the state of software.

read more

C# One-Pager

one-pagers csharp

A one-pager capturing the important points of the C language.

read more

Angular One-Pager

one-pagers typescript angular

A one-pager capturing the important points of using Angular.

read more

Developer Reference Document for eShopOnContainers

microservices csharp aspnetcore

This post is a reference document for developers getting started with eShopOnContainers. This post is part of the microservices architecture series.

read more

On Reference Implementations

microservices csharp aspnetcore opinion

This post is an opinion post on why we must consider open source reference implementation before starting new projects from scratch.

read more

Adding Identity Server

microservices csharp aspnetcore oauth2

In this post, we will add Duende IdentityServer6 to the sample application. This is the sixth post in the microservices architecture series.

read more

Adding Envoy

microservices csharp aspnetcore

In this post, we will add the Envoy api gateway to the sample application and create a Backend-For-Frontend (BFF) application. This is the fifth post in the microservices architecture series.

read more

Docker and Kubernetes One-Pager

one-pagers docker

A one-pager capturing the important points of docker and kubernetes.

read more

oAuth2 One-Pager

one-pagers csharp aspnetcore oauth2

A one-pager capturing the important points of oAuth2.

read more

Adding RabbitMq and MassTransit

microservices csharp aspnetcore

In this post, we will add rabbitmq to the sample application and use the MassTransit library to make a sample request/response call. This is the fourth post in the microservices architecture series.

read more

Adding Redis

microservices csharp aspnetcore

In this post, we will add Redis to the sample application and make a test call. This is the third post in the microservices architecture series.

read more

Adding Entity Framework Core

microservices csharp efcore aspnetcore

In this post, we will add efcore to the sample application and make a test call to the sql server database. This is the second post in the microservices architecture series.

read more

gRPC One-Pager

one-pagers csharp aspnetcore grpc

A one-pager capturing the important points of Grpc.net.

read more

EfCore One-Pager

one-pagers aspnetcore efcore csharp

A one-pager capturing the important points of efcore.

read more

HttpClient One-Pager

one-pagers aspnetcore csharp

A one-pager capturing the important points of the HttpClient class.

read more

Development Environment Setup

microservices csharp aspnetcore

In this post, we explore the intial setup of the sample application on the developer’s machine. We will use this sample application as the starting point and add layers to it as we progress with the microservices architecture series.

read more