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

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 10 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 7 1Feb 28

Effective Code Review

Purpose of Code Review Although the main objective of code review is to identify defects before...

Learn More 6 0Sep 16 '24

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

What is Clean Architecture: Part 15-Understanding the Infrastructure and Persistence Layers

When designing applications with Clean Architecture principles, it’s essential to distinguish between...

Learn More 6 2Sep 9 '24

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

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: 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

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

Setting Up ESLint and Prettier for Consistent Code Quality and Formatting

This guide will help configure ESLint (for code quality) and Prettier (for code formatting) in a...

Learn More 4 0Oct 3 '24

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

Clean Code vs Best Practices: What’s the Difference?

In software development, "Clean Code" and "Best Practices" are two important concepts. Sometimes you...

Learn More 3 2Sep 8 '24

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

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 3 0Jul 23

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 2 1Oct 6 '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

Abstract Classes and Interfaces in Java

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

Learn More 2 0May 27

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

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 2 0Dec 23 '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

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

c# clean code: Writing Efficient LINQ Queries

Introduction Introduce LINQ (Language Integrated Query) as a powerful tool that enables...

Learn More 2 0Oct 31 '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