Software Development

A Model First Design

With a model-first approach, we become more adaptable and agile. Templatizing and generating your architecture enables developers to focus more on business logic, improving development speed and output. The model-first approach focuses on defining the data models and business logic first, before generating the actual… Read More »A Model First Design

JetBrains Rider IDE

The JetBrains Rider is a cross-platform IDE for .Net. The IDE is based on JetBrains ReSharper and IntelliJ IDEA. The .net functionality is powered by ReSharper which gives us code inspections, great navigation, and refactoring capabilities. The front end is built with IntelliJ IDEA which… Read More »JetBrains Rider IDE