Articles by Tag #cleancoding

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

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

How to Write Professional Code Comments: A Beginner's Guide to Better Code Documentation

Code comments are one of the most important skills every developer must master, yet they're often...

Learn More 16 0Jul 23

JavaScript Code Ethics: Writing Clean, Ethical Code

In today's fast-paced development world, delivering solutions quickly is essential. However, cutting...

Learn More 12 1Oct 25 '24

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

C# Clean Code: SOLID Principles

Meta Description: Explore how to apply SOLID principles in C# using a practical example of a Customer...

Learn More 9 1Oct 17 '24

CleanCode: How to use named parameters in JavaScript

If you're familiar with named/keyword arguments in programming languages like Ruby, Python, and PHP...

Learn More 8 6Jun 24

Integrating Mpesa API in Flutter Using Clean Architecture

Introduction Money transfer is a crucial service worldwide. Imagine you're on vacation,...

Learn More 8 1Feb 28

Mastering Dependency Injection in .NET 8: Best Practices and Proven Patterns for Cleaner Code

Dependency Injection (DI) is at the core of modern .NET applications, enabling loosely coupled,...

Learn More 6 0Nov 12 '24

Domain-Centric Architecture: Building Software That Aligns With Business Needs

Hi devs In the world of software architecture, keeping code aligned with business needs is crucial...

Learn More 6 0Nov 8 '24

c# Clean Code: Best Practices for new, Operators, and using

In this article, we’ll explore some of the new syntax in C# and best practices that make your code...

Learn More 6 0Oct 29 '24

c# clean code: Guide to Defining and Structuring Classes

In C#, classes are the foundation of object-oriented programming (OOP), serving as templates for...

Learn More 5 1Nov 3 '24

From Messy to SOLID: First Steps Towards Clean Architecture

Quick intro Hi, I'm Matheus. I'm fairly new to the SOLID principles of object-oriented...

Learn More 5 0Jun 30

C# Clean Code: using var guide lines

C# is known for being a strongly typed language, where each variable’s type must be declared....

Learn More 5 0Oct 24 '24

Understanding Factory Design Pattern: A Simple Guide

"The name Factory itself suggests that it will create something for us." That's exactly what it...

Learn More 5 0Jul 1

Writing Clean Code in Front-end: KISS, DRY, YAGNI, and Beyond

In the fast-paced world of software development, writing code that simply works is no longer enough....

Learn More 4 0Apr 8

Use watch as the last resort

We should avoid using watch in Vue. I'm not saying it's bad; we should just treat watch (and...

Learn More 3 2Mar 1

Flutter App initiation, Routing, Dependency Injection, Localization, Splash Screen, App Icon, and more...

What to expect from this article? We will start working on the mobile app after building...

Learn More 3 0Dec 23 '24

c# Clean Code: Why Readable Code Matters and How to Achieve It

Meta Description: Learn why writing readable code is essential for maintainable software and how to...

Learn More 2 0Nov 2 '24

Understanding the State Design Pattern P5

Introduction Building state machines from scratch can be rewarding, but using a dedicated...

Learn More 2 0Nov 2 '24

Avoiding global functions in JavaScript

Many beginner developers modify global prototypes in JavaScript without realizing the risks. Let's...

Learn More 2 0Jan 31

Abstract Classes and Interfaces in Java

Introduction In Java, both abstract classes and interfaces allow you to define contracts...

Learn More 2 0May 27

Como Melhorar seu Código Java: 7 Boas Práticas e Padrões de Desenvolvimento

Uma das coisas mais comuns (ou deveria ser) quando estamos desenvolvendo um projeto é se perguntar,...

Learn More 2 0Nov 14 '24

What I Wish I Knew Earlier About Clean Architecture (from a PHP/Laravel Dev)

When I started building web apps with PHP and Laravel, my main goal was simple: make it work. But as...

Learn More 2 2Jul 26

Understanding the State Design Pattern P3

Meta Description: Learn how to implement a simple state machine in C# using a switch statement...

Learn More 2 0Nov 2 '24

How to Recognize Clean Code: Key Indicators of Well-Designed Software

Introduction In the ever-evolving world of software development, writing clean,...

Learn More 1 0Jan 18

SOLID Principle

What are SOLID Principle The SOLID principles are design principles aimed at creating more...

Learn More 1 0Dec 28 '24

SOLID Principles

Everyone knows, but it's worth remembering 😂 Hi fellow developers! My topic today is...

Learn More 1 0Aug 7

Part 2: Django REST Framework: When (and When Not) to Override Serializers and Viewsets

DRF, Part 2: ViewSet Overrides Welcome to the second half of our guide on DRF...

Learn More 1 0Aug 10

How to clean up Unused Packages in your JavaScript/TypeScript project

What if there is some magic in the developer's world? Sometimes we get immersed in a...

Learn More 1 2Jan 10