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)

Asynchrony vs Concurrency vs Parallelism

concepts csharp

Short note on the difference between Asynchrony, concurrency and parallelism

read more

Ruby Notes - Symbols

language-features ruby

Short note on ruby symbols

read more

AspNetCore Internationalization Fundamentals

one-pagers csharp

A one-pager capturing the fundamentals of globalization and localization in aspnetcore.

read more

Partial Application and Currying

functional csharp

A brief explanation of partial application and currying.

read more

Either Type

functional csharp

Defining the Either type

read more

AspNetCore Performance Checklist

best-practices documentation

A checklist to follow to keep an apnetcore application performant.

read more

Application Security Checklist

best-practices documentation

A checklist to follow when designing an application from the security perspective.

read more

C# - Required Members

language-features csharp

a short note on required members in c#.

read more

Pure and Impure Functions

concepts csharp

A short note on pure and impure functions.

read more

Concurrency

concepts csharp

A short note on concurrency.

read more

Rebasing in my head

general git

I keep forgetting what rebase does.

read more

Git Aliases

general git

git aliases from the article idiot proof git

read more

From Projects to Products

best-practices opinion

Notes on the article - From Projects to Products

read more

Update to Angular 16 and update all other npm packages

general angular

Steps to perform when updating the application to Angular 16.

read more

A short note on Span<T> and ReadOnlySpan<T>

general csharp

A short note on Span<T> and ReadOnlySpan<T>

read more

Fintech Engineering Mistakes

best-practices csharp aspnetcore

Combined notes on the article 9 fintech engineering mistakes by Jon Christensen and the subsequent discussion on Hacker News.

read more

Best Practices for Performance Testing

best-practices csharp aspnetcore

Notes on best practices for performance testing by the CSE team.

read more

Advice for Operating a Public-Facing API

best-practices csharp aspnetcore

Notes on the original blog post by Joshua Stein.

read more

Publish Claims in the IdToken in IdentityServer4

general csharp aspnetcore oauth2

By default, claims are published in the access token. However, there may be some claims that you may wish to publish in the Id Token.

read more

Observables or Promises

best-practices typescript rxjs

A general discussion on Observables and Promises and the correct way to convert Promises to Observables

read more