Logo
Login
Tech Posts 31382
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

Electe's Journey: What We Learned Contributing to 10 Projects in 6 Months

At Electe, we challenged our development team to actively contribute to 10 diverse projects in just 6 months. This experience transformed our technical capabilities, expanded our network, and opened u...
31.03.2025 0 Read More

Creating the Codebase for an Enterprise Application from Scratch: Lessons Learned and Things I Regret

After spending a year building an enterprise application from the ground up, I've accumulated valuable insights—many learned the hard way. Here's what went wrong and what I wish I'd done differently...
31.03.2025 0 Read More

How to Improve API Design for Better Developer Productivity

How to Improve API Design for Better Developer Productivity
Well-designed APIs boost developer productivity by simplifying communication between applications and reducing integration time. When APIs have clear contracts, consistent naming conventions, and pred...
31.03.2025 0 Read More

Desacoplando Leituras e Escritas: Uma Introdução à Separação de Responsabilidade entre Comandos e Consultas (CQRS)

Desacoplando Leituras e Escritas: Uma Introdução à Separação de Responsabilidade entre Comandos e Consultas (CQRS)
Introdução O Command Query Responsibility Segregation (CQRS) é um padrão de design que separa operações de leitura (consultas) e escrita (comandos) em pipelines distintos. Ao isolar ess...
31.03.2025 0 Read More

C# Ambient Transactions: What They Are and Why They Matter

Introduction Transactions are the main mechanism for ensuring data consistency in a system. A transaction ensures that all actions within it either succeed or fail, keeping the system in a co...
31.03.2025 0 Read More

Clean Architecture in Frontend Applications. Selector

This article shares the concept and implementation of the selector unit in frontend applications within the Clean Architecture.Repository with example: https://github.com/harunou/react-tanstack-react-...
01.04.2025 0 Read More

Decoupling Reads and Writes: An Introduction to Command Query Responsibility Segregation (CQRS)

Decoupling Reads and Writes: An Introduction to Command Query Responsibility Segregation (CQRS)
Introduction Command Query Responsibility Segregation (CQRS) is a design pattern that decouples read operations (queries) from write operations (commands) into distinct pipelines. By isolatin...
01.04.2025 0 Read More

How a BIM Execution Plan Drives Project Success in the Construction Industry

Introduction: Why a BIM Execution Plan is Crucial for Construction ProjectsThe construction industry has seen significant advancements in technology over the years, and one of the most influential of ...
01.04.2025 0 Read More

Reference Architecture for Website Chat Agents

Reference Architecture for Website Chat Agents
This article serves as a reference architecture for an embedded web chat AI agent that can help visitors effectively find relevant content on a website. Conversational AI with Content Search A...
01.04.2025 0 Read More

Computing architecture # 3 - Exploring Binary Expressions and Logical Operators: Fundamentals and Practical Applications

Introduction In the digital age, binary expressions are the invisible building blocks behind all computing. From data processing to decision-making in complex algorithms, Boolean logic is the...
01.04.2025 0 Read More
Loading...
#reading
The Frontend Engineering
0
scrapy自定义的extension日志被打印两次的问题
0
Implementing the Pomodoro Technique in Software Development: Case Studies and Best Practices
0
How Desktop Printers with Wireless Features Enhance Productivity
0
Smart Caching with Redis
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
How to Run DeepSeek Locally Using Ollama
0