Web
Dynamics
Нажми на тег
Git
Windows Server
.NET Framework
TFS
Responsive Web Design
Scrum
LINQ
ADONET
SQLite
PowerShell
Active Directory
GraphQL
ORM
PostgreSQL
Web API
Elasticsearch
REST
VB.NET
WPF
CSS3
Reverse Engineering
React
SQL Server
Angular
Automation Software
Progressive Web Apps
PHP
RabbitMQ
Dapper
Jira
HTML5
TeamCity
WCF
Blazor
Windows Forms
C#
Bootstrap
YAGNI
UI/UX
Confluence
Теги
Поддержка
Translate
Статистика
Реклама
Книги
Статьи
Видео
Новости
CMS
Репозитории
Портфолио
Заявка
Сообщения
RU
EN
Поиск по сайту
точное совпадение
статьи
книги
видео
новости
заметки
название
текст
описание
автор
год
теги
Результаты поиска
Найдено:
400
«
1
2
3
4
5
6
7
8
9
10
...
»
»|
вчера
•
статьи
➤
Microservices Architecture
Top 10 microservices design patterns you should know
https://sd.blackball.lv/articles/read/19849-top-10-microservices-design-patterns-you-should-know
Earlier I presented one useful design pattern to migrate to a monolithic application to microservices. This pattern is the Strangler Fig pattern and the article can be found here. Here some other specific microservices design patterns will be presented. What is a Microservice? As a reminder and before going into details on...
#microservices
#design patterns
#guide
2 дня назад
•
статьи
➤
Software Architecture
From Layers to Features: Exploring Vertical Slice Architecture in .NET
https://sd.blackball.lv/articles/read/19867-from-layers-to-features-exploring-vertical-slice-architecture-in-dotnet
The way we build software keeps evolving. While Clean Architecture has been a favorite for .NET developers, Vertical Slice Architecture is gaining attention with its feature-focused approach. So, let’s take a quick dive into Vertical Slice, compare it with Clean Architecture, and see if it might be the right fit...
#clean architecture
#vertical slice
#software architecture
#comparison
15 ноября •
статьи
Messaging made easy: A list of Message Brokers and Event Streaming Platforms
https://sd.blackball.lv/articles/read/19850-messaging-made-easy-a-list-of-message-brokers-and-event-streaming-platforms
Introduction I start to write this article to know more about message brokers and Event Streaming Platforms, and to understand more about how Event-Driven applications work. Message brokers and event streaming platforms are two important technologies that are used to decouple applications and enable asynchronous communication. Message brokers are a more traditional...
#message broker
#event driven architecture
#kafka
#rabbitmq
#event streaming
➤ Реклама
15 ноября •
статьи
Why do software developers quit their jobs?
https://sd.blackball.lv/articles/read/19860-why-do-software-developers-quit-their-jobs
Contents Limited growth opportunities Burnout Lack of recognition and appreciation Challenging team dynamics and collaboration Poor company culture Uninspiring projects Low compensation and benefits Misalignment with...
#job
#quit job
#retention
#software development
14 ноября •
статьи
SaaS vs PaaS vs IaaS: What's the difference?
https://sd.blackball.lv/articles/read/19853-saas-vs-paas-vs-iaas-whats-the-difference
You’re probably familiar with SaaS, but how much do you know about PaaS and IaaS? As growing numbers of companies embark on all kinds of digital transformation, cloud computing services have become an important trend. We’re all busy building, creating, and storing data in the cloud these days. Services offering this functionality...
#cloudcomputing
#saas
#paas
#iaas
#comparison
11 ноября •
статьи
A detailed 2024 comparison: Angular vs React vs Vue.js
https://sd.blackball.lv/articles/read/19855-a-detailed-2024-comparison-angular-vs-react-vs-vuejs
Embarking on a new web development project presents a crucial decision: selecting the right framework to bring your digital vision to life. In the dynamic landscape of web development technologies, three titans stand out for their robust capabilities, vibrant communities, and innovative features – Angular, React, and Vue.js. As we...
#frontend
#angular
#react
#vuejs
#comparison
11 ноября •
статьи
IaaS vs. PaaS vs. SaaS - Differences, examples and diagram
https://sd.blackball.lv/articles/read/19854-iaas-vs-paas-vs-saas-differences-examples-and-diagram
Contents Introduction What are the differences between IaaS, PaaS, and SaaS? Infrastructure-as-a-Service (IaaS) Platform-as-a-Service (PaaS) Software-as-a-Service (SaaS) IaaS vs. PaaS vs. SaaS market share Conclusion Introduction With the increased adoption of...
#cloudcomputing
#saas
#paas
#iaas
#comparison
30 октября •
статьи
Пишем одностраничное приложение с помощью htmx
https://sd.blackball.lv/articles/read/19846-pishem-odnostranichnoe-prilozhenie-s-pomowju-htmx
JS-библиотеку htmx воспринимают как средство, которое спасает интернет от одностраничных приложений. Всё дело в том, что React поглотил разработчиков своей сложностью (так говорят), а htmx предлагает столь желанное спасение. Создатель htmx, Карсон Гросс, иронично объясняет эту динамику библиотеки так: Нет, здесь у нас диалектика Гегеля: • тезис: традиционные многостраничные приложения, • антитезис: одностраничные приложения, •...
#фронтенд
#javascript
#htmx
28 октября •
статьи
Mastering EF Core performance: Tips, tricks, and best practices
https://sd.blackball.lv/articles/read/19833-mastering-ef-core-performance-tips-tricks-and-best-practices
Entity Framework Core (EF Core) is an incredibly powerful ORM that simplifies data access by abstracting much of the complexity of database interactions. However, this convenience can sometimes lead to performance bottlenecks if not used wisely. In this article, we’ll explore some of the most effective ways to optimize EF...
#orm
#entity framework core
#tips
#tricks
#bestpractices
25 октября •
статьи
Microservices vs. Monolithic architecture: Which one fits better?
https://sd.blackball.lv/articles/read/19832-microservices-vs-monolithic-architecture-which-one-fits-better
In today's digital age, choosing the right architecture is critical to the success of your web application. Microservices vs. Monolithic Architecture are two popular choices, each with its own set of advantages and disadvantages. In this blog, We will explore the key differences between Microservices and Monolithic Architecture in...
#microservices
#monolithic
#software architecture
#comparison
месяц назад •
статьи
Mastering concurrency handling in EF Core: High-traffic applications, best practices
https://sd.blackball.lv/articles/read/19828-mastering-concurrency-handling-in-ef-core-high-traffic-applications-best-practices
Concurrency issues are common in any multi-user environment, especially when multiple users attempt to modify the same data simultaneously. In high-traffic applications, where thousands of users or processes may be reading or updating data at the same time, ensuring data consistency becomes even more critical. Without effective concurrency control, race...
#entity framework core
#concurrency
#high traffic
#bestpractices
18 октября •
статьи
Understanding architectures for multi-region data residency
https://sd.blackball.lv/articles/read/19826-understanding-architectures-for-multiregion-data-residency
Key takeaways The key to effective data residency lies in understanding customer motivations, often unrelated to GDPR, and aligning technical solutions with contractual promises. Engaging with various stakeholders helps uncover specific project requirements and tailor data residency to meet customer needs. Establishing a clear...
#software architecture
#database design
#multiregion
14 октября •
статьи
The best way to map objects in .NET in 2024
https://sd.blackball.lv/articles/read/19737-the-best-way-to-map-objects-in-dotnet-in-2024
In this article you will learn how to map objects in .NET using various techniques and libraries. We’ll explore what is the best way to map objects in .NET in 2024. What is object mapping What is object mapping and why do you need one in ASP.NET Core applications? Object mapping is a...
#csharp
#objectsmapping
#automapper
#mapster
#tips
10 октября •
статьи
The anatomy of .NET Aspire application
https://sd.blackball.lv/articles/read/19736-the-anatomy-of-dotnet-aspire-application
.NET Aspire is an orchestration technology introduced in November 2022 alongside the .NET 8 release. And since it was released, it took the .NET community by storm. This technology allows developers to easily build and debug distributed applications locally, which was traditionally hard to do. With .NET Aspire, you don’t have...
#net8
#netaspire
#orchestration
30 сентября •
статьи
Integrating Azure Service Bus with .NET applications
https://sd.blackball.lv/articles/read/19729-integrating-azure-service-bus-with-dotnet-applications
Introduction Azure Service Bus is a messaging service provided by Microsoft Azure that allows communication between applications and services. It provides a reliable and scalable platform for sending and receiving messages asynchronously. Whether you’re building a simple application or a complex distributed system, Azure Service Bus can help you decouple your...
#dotnet
#cloudcomputing
#azure
#azure service bus
26 сентября •
статьи
Using ASP.NET Core SignalR with Vue to implement web notifications
https://sd.blackball.lv/articles/read/19725-using-aspnet-core-signalr-with-vue-to-implement-web-notifications
This article is mainly about implementing a simple web notification system in a Vue application using basic functionalities provided by SignalR. Here, we will explore how we can configure SignalR in a .NET Core application and how to integrate SignalR client in a Vue application. You can have a better...
#aspnetcore
#real time app
#signalr
#vuejs
#typescript
#axios
#notifications
24 сентября •
книги
Fundamentals of Enterprise Architecture
https://sd.blackball.lv/books/19824-fundamentals-of-enterprise-architecture-2024
With the increasing complexity of modern cloud-based systems, an effective enterprise architecture program is more critical than ever. In this practical book, author Tanu McCabe from Capital One provides proven frameworks and practices to define an effective enterprise architecture strategy — one that will enable software and enterprise architects to...
Год: 2024 • Автор: Tanu McCabe • Страниц: 504 • Формат: PDF • Размер: 5,83 MB
#enterprise architecture
19 сентября •
статьи
API design: From basics to best practices
https://sd.blackball.lv/articles/read/19723-api-design-from-basics-to-best-practices
Introduction Application Programming Interfaces (APIs) are the backbone of modern software development. They enable diverse applications to communicate and share data seamlessly, making it possible to integrate different systems and services effectively. Whether you’re building a simple API for a personal project or a complex one for a large-scale enterprise application,...
#api
#bestpractices
#guide
17 сентября •
книги
Azure Adventures with C#
https://sd.blackball.lv/books/19823-azure-adventures-with-csharp-2024
Harness the power of Azure to create cutting-edge applications, services, and infrastructure. This book is a comprehensive guide designed to help experienced C# developers master the fundamentals of Microsoft Azure. Whether you're new to Azure or looking to deepen your cloud expertise, this book provides a solid foundation in Azure...
Год: 2024 • Автор: Michał Świtalik • Страниц: 314 • Формат: PDF • Размер: 11,61 MB
#cloud
#azure
16 сентября •
статьи
Logging in .NET: A comparison of the Top 4 libraries
https://sd.blackball.lv/articles/read/19706-logging-in-dotnet-a-comparison-of-the-top-4-libraries
Logging libraries vary in strengths, with some better suited for specific tasks than others. Certain projects demand lightweight solutions, while others require robust capabilities to handle high log data volumes. As a result, choosing a logging library can be challenging, especially with numerous options available. This article aims to comprehensively compare...
#dotnet
#logging
#serilog
#nlog
#log4net
#zlogger
#comparison
«
1
2
3
4
5
6
7
8
9
10
...
»
»|
Поделиться ссылкой
Если вам понравился этот сайт и вы хотите меня поддержать, вы можете
Читают сейчас
Жесткие факты о софт скилах
Использование SQLite в .NET приложениях
Выгорание эволюционирует. Что такое «тихий уход» — новый тренд среди офисных сотрудников
Performance review, ачивки и погоня за повышением грейда — что может причинить боль сотруднику IT-компании?
Soft skills: 18 самых важных навыков, которыми должен владеть каждый работник
Пишем одностраничное приложение с помощью htmx
Стили именования переменных и функций. Используйте их все
Выйди и зайди правильно
Почему в вашем коде так сложно разобраться
Почему программисты ошибаются в оценке сроков?
Категории
Design Patterns
Software Engineering Workshop
Поддержка
➤
Boosty
Donate
to support the project
➤
Donorbox
Поддержать
GitHub account
Проекты
Blackball
Geolocation Assistant
Codebase
Amerikas Auto
Transport Certification Center