Articles by Tag #codequality

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

Don't refactor the code

This is a piece of advice someone gave me a long time ago. Unfortunately, I don't really remember...

Learn More 325 30Jun 13 '24

How to reduce unused JavaScript in your code?

Cutting down on JavaScript is super important when you're building modern websites. It's a big deal...

Learn More 119 19Jun 20 '24

Testing in DevOps: Strategies, Tools, and Best Practices for Continuous Quality

In the world of DevOps, where speed and efficiency are paramount, testing plays a crucial role in...

Learn More 75 1Nov 10 '24

15 Code Quality and Security Tools Every Developer Should Know

Quality and security checks are essential parts of modern software development. As codebases grow...

Learn More 41 1Jan 17

Mastering JavaScript Variable Naming: Best Practices

Why Good Variable Names Matter. 1. Ditch var for Modern Declarations // Old...

Learn More 38 1Dec 2 '24

Integrating Code Formatting into Your Android Projects

This is the first blog in the series where we will share our journey of implementing and automating...

Learn More 10 0Jul 1 '24

Mastering Code Quality: Setting Up ESLint with Standard JS in TypeScript Projects

Learn how to enhance your TypeScript project by integrating JavaScript Standard Style rules using...

Learn More 8 0May 6 '24

Enhancing Code Quality with detekt for Static Analysis

When our team began migrating to Jetpack Compose, we wanted to avoid common mistakes due to our...

Learn More 8 0Jul 16 '24

Improving Code Quality with Mega -Linter 🧹

What Is a Linter? 🧹 A linter is a tool that analyzes your code for potential issues, style...

Learn More 8 0May 18 '24

Building a Robust .NET Core Web API: A Beginner's Guide

So, there I was, reviewing a pull request from one of our junior devs. Bless their heart, they were...

Learn More 8 1Apr 22

PHP Generics in Laravel 11

If you are a web applications builder with Laravel and happens to use PHPStan for static code...

Learn More 8 1Oct 22 '24

Tree-sitter: Simplificando a Análise de Código para Desenvolvedores

Se você já passou horas tentando entender um código mal indentado, ou se já se perdeu em um arquivo...

Learn More 7 0Mar 12

Boost Your Java Code Quality with PMD

Do you ever find yourself struggling with code smells in your Java projects? You’re not alone! Code...

Learn More 7 4Sep 20 '24

PHPStan: Elevate Your PHP Code Quality with Static Analysis

Managing code quality and ensuring error-free development can be challenging in the PHP ecosystem,...

Learn More 6 0Nov 10 '24

Mastering the Strategy Pattern with a Car Example 🚗⚙️

In the world of software design, flexibility and maintainability are crucial. One of the best ways to...

Learn More 6 0Feb 13

🚀 Enhance Your Laravel Projects with Effective Test Cases! 🚀

In the fast-paced world of web development, ensuring the reliability and quality of your applications...

Learn More 5 0Jul 10 '24

Movie X: A Developer’s Dive Into Flutter Project Organization

As developers, we know that the success of any project often hinges on how well its foundation is...

Learn More 5 1Jan 14

How to create a test ecosystem

As a QA Engineer, I have developed a robust test ecosystem that ensures the reliability and...

Learn More 5 0Feb 28

Write boring code

Debuggability is highly underrated In the words of Brian Kernighan, the famous computer...

Learn More 5 2May 19 '24

The Art of Coding: Finding Joy in Software Development 🎨💻

In the fast-paced world of IT and software development, it's easy to get lost in the lines of code,...

Learn More 5 0Aug 10 '24

The Power of Organization: Why “One Class, One File” is Essential in Laravel Development

In the world of software development, clean and maintainable code is the cornerstone of a successful...

Learn More 5 1Aug 28 '24

Mastering API Integrations: A Step-by-Step Guide to Secure API Authentication in Java

Introduction 🛤️ Integrating with external APIs is a common practice in software...

Learn More 5 0Jun 17 '24

Adding a Rubocop config to an old repository | step-by-step guide

While using Rubocop as a linter/formatter is a no-brainer for most Rails developers these days, it...

Learn More 5 0Oct 23 '24

Git tools undermining Code Review

Exploration of the impact of online source control tools on code review practice.

Learn More 4 1Aug 1 '24

Refactoring: The Art of Crafting Cleaner, Smarter, and More Maintainable Code

Introduction Imagine you're organizing your workspace. As you tidy up, you rearrange items...

Learn More 4 0Dec 10 '24

Zod and the Joy of Single Sources of Truth

If you love Typescript and haven't been living under a rock for the past 2 years, you've likely heard...

Learn More 4 0May 29 '24

Code Reviews with AI: a Developer Guide

Code reviews are a cornerstone of software development. They're where we share knowledge, catch bugs...

Learn More 4 3Feb 18

Creating Better Test Scenarios in Ruby on Rails

Dev Tip: Enhance Your Test Scenarios in Rails! Hey devs! 👋 Today, I want to share some tips on...

Learn More 3 2Jul 17 '24

Por que usar `record` para construir DTOs em C#?

Data Transfer Objects (DTOs) são um padrão de design amplamente utilizado para transferir dados entre...

Learn More 3 0Aug 24 '24

Using K6 to check the performance of our system

Today, I come here to talk about a project I have been doing for the past few weeks. I was working...

Learn More 3 0Feb 23