DEV Community

# cleancode

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Frontend state management with clean architecture

Frontend state management with clean architecture

9
Comments
4 min read
Kotlin Code Smell 28 - Abstract Names

Kotlin Code Smell 28 - Abstract Names

1
Comments
1 min read
Acronyms used in Software Design Practices

Acronyms used in Software Design Practices

4
Comments
3 min read
Killing Python side effects in pictures

Killing Python side effects in pictures

2
Comments
10 min read
Maintainable Code: Building Components of Large Scale Projects

Maintainable Code: Building Components of Large Scale Projects

1
Comments
5 min read
Efficient Way of Writing Controlled Global Exceptions in .NET Core🕵

Efficient Way of Writing Controlled Global Exceptions in .NET Core🕵

Comments
4 min read
Mastering Dependency Injection in React

Mastering Dependency Injection in React

9
Comments
3 min read
Leverage the power of PostgreSQL for validating data

Leverage the power of PostgreSQL for validating data

15
Comments 7
4 min read
Code Is For Humans And Humans Alone

Code Is For Humans And Humans Alone

Comments
8 min read
Clean Code 101: Variable Naming Conventions - Part 1

Clean Code 101: Variable Naming Conventions - Part 1

41
Comments 12
4 min read
Guia Prático: Aprenda a Construir uma API Node.js Desacoplada

Guia Prático: Aprenda a Construir uma API Node.js Desacoplada

Comments
2 min read
Code with Sherlock, how the Science of Deduction helps to write better code.

Code with Sherlock, how the Science of Deduction helps to write better code.

Comments
3 min read
How to build the culture of delivering clean code

How to build the culture of delivering clean code

1
Comments
8 min read
Trying To Solve The Confusion of Choice Between gRPC vs REST🕵

Trying To Solve The Confusion of Choice Between gRPC vs REST🕵

2
Comments 1
5 min read
How to keep your code elegant, readable and maintainable

How to keep your code elegant, readable and maintainable

Comments
6 min read
Arquitectura Hexagonal 101

Arquitectura Hexagonal 101

1
Comments
5 min read
5 Advanced NodeJS Techniques

5 Advanced NodeJS Techniques

1
Comments
4 min read
Writing Clean and Maintainable Code: A Guide to Organized, Readable, and Efficient Programming

Writing Clean and Maintainable Code: A Guide to Organized, Readable, and Efficient Programming

Comments
3 min read
The Business Case for Clean Test Code

The Business Case for Clean Test Code

Comments
3 min read
O que um juninho entende sobre Clean Code

O que um juninho entende sobre Clean Code

2
Comments 1
2 min read
Part 4: Writing Clean and Efficient React Code- Best Practices and Optimization Techniques

Part 4: Writing Clean and Efficient React Code- Best Practices and Optimization Techniques

186
Comments 19
7 min read
Applying SOLID Principles in NestJS

Applying SOLID Principles in NestJS

7
Comments 3
6 min read
Simplify Component Communication in .NET with MediatR

Simplify Component Communication in .NET with MediatR

1
Comments
2 min read
Elevating Code Flexibility: Dependency Inversion with DI Containers

Elevating Code Flexibility: Dependency Inversion with DI Containers

Comments
5 min read
Reducing Coupling in Software Development: Strategies for Cleaner Code

Reducing Coupling in Software Development: Strategies for Cleaner Code

4
Comments 3
3 min read
Software Design Principles: Single Level of Abstraction

Software Design Principles: Single Level of Abstraction

3
Comments
5 min read
Clearing the Code with Delegate in Elixir

Clearing the Code with Delegate in Elixir

3
Comments
2 min read
Writing Clear and Concise Code: 11 Guidelines for C# Developers

Writing Clear and Concise Code: 11 Guidelines for C# Developers

11
Comments 4
4 min read
Clean Code no Cinema

Clean Code no Cinema

3
Comments
7 min read
Washing your code: naming is hard

Washing your code: naming is hard

Comments
26 min read
Software design: its importance and tips for creating good designs.

Software design: its importance and tips for creating good designs.

Comments
10 min read
Clean Code. The principles for programmers

Clean Code. The principles for programmers

3
Comments 2
4 min read
Mastering Optimization: Writing the Most Performant JavaScript Code

Mastering Optimization: Writing the Most Performant JavaScript Code

7
Comments 5
3 min read
How to use named arguments in TypeScript functions?

How to use named arguments in TypeScript functions?

3
Comments 3
1 min read
10 Tricks to Write Super Clean Code in TypeScript

10 Tricks to Write Super Clean Code in TypeScript

7
Comments 1
3 min read
Response Compression in a .Net Core API

Response Compression in a .Net Core API

1
Comments
1 min read
7 Unique Insights into the Principles of Clean Code

7 Unique Insights into the Principles of Clean Code

6
Comments
3 min read
Define fixed attributes dataclass with __slots__()

Define fixed attributes dataclass with __slots__()

Comments
1 min read
Design patterns - Part II

Design patterns - Part II

Comments
8 min read
Write Clean, Efficient, and Scalable Code 👌

Write Clean, Efficient, and Scalable Code 👌

4
Comments 1
18 min read
Understanding "some" and "every" Array Methods in Javascript

Understanding "some" and "every" Array Methods in Javascript

3
Comments 1
2 min read
The Pursuit of Clean Code

The Pursuit of Clean Code

Comments
2 min read
SOLID Principles with Python | A story

SOLID Principles with Python | A story

10
Comments 1
15 min read
How to used Component in Laravel

How to used Component in Laravel

6
Comments
2 min read
I'm banning Get, Set, and other method and class names

I'm banning Get, Set, and other method and class names

3
Comments 7
4 min read
Design patterns - Part I

Design patterns - Part I

1
Comments
12 min read
10 Best Practices for Writing Clean Code -with simple examples

10 Best Practices for Writing Clean Code -with simple examples

Comments
5 min read
How to implement Redux in a clean architecture

How to implement Redux in a clean architecture

3
Comments 1
4 min read
Transforming bad code by applying Single Responsibility principle, Don't repeat yourself, Decoupling ...

Transforming bad code by applying Single Responsibility principle, Don't repeat yourself, Decoupling ...

1
Comments
7 min read
Eu e o “Clean Code” – Parte 4: Fim da Leitura

Eu e o “Clean Code” – Parte 4: Fim da Leitura

8
Comments 3
7 min read
How to write clean Controllers in Laravel

How to write clean Controllers in Laravel

2
Comments
6 min read
The Ultimate Clean Architecture Template for TypeScript Projects

The Ultimate Clean Architecture Template for TypeScript Projects

Comments
10 min read
How to Write Better PowerShell Scripts: Architecture and Best Practices

How to Write Better PowerShell Scripts: Architecture and Best Practices

10
Comments 2
17 min read
From Angular 14 to Angular 16

From Angular 14 to Angular 16

Comments 2
5 min read
How to Build Maintainable iOS Apps with Dependency Injection

How to Build Maintainable iOS Apps with Dependency Injection

Comments
3 min read
Efficient CRUD Operations in Flutter: A Guide to Implementing HTTP Requests with Clean Architecture and Dio

Efficient CRUD Operations in Flutter: A Guide to Implementing HTTP Requests with Clean Architecture and Dio

5
Comments
12 min read
Best Practices for all developers

Best Practices for all developers

80
Comments 8
16 min read
Don't Repeat Yourself - practical tips at code level

Don't Repeat Yourself - practical tips at code level

1
Comments
5 min read
Principios SOLID IV: Principio de sustitución de Liskov

Principios SOLID IV: Principio de sustitución de Liskov

Comments
3 min read
Eu e o Clean Code – Parte 3 – O Nefasto Capítulo sobre Comentários

Eu e o Clean Code – Parte 3 – O Nefasto Capítulo sobre Comentários

1
Comments 2
14 min read
loading...