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)

Notes on Installed Apps

language-features general

Notes on apps installed on my pc.

read more

Notes on Ruby

language-features ruby

Notes on using the ruby language.

read more

Notes on Functional C#

functional csharp

This post is a general collection of things I learn about functional C#.

read more

Notes on C#

language-features csharp

This post is a general collection of things I learn about C#.

read more

Notes on Neovim

text-editors neovim

This post is a collection of things that I learn on the way towards understanding neovim.

read more

Ruby Notes - Input and Output

language-features ruby

Short note about input and output methods.

read more

Ruby Notes - Naming Conventions

language-features ruby

Short note about naming conventions in ruby.

read more

Ruby Notes - Classes

language-features ruby

Short note about classes in ruby.

read more

Ruby Notes - Ruby blocks

language-features ruby

Short note about blocks in ruby.

read more

Ruby Notes - Control Structures

language-features ruby

Short note on ruby control structures

read more

Ruby Notes - Hashes

language-features ruby

Short note about hashes in ruby.

read more

Ruby Notes - Arrays

language-features ruby

Short note about arrays in ruby.

read more

C# - ConfigureAwait(ConfigureAwaitOptions)

language-features csharp

Short note about something new to confuse you about ConfigureAwait.

read more

C# - ConfigureAwait(false)

language-features csharp

Short note reminding me of the trials and tribulations of ConfigureAwait(false)

read more

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