Articles by Tag #cleanarchitecture

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Introduction to the principles of clean architecture in a NodeJs API (Express)

This is the fourth article in our series on clean architecture (the previous ones are listed at the...

Learn More 5 0May 21 '24

Framework agnostic Avatar component

Hello! Today I would like to discuss my journey of creating an Avatar component and its evolution by...

Learn More 3 0Nov 27 '24

Your Laravel application with Repository doesn't make any sense

I’ve seen over the years many developers using the Repository pattern with Laravel, attempting to...

Learn More 2 8Aug 1 '24

The best way of implementing Domain-driven design, Clean Architecture, and CQRS

Today, I am going to show you the best way learning Domain-Driven Design, Clean Architecture, CQRS,...

Learn More 2 0Dec 28 '24

Registro 002 - Organizando el Código: Clean Architecture en Acción para tu Proyecto Flutter

Como hemos visto luego de planear ya podemos comenzar escribir nuestro codigo, y si bien no quisiera...

Learn More 1 0Aug 13 '24

Microservices Clean Architecture: Key Design Points and Migration Strategies

In this article, we'll explore how to apply Clean Architecture principles when transitioning from a...

Learn More 1 0Dec 27 '24

Build a Note app with Clean Architecture and C4 Model

This project provides a comprehensive guide to building a Note Taker App, an OpenAPI-compliant API powered by Cloudflare Workers. Inspired by the concepts outlined in the Visualizing Software Architecture post, this open source app demonstrates how to build a modern, serverless API architecture with Cloudflare Workers and Clean Architecture.

Learn More 1 0Feb 4

Stop Overengineering: Clean Architecture for Real-World APIs

📬 Originally published on ZenOfCode I'm reposting here to share with more devs — feedback...

Learn More 0 0Apr 25

Screaming Architecture

If you were to glance at the folder structure of your system, could you tell what the system is...

Learn More 0 0Aug 26 '24

Understanding Clean Architecture Principles

In the world of software development we’re always on the lookout for methods that make our lives...

Learn More 0 0Sep 8 '24

🚀 𝗗𝗲𝘀𝗶𝗴𝗻𝗶𝗻𝗴 𝗠𝘆 𝗡𝗲𝘄 𝗣𝗲𝗿𝘀𝗼𝗻𝗮𝗹 𝗣𝗿𝗼𝗷𝗲𝗰𝘁 – 𝗝𝗼𝗯 𝗔𝗽𝗽𝗹𝗶𝗰𝗮𝘁𝗶𝗼𝗻 𝗧𝗿𝗮𝗰𝗸𝗲𝗿 with 𝗖𝗹𝗲𝗮𝗻 𝗔𝗿𝗰𝗵𝗶𝘁𝗲𝗰𝘁𝘂𝗿𝗲 and 𝗠𝗼𝗱𝘂𝗹𝗮𝗿 𝗦𝘁𝗿𝘂𝗰𝘁𝘂𝗿𝗲

In my latest personal project, I'm building a 𝗝𝗼𝗯 𝗔𝗽𝗽𝗹𝗶𝗰𝗮𝘁𝗶𝗼𝗻 𝗧𝗿𝗮𝗰𝗸𝗲𝗿 using 𝗔𝗦𝗣.𝗡𝗘𝗧 𝗖𝗼𝗿𝗲 following...

Learn More 0 0Apr 9

Clean Architecture Demystified: A Practical Guide for Software Developers

As developers, we've all encountered codebases that feel like navigating a maze blindfolded. Clean...

Learn More 0 0Sep 2 '24

Unit Testing Clean Architecture Use Cases

Writing tests is a crucial part of my daily work. Over the years, I've learned that good tests can...

Learn More 0 0Jan 10

Code Speaks for Itself: Métodos Bem Escritos Dispensam Comentários

A ideia de que "o código fala por si mesmo" é um princípio poderoso. Mais do que uma regra, é uma...

Learn More 0 0Nov 20 '24

Usecase: TumbleLog

Introduction A few weeks ago, I was contacted by my old coach, Dima Kachan, to help him...

Learn More 0 0Nov 25 '24

Building Your First Use Case With Clean Architecture

This is a question I often hear: how do I design my use case with Clean Architecture? I understand...

Learn More 0 0Jul 16 '24

Clean Architecture: The Missing Chapter

I see the same mistake happen over and over again. Developers discover Clean Architecture, get...

Learn More 0 0Nov 4 '24

Small Clean Application

This project is a set of class to manage dependency injection of application's part of a clean...

Learn More 0 0Jul 26 '24

1 - Clean Architecture: A Simpler Approach to Software Design

Hey everyone, welcome to the first post in a series where we’ll dive into Clean Architecture and how...

Learn More 0 0Oct 6 '24

The Role of Provide & Inject in Vue.js Components

Are You Still Passing Props in Vue? Here’s a Cleaner, More Scalable Way 🚀 Let’s face it —...

Learn More 0 0Apr 21