What the hell is JavaScript?
JavaScript is a scripting language that can be used to implement complex features on web pages or can be run independently using an execution engine, such as Node.js.
Introduction to SOLID Principles
Software engineering principles are a list of approaches, styles, philosophies, and best practices introduced by some of the noted software engineers, and authors in our industry. SOLID is an acronym…
Preventing data-loss when renaming columns with EF Core
EF Core can remove important data if you are not careful. Read how you can prevent your migration losing data when renaming columns.