Writing a multilingual UWP app with Prism and WTS
In this article we are going to design a multilingual application for Universal Windows Platform that is able to change the display language on the …
Mastering Software Development: Web, JavaScript, Databases, Linux, Ethereum smart contracts
In this article we are going to design a multilingual application for Universal Windows Platform that is able to change the display language on the …
As with my bad experience with submitting proposals recently, I was pondering why my proposals get me no project at all. I strongly believe I …
Hey there! The purpose of this post is to show how we can create a login component using NgRx which shows an error message if …
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 …
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 …
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 …
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 …
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 …
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 …
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 …