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

Debugging Angular with VS Code, Firefox and AspNetCore

general typescript aspnetcore angular csharp

Setup launch.json and tasks.json to debug an Angular project within an aspnetcore application using the Firefox Debugger.

read more

take(1) vs takeUntil-unsubscribe

best-practices typescript rxjs

General guidelines when to use take(1) or takeUntil-unsubscribe in rxjs.

read more

Functional Programming in C# (WIP)

one-pagers csharp

A one-pager capturing the basic points of functional programming in C.

read more

Using the GuardClause Library One-Pager

one-pagers csharp

A one-pager capturing the details of the GuardClause library.

read more

Using the ApiEndpoints One-Pager

one-pagers aspnetcore csharp

A one-pager capturing why ApiEndpoints is a better solution to using ApiControllers and how to use it.

read more

C4 Model for Architecture Documentation One-Pager

one-pagers documentation

A one-pager capturing the important points of the C4 diagramming model.

read more

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