Short note on the difference between Asynchrony, concurrency and parallelism
Short note on ruby symbols
A one-pager capturing the fundamentals of globalization and localization in aspnetcore.
A brief explanation of partial application and currying.
Defining the Either type
A checklist to follow to keep an apnetcore application performant.
A checklist to follow when designing an application from the security perspective.
a short note on required members in c#.
A short note on pure and impure functions.
A short note on concurrency.
I keep forgetting what rebase does.
git aliases from the article idiot proof git
Notes on the article - From Projects to Products
Steps to perform when updating the application to Angular 16.
A short note on Span<T> and ReadOnlySpan<T>
Combined notes on the article 9 fintech engineering mistakes by Jon Christensen and the subsequent discussion on Hacker News.
Notes on best practices for performance testing by the CSE team.
Notes on the original blog post by Joshua Stein.
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.
A general discussion on Observables and Promises and the correct way to convert Promises to Observables