Logo

quadroid

Home
Résume
Tech Blog

Tech Blog

AWS, Azure, IaC, React & Gatsby, .NET, C#, ...


AWS Infrastructure without Jump Hosts

November 16th, 2019

The Jump or Bastion Host is a very popular construct in AWS. The concept is rather simple. You have a dedicated host which can be accessed…  read more

yield to infinity and beyond

February 11th, 2015

There is an awesome keyword in combination with IEnumerable/ IEnumerable<T> returning methods in C# that is not used as widely as I did…  read more

Implicit captured closures

January 28th, 2015

I wrote a StackOverflow answer some time ago about implicit captured closures (or more specifically about a ReSharper warning concerning an…  read more

ReSharper and PostFix

January 20th, 2015

I enjoy working with ReSharper, it lines up code generation and refactoring capabilities from Visual Studio to other IDEs, and the cleanup…  read more

Roslyn and C# 6.0 Language Features

January 15th, 2015

Roslyn is the next big thing coming with Visual Studio 2015, and the awesome C# 6.0 language features got backed into the C# Compiler. Even…  read more

The pain of cargo cult in software development

January 13th, 2015

I came across the term "cargo cult" about a year ago on a StackOverflow comment. After googling it, I understood what the author was trying…  read more