C# 8: switch statement

switch_statement_featured_img

At the end of January the .NET Core development team has released a new version of the .NET Core framework, .NET Core 3 preview 2. It delivers a few new C# features to developers. It is nice to see the language improving and I like all of them. But today I would like to talk … Read more

Model-View-Controller (MVC) in JavaScript

model_view_featured_img

JavaScript is one of the most powerful languages. It supports wide range of the programming styles and techniques, but such flexibility comes with danger. It is relatively easy for the JavaScript project to become a cluttered mess when the best practices are not followed or design patterns are applied incorrectly. My goal for this article … Read more