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)

Read an Embedded Resource

general csharp

Read an embedded resource using C#.

read more

Get the DatabaseModel using Entity Framework

general csharp

Get the model of the database using Entity Framework

read more

Create a Postgres Container with Northwind and Adventureworks built-in

general docker sql-server

Steps to create an postgres docker container with the Northwind and the Adventureworks database installed.

read more

Notes on Azure Managed Identities

cloud azure

Personal notes on azure managed identities

read more

Create an Sql Server Container with Northwind and Adventureworks built-in

general docker sql-server

Steps to create an sql-server docker container with the Northwind and the Adventureworks database installed.

read more

Notes on Lazyvim

text-editors lazyvim

Personal notes on lazyvim

read more

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