Articles by Tag #cleancode

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

The Art of Clean Code: A Practical Guide to Writing Maintainable JavaScript

The Art of Clean Code: A Practical Guide to Writing Maintainable JavaScript. ...

Learn More 197 46Nov 17 '24

The Art of Clean Code: Mastering the SOLID Principles

In the vast world of software engineering, there's a hidden treasure known only to the true craft...

Learn More 163 11Jul 29 '24

How to Write Better TypeScript Code: Best Practices for Clean, Effective, and Scalable Code

Introduction As TypeScript has grown in popularity, developers have embraced it for its...

Learn More 144 25Nov 2 '24

Clean Code in JavaScript: A Comprehensive Guide 🚀

Writing clean code is an essential skill for any developer. Clean code isn't just about making your...

Learn More 133 25Feb 22

Top 10 Clean Code Rules 🎨🚀

When writing code, it's like writing a story. A good story is easy to read, and you understand what's...

Learn More 99 13Sep 5 '24

10 Tips to Write Cleaner Vue.js Code

When transitioning from one project to another (for example when changing jobs) there is always this...

Learn More 83 13Dec 9 '24

Best Practices for Keeping Your Code Clean

Have you ever encountered a piece of code written by yourself or a teammate that left you baffled and...

Learn More 79 7Aug 13 '24

Don’t ever use if-else. Use this instead

Let’s talk about a coding trick that makes your code easier to read and keeps things organized: early...

Learn More 67 30Oct 25 '24

Clean Code Architecture in Laravel: A Practical Guide

If you’ve been developing with Laravel for a while, you’ve probably heard the phrase "clean code"...

Learn More 53 4Oct 21 '24

Creating a RESTful API with .NET and Clean Architecture: A Complete Guide 🚀

Hey there! 👋 Are you tired of messy code shit architectures? Well, let’s fix that! In this post,...

Learn More 33 6Nov 12 '24

Design Patterns for C

In the world of programming languages, C may not have flashy interfaces or trendy web apps. But...

Learn More 31 2Jun 29 '24

Clean architecture with Next.js

1) Introduction and Clean architecture Software architecture depends on many things, but...

Learn More 30 1Aug 5 '24

The Hidden Costs of Over-Engineering: When Simple Solutions Win

It started with a simple feature request: "We need a way to store user preferences." Three weeks, two...

Learn More 28 5Feb 7

Demystifying Software Architectures: Choosing the Right Design for Your Project

One of the most important choices you will make in software development is selecting the appropriate...

Learn More 27 1Nov 19 '24

c# Clean Code: Best Practices for Using Action and Func

Meta Descripation: Discover the best practices for using Action and Func delegates in C#. This guide...

Learn More 27 3Oct 26 '24

Decoding Software Quality: A Deep Dive into Errors, Faults, Bugs, Defects, and Failures.

The Software Quality Puzzle: Understanding Key Terminology. Imagine software development...

Learn More 26 0Nov 20 '24

What is Clean Code?

Hi devs, When developers talk about "clean code," they’re usually referring to code that is easy to...

Learn More 22 10Nov 7 '24

SOLID Principles in Java (With Real life Examples)

In this article, you'll explore the SOLID principles of object-oriented programming, applied to a...

Learn More 22 5May 8

3 Rs of Software Architecture for iOS based in SwiftUI

Software Architecture After over 50 years of software engineering, we still haven't...

Learn More 22 1Jul 10 '24

Washing your code: don’t make me think

All the different ways programmers like to write clever code, and why we should avoid clever code as much as possible.

Learn More 19 18Dec 1 '24

How To Write Better and Cleaner Code in .NET

"Any fool can write code that a computer can understand. Good programmers write code that humans can...

Learn More 17 3Dec 16 '24

How to Identify and Remove Unused Files in React Projects?

Hi Developer, In this article ,I am sharing some tools/method which will help you to maintain clean...

Learn More 17 0Nov 13 '24

Clean Code no Front-end

Escrever código limpo vai muito além de seguir boas práticas técnicas — é sobre construir legados...

Learn More 16 0Apr 9

Streamlining Rails Controllers with Simple PORO Validators

Disclaimer: This article proposes a straightforward approach to request validation in Rails...

Learn More 15 3Nov 8 '24

Clean Architecture in Node.js: An Approach with TypeScript and Dependency Injection.

A Clean Architecture What is clean architecture and why do we even care about it? The...

Learn More 15 0Jul 8 '24

3 - Clean Architecture: Understanding Use Cases

Welcome back to our series on Clean Architecture! In the previous posts, we established the...

Learn More 13 0Oct 6 '24

Understanding the Mediator Pattern in .NET

Explore the Mediator Pattern in .NET for decoupling components and improving system maintainability....

Learn More 13 0Jul 14 '24

C# Clean Code: Coding Conventions

Meta Description: Learn the essential coding conventions in C# to write clean, consistent, and...

Learn More 12 0Oct 20 '24

Spaghetti Code: What It Is, Why It Happens, and How to Avoid It | Web Theory: Part 12

You’ve been coding for hours, and it’s starting to feel like you’re wading through a pile of tangled...

Learn More 12 1Oct 11 '24

Crocheting My Way to Better Code

Growing up, I dabbled in what you might call “grandma hobbies”—knitting, crocheting, and cross...

Learn More 11 5Dec 23 '24