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

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 145 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 134 25Feb 22

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

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 68 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 61 7Oct 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

The <template> Tag: A core HTML Feature That Simplified My JS

I’m currently developing a conversational AI web application. I’ve been building it completely from...

Learn More 30 13Oct 13

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

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

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

The Cult of Shipping Fast Is Killing Your Code

Most developers are mediocre. Not average. Mediocre. As in: they write code that only works because...

Learn More 27 5Aug 29

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

TODO or not TODO / Stop spamming the code with useless comments

It has been proven that the best way to solve a complex task is to divide it into smaller tasks. Some...

Learn More 25 21Aug 25

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 23 5May 8

What is Clean Code?

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

Learn More 23 10Nov 7 '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 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

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

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

🧹 The Art of Writing Clean Code: Why It Matters and How to Do It

In the world of programming, clean code is like a breath of fresh air. 🌬️ It's not just about getting...

Learn More 16 0Oct 25 '24

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

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

Will clean code principles remain relevant in the AI era?

In the last few years, the rise of AI has completely changed how we envision the future of software...

Learn More 11 3Oct 10

Clean Architecture in .net application step by step

Clean Architecture is a software design philosophy introduced by Robert C. Martin (Uncle Bob). Its...

Learn More 11 0Apr 12

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

Creating focused domain applications. A Symfony approach (Extracting and validating data)

Introduction This is the first post of a series that i've decided to create in order to...

Learn More 11 2Nov 2 '24

Project Journey #2: 🛠️ Coding, Failing, and Learning with AI Law Shield ⚖️

Welcome back to my AI journey, where I stumbled, learned, and maybe cried a little! 😂 1....

Learn More 10 2Nov 17 '24

🧠 State-of-the-Art Programming vs 🎧 Vibe Coding: A Tale of Two Dev Modes

One is clean, scalable, and built for teams. The other is chaotic, magical, and runs on pure flow...

Learn More 10 6Jun 10

Understanding State Machines with a Practical Example in C#

State machines might sound like a complex topic, but at their core, they’re just a way to manage...

Learn More 9 1Apr 21