DEV Community

# codequality

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Automate End-to-end testing in large-scale enterprise software

Automate End-to-end testing in large-scale enterprise software

8
Comments
7 min read
Postman opens in 14 seconds. What went wrong?

Postman opens in 14 seconds. What went wrong?

2
Comments
4 min read
The Spring illness to Java developers

The Spring illness to Java developers

7
Comments 4
2 min read
20% of the code is executed 80% of the time

20% of the code is executed 80% of the time

4
Comments
2 min read
1 line of code: How to convert html special chars

1 line of code: How to convert html special chars

5
Comments
1 min read
Best Practices For Writing Clean Pythonic Code

Best Practices For Writing Clean Pythonic Code

182
Comments 10
4 min read
Get the most out of your (remote) pair programming sessions

Get the most out of your (remote) pair programming sessions

38
Comments 2
4 min read
1 line of code: How to create an URL Slug from a string

1 line of code: How to create an URL Slug from a string

7
Comments 4
1 min read
Pizza flavoured Strategy pattern

Pizza flavoured Strategy pattern

21
Comments
3 min read
Why is Technical Debt Bad?

Why is Technical Debt Bad?

4
Comments 2
4 min read
What is "Code Refactoring"?

What is "Code Refactoring"?

45
Comments
3 min read
1 line of code: How to PascalCase a string

1 line of code: How to PascalCase a string

5
Comments
1 min read
Critical New 0-day Vulnerability in Popular Log4j Library - List of applications

Critical New 0-day Vulnerability in Popular Log4j Library - List of applications

6
Comments
9 min read
Tell Don’t Ask

Tell Don’t Ask

6
Comments
3 min read
Add Husky 🐶 to Angular

Add Husky 🐶 to Angular

6
Comments
1 min read
Adding infection to an existing project and publishing the results to Gitlab merge requests

Adding infection to an existing project and publishing the results to Gitlab merge requests

6
Comments
4 min read
1 line of code: How to camelCase a string

1 line of code: How to camelCase a string

24
Comments 6
1 min read
Abstract Syntax Tree (AST) - Explained in Plain English

Abstract Syntax Tree (AST) - Explained in Plain English

131
Comments 3
4 min read
Best Practices for Code Review and Pull Requests. Insights from Developers

Best Practices for Code Review and Pull Requests. Insights from Developers

2
Comments
5 min read
If else return break best practices

If else return break best practices

5
Comments
1 min read
1 line of code: How to capitalise a string

1 line of code: How to capitalise a string

6
Comments 2
1 min read
Do we even need if/else?

Do we even need if/else?

50
Comments 18
2 min read
1 line of code: How to count the words in a string

1 line of code: How to count the words in a string

5
Comments 5
1 min read
What Is Static Code Analysis?

What Is Static Code Analysis?

11
Comments
3 min read
Improve Code Quality - Static Analyzer

Improve Code Quality - Static Analyzer

4
Comments
1 min read
1 line of code: How to create a range array

1 line of code: How to create a range array

5
Comments 10
1 min read
Create a learning culture to improve code quality

Create a learning culture to improve code quality

2
Comments
3 min read
When are microservices appropriate?

When are microservices appropriate?

53
Comments 9
1 min read
Komlexität von Algorithmen

Komlexität von Algorithmen

3
Comments
1 min read
1 line of code: How to shuffle an array

1 line of code: How to shuffle an array

3
Comments
1 min read
1 line of code: How to sort an array by descending order

1 line of code: How to sort an array by descending order

13
Comments 2
1 min read
Code Smell | Primitive Obsession

Code Smell | Primitive Obsession

17
Comments
4 min read
Ditch These 7 Bad Habits in Python

Ditch These 7 Bad Habits in Python

13
Comments 5
6 min read
Behavioural Patterns: Strategy Pattern

Behavioural Patterns: Strategy Pattern

5
Comments
2 min read
Six (Dirty) Ways to shorten your Javascript

Six (Dirty) Ways to shorten your Javascript

50
Comments 5
4 min read
Factory pattern in a nutshell

Factory pattern in a nutshell

36
Comments
3 min read
Introduction to mutation testing with PiTest

Introduction to mutation testing with PiTest

4
Comments
3 min read
SonarQube - Instalação do scanner no Ubuntu Linux

SonarQube - Instalação do scanner no Ubuntu Linux

12
Comments
5 min read
1 line of code: How to sort an array by ascending order

1 line of code: How to sort an array by ascending order

3
Comments
1 min read
A variety of errors in C# code by the example of CMS DotNetNuke: 40 questions about the quality

A variety of errors in C# code by the example of CMS DotNetNuke: 40 questions about the quality

2
Comments
24 min read
1 line of code: How to get every n-th item of an Array

1 line of code: How to get every n-th item of an Array

4
Comments 2
1 min read
How to write good Test Cases with examples

How to write good Test Cases with examples

2
Comments
3 min read
1 line of code: How to get the average of an array

1 line of code: How to get the average of an array

10
Comments 9
1 min read
Ways to create Singletons and the tradeoffs between them

Ways to create Singletons and the tradeoffs between them

41
Comments 5
4 min read
Lines of Code (LoC)

Lines of Code (LoC)

4
Comments
3 min read
5 Tips to Write Simple Software

5 Tips to Write Simple Software

5
Comments
4 min read
Clean Code in C# Part 1 Meaningful Names

Clean Code in C# Part 1 Meaningful Names

20
Comments
3 min read
Generate automatically Workflow files

Generate automatically Workflow files

5
Comments
1 min read
Async, refactoring and fewer bugs: Rust block expressions to the rescue

Async, refactoring and fewer bugs: Rust block expressions to the rescue

16
Comments 3
7 min read
1 line of code: How to get the sum of an array of numbers

1 line of code: How to get the sum of an array of numbers

3
Comments 2
1 min read
1 line of code: How to clean an Array

1 line of code: How to clean an Array

48
Comments 13
1 min read
HELLO WORLD in Morse Code 00:18

HELLO WORLD in Morse Code

7
Comments 3
1 min read
1 line of code: How to clean an Array of "falsy" items

1 line of code: How to clean an Array of "falsy" items

5
Comments 2
1 min read
1 line of code: How to merge two Arrays and preserve all entries

1 line of code: How to merge two Arrays and preserve all entries

3
Comments
1 min read
How to imporove your code review process

How to imporove your code review process

7
Comments
1 min read
I Disregard Tedious Grammar Rules For The Same Reason Your MVP Sucks - On Purpose

I Disregard Tedious Grammar Rules For The Same Reason Your MVP Sucks - On Purpose

2
Comments
4 min read
1 line of code: How to merge two Arrays and clean all duplicate entries

1 line of code: How to merge two Arrays and clean all duplicate entries

33
Comments 3
1 min read
Software books!

Software books!

13
Comments
1 min read
PHP - Create your own logger like Monolog PSR-3 Logger Interface

PHP - Create your own logger like Monolog PSR-3 Logger Interface

18
Comments
2 min read
1 line of code: How to get every even item of an Array

1 line of code: How to get every even item of an Array

19
Comments 16
1 min read
loading...