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
Setup launch.json and tasks.json to debug an Angular project within an aspnetcore application using the Firefox Debugger.
General guidelines when to use take(1) or takeUntil-unsubscribe in rxjs.
A one-pager capturing the basic points of functional programming in C.
A one-pager capturing the details of the GuardClause library.
A one-pager capturing why ApiEndpoints is a better solution to using ApiControllers and how to use it.
A one-pager capturing the important points of the C4 diagramming model.