Web
Dynamics
Click on the tag item
Jira
Redis
PowerShell
.NET Core
Responsive Web Design
Reverse Engineering
SOLID
KISS
Elasticsearch
PHP
SQL Server
Windows Server
VB.NET
MongoDB
WCF
Agile
Active Directory
Performance Optimization
Angular
Bootstrap
RabbitMQ
Grafana
Windows Forms
ORM
ASP.NET
DRY
HTML5
GraphQL
Web API
Blazor
ADONET
Confluence
NPM
MySQL
TypeScript
TFS
JSON
TeamCity
PostgreSQL
Scrum
Favorites
History
Tags
Donate
Translate
Statistics
Ads
RU
EN
Books
Articles
Video
News
Developer
Repositories
Portfolio
Application
Messages
Studio
Forum
Site search
Looking for a job
Exact match
articles
books
video
news
notes
title
text
description
author
year
tags
Search results
Found:
441
graphql
(31) •
api
(436)
«
1
2
3
4
5
6
7
8
9
10
...
»
»|
Jan 9 •
articles
How to build a Minimum Viable Product
https://sd.blackball.lv/en/articles/read/19887-how-to-build-a-minimum-viable-product
Table of contents What Is a Minimum Viable Product (MVP)? Why startups need a MVP How to build a Minimum Viable Product Common mistakes Real-world examples Tools and resources for building your...
#software development
#minimum viable product
#guide
Jan 6 •
articles
What is the Software Development Life Cycle (SDLC)?
https://sd.blackball.lv/en/articles/read/19885-what-is-the-software-development-life-cycle-sdlc
Table of contents What is the SDLC? Benefits of SDLC for the product team The 7 phases of the Software Development Life Cycle Planning & Analysis ...
#sdlc
#alm
#stlc
#devops
#pdlc
#srlc
#guide
Dec 30, 2024 •
articles
➤
Software Architecture
Top 10 software architecture styles you should know
https://sd.blackball.lv/en/articles/read/19878-top-10-software-architecture-styles-you-should-know
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...
#software architecture
#cheat sheet
#guide
➤ Ads
Dec 26, 2024 •
articles
Best practices for writing clean JavaScript code
https://sd.blackball.lv/en/articles/read/19879-best-practices-for-writing-clean-javascript-code
JavaScript is one of the most popular programming languages in web development, known for its flexibility and wide application across browsers and servers. But with great power comes great responsibility — maintaining clean, efficient, and readable code is crucial, especially when multiple developers are collaborating on a project. In this...
#frontend
#javascript
#bestpractices
#tips
Dec 23, 2024 •
articles
Using SQLite with Entity Framework Core in C#
https://sd.blackball.lv/en/articles/read/19877-using-sqlite-with-entity-framework-core-in-csharp
I have written a few tutorials on Entity Framework already, but I’ve always used SQL Server. The reason is simple: It’s easy to use. Then I got a few questions and requests on how to use SQLite with entity framework in a C# project. In this tutorial, I am going to...
#csharp
#database
#sqlite
#entity framework core
#tutorial
Dec 20, 2024 •
articles
Why do software developers quit their jobs?
https://sd.blackball.lv/en/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
Dec 19, 2024 •
articles
10 best databases for web applications to use in 2025 and beyond
https://sd.blackball.lv/en/articles/read/19875-10-best-databases-for-web-applications-to-use-in-2025-and-beyond
Picking the right database for your web app is a big deal – it’s one of the most important choices your development team will make. And with global web traffic expected to hit a massive 4.1 zettabytes per year by 2025, the pressure is on to find a database that...
#web applications
#databases
#guide
Dec 16, 2024 •
articles
How to add realtime updates to your React application
https://sd.blackball.lv/en/articles/read/19872-how-to-add-realtime-updates-to-your-react-application
Imagine having to restart WhatsApp whenever you anticipate a new message, or needing to reload the page every time you expect an update on the big game. That would be a terrible user experience! Today, users expect the UI to automatically update the moment information becomes available from the backend, so,...
#frontend
#react
#realtime
#guide
Dec 13, 2024 •
articles
IaaS vs. PaaS vs. SaaS - Differences, examples and diagram
https://sd.blackball.lv/en/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
Dec 6, 2024 •
articles
A detailed 2024 comparison: Angular vs React vs Vue.js
https://sd.blackball.lv/en/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
Dec 5, 2024 •
articles
How to use OSINT and web scraping for data collection
https://sd.blackball.lv/en/articles/read/19869-how-to-use-osint-and-web-scraping-for-data-collection
Discover how OSINT and web scraping work together to gather actionable data at scale. Learn techniques, tools, challenges, and real-world applications. The internet is bursting with data, but not all of it is easy to gather or make sense of — especially when you need it fast. This is where OSINT...
#web scraping
#data collection
#osint
Nov 22, 2024 •
articles
➤
Microservices Architecture
Top 10 microservices design patterns you should know
https://sd.blackball.lv/en/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
Nov 21, 2024 •
articles
➤
Software Architecture
From Layers to Features: Exploring Vertical Slice Architecture in .NET
https://sd.blackball.lv/en/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
Nov 15, 2024 •
articles
Messaging made easy: A list of Message Brokers and Event Streaming Platforms
https://sd.blackball.lv/en/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
Nov 14, 2024 •
articles
SaaS vs PaaS vs IaaS: What's the difference?
https://sd.blackball.lv/en/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
Oct 30, 2024 •
articles
Пишем одностраничное приложение с помощью htmx
https://sd.blackball.lv/en/articles/read/19846-pishem-odnostranichnoe-prilozhenie-s-pomowju-htmx
JS-библиотеку htmx воспринимают как средство, которое спасает интернет от одностраничных приложений. Всё дело в том, что React поглотил разработчиков своей сложностью (так говорят), а htmx предлагает столь желанное спасение. Создатель htmx, Карсон Гросс, иронично объясняет эту динамику библиотеки так: Нет, здесь у нас диалектика Гегеля: • тезис: традиционные многостраничные приложения, • антитезис: одностраничные приложения, •...
#фронтенд
#javascript
#htmx
Oct 28, 2024 •
articles
Mastering EF Core performance: Tips, tricks, and best practices
https://sd.blackball.lv/en/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
Oct 25, 2024 •
articles
Microservices vs. Monolithic architecture: Which one fits better?
https://sd.blackball.lv/en/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
Oct 24, 2024 •
articles
Mastering concurrency handling in EF Core: High-traffic applications, best practices
https://sd.blackball.lv/en/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
Oct 18, 2024 •
articles
Understanding architectures for multi-region data residency
https://sd.blackball.lv/en/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
«
1
2
3
4
5
6
7
8
9
10
...
»
»|
Share page
If you liked this website and want to support me, you can
Reading now
Understanding OData: Building RESTful APIs with .NET
Let’s talk about salary
Functional Decomposition
Goodbye Controllers: Building better Blazor web apps with Vertical Slices
Authentication and Authorization in .NET 8 Web API
Using ASP.NET Core SignalR with Vue to implement web notifications
Feature Flags in .NET Core
Must-know C# Code Smells and how to fix them
Exploring microservices Saga and Compensation patterns with C# example
A detailed 2024 comparison: Angular vs React vs Vue.js
Categories
Design Patterns
Software Engineering Workshop
Donation
➤
Boosty
Donate
to support the project
➤
Donorbox
Donate
GitHub account
Projects
Blackball
Geolocation Assistant
Mail Daemon
Codebase
Amerikas Auto
Transport Certification Center