blog
Storing secrets in .NET Core applications
  • 05 Oct 2018
  • by AFI

In this post, I’m going to demonstrate how to securely store secrets inside appconfig.json for Dot Net Core applications. This article is addressed to the …

Read More
blog
How to succeed as a contractor: 5 essential endeavors
  • 01 Oct 2018
  • by AFI

The sweet comfort zone The majority of people like the fluffy comfort zone where you get a stable income, a decent place to work and …

Read More
blog
Using the new Span type in .NET Core
  • 26 Sep 2018
  • by AFI

The .NET Core version 2.1 introduced 2 new types that allow to work with arrays in a managed way: Span<T> Memory<T> The Span type can …

Read More
blog
Unset Docker inherited variable
  • 20 Sep 2018
  • by AFI

Today I was rubbing my head over a situation where an environment variable was defined in a base image. More exactly, the image microsoft/dotnet:2.1-runtime now sets the ASPNETCORE_URLS variable …

Read More
blog
4 differences between contractor & freelancer
  • 07 Sep 2018
  • by AFI

After working for a quite big company in the automotive business, in an environment that I really didn’t like, I decided to spread my wings …

Read More
blog
100% Remote work. Is this the perk we really want?
  • 31 Aug 2018
  • by AFI

Life is about experiencing thoughts, emotions but it’s also about achieving things. As a software developer, theoretically, you are blessed with the ability to work …

Read More
blog
Double horizontal scrolling in Angular 6
  • 02 Aug 2018
  • by AFI

Motivation A while ago, I was asked by a client to implement a feature for an additional horizontal scrolling bar located on the top of …

Read More
blog
Hello world!
  • 13 Jul 2018
  • by AFI

Hello all, I’m opening a small blog for posting news and articles about web programming, more exactly C# and ASP.NET Core. I currently work as …

Read More