Browse by topics microservices (8) one-pagers (12) general (7) best-practices (8) concepts (3) language-features (11) functional (2) csharp (31) aspnetcore (18) efcore (2) grpc (1) oauth2 (3) docker (1) opinion (3) typescript (4) angular (3) documentation (3) rxjs (2) git (2) ruby (8)

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

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