How to Create a Database migration with Entity Framework

This article is the continuation of a series started with the first article explaining how to setup SQL server with Entity Framework using .NET CORE. This post is going to explain how to create a migration script with the use of Entity Framework tools and then we are going to use this migration to create all…


How to setup SQL server with Entity Framework using .NET CORE

This article is the first of a series that is aimed to explain how to use familiar technologies with .NET CORE. The aim of this post is to create a Database from scratch using Entity Framework. We will configure SqlServer to run with our core app and finally touch upon table relationship in Entity Framework….


What is Version Control in simple terms

In the past few months, I have spent my free time trying to support new developers to find their first commercial experience. Usually I find that most of these candidates are not far off from being technically ready, but what they really lack is knowledge of the “ecosystem” that experienced developers passively use without even considering it…


Write cleaner Javascript code with Eslint

Javascript has a bad reputation, and this is mainly due to the fact that it is too flexible to use. Many users would abuse this great feature of this language writing code that is very inconsistent and hard to follow. For example, simple inconsistency like single or double quote around strings, can make project seem…


A look at the past and a thought for the future

This year it has personally been a roller-coaster. I have started with a new position that resulted in many new challenges. I have been defining the company “standards”, working hard to please has many people around the company, while still defining something that was strong and easy to pick up, and finally  I have managed to get outside of…