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

Developers Perspective – API architecture for general purpose

The purpose of the architecture is to modularise, isolate and control the flow of general components like authentication, authorization, validation, execution, error handling, basic auditing and responses using SOLID principles and clean code techniques. The architecture provides existing components as well as the ability to… Read More »Developers Perspective – API architecture for general purpose