AbstractLess
AbstractLess: Approach to avoid complexity in your system architecture
AbstractLess: Approach to avoid complexity in your system architecture
GRASP (General Responsibility Assignment Software Patterns) provides guidelines for making better decisions in object-oriented design. Unlike the classic 'Gang of Four' patterns, GRASP focuses on general approaches rather than specific solutions.
If you're starting your journey in software development, understanding the SOLID principles helps to write clean, maintainable code. In this article, we'll explore the five SOLID principles with C# examples, including wrong and corrected versions, to help you easily grasp how to apply them in real projects.
Choosing the right architecture style is important for applications that should be scalable, maintainable, and aligned with business requirements. Each architecture style has unique characteristics, and the choice can impact how the application performs, scales, and evolves. This article explores the top 10 software architecture styles you should know and their pros, cons, and typical use cases.
Staying up-to-date in IT is important for growing your software engineering, management, or solution architecture skills. Here’s a list of the top IT blogs to follow.
This article will explore software architecture references. It will cover their importance and how to use them to design effective solutions for your business needs.
Explore essential techniques for effective software architecture documentation, including Architecture Decision Records (ADRs), Requests for Comments (RFCs), Event Storming, the C4 Model, and Non-Functional Requirements (NFRs). Learn how these methods help maintain, scale, and evolve your system architecture while ensuring clarity for both technical and non-technical stakeholders.
This article outlines 6 simple steps to help you effectively scale your application, ensuring it can handle increased demand and continue to perform optimally.
Unique identifiers are crucial for ensuring data integrity and uniqueness in applications. They help track, reference, and ensure consistency across various systems and services. This article contains a Cheat Sheet and descriptions of the different types of unique identifier generators, their methods, and tradeoff analysis to help you choose the best option for your application.
Learn how to utilize ChatGPT to generate and customize various architecture diagrams in Draw.io. Enhance your workflow efficiency by automating diagram creation with AI.
Microsoft Orleans — обзор фреймворка для создания масштабируемых приложений. Вы узнаете, как Orleans упрощает управление состоянием и обработку сообщений с помощью модели виртуальных акторов (Grains). Мы рассмотрим архитектуру Orleans, его ключевые фичи, примеры использования, а также шаги по началу работы и развертыванию в облаке.
In this article, we have collected the best Nuget packages for .NET development, which will be useful for you in your daily development activities
В этой статье поговорим о подходах и вариации как можно мигрировать приложение на микросервисную архитектуру и в каких случаях игра стоит свеч
Разработка надежной, масштабируемой системы - это нетривиальная задача. Понимание ключевых концепций и компонентов может сделать этот процесс плавнее. В этой статье мы рассмотрим основные компоненты дизайна системы в виде шпаргалки, которая поможет разработчикам проектировать системы различной сложности.
В этой статье разбираем что такое тест стратегия, какие типы тестов бывают и каким образом лучше подойти к автоматическому тестированию ваших апликейшинов
Статья содержит паттерны, которые можно с пользой применять в cloud-based приложениях и в микросервесной архитектуре.
In this article, we'll look at 3 patterns for communicating with microservices: Aggregator, chain, and Branch. And in what cases they should be used
В этой статье собрано несколько полезных веб сайтов для повышения производительности, которые могут вам пригодиться в процессе веб разработки
В этой статье поговорим о лучших практиках, которым нужно следовать для production-ready приложений которые разворачиваются в докере
В этой статье поговорим что такое C4 model и как с помощью нее можно описать архитектуру вашей системы