DEV Community

# codequality

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Codesphere vs. CodeSandbox: What's the Difference?

Codesphere vs. CodeSandbox: What's the Difference?

15
Comments 2
2 min read
How to Write Awful Commit Messages – And Good Ones Too

How to Write Awful Commit Messages – And Good Ones Too

18
Comments
2 min read
The Collab Lab TCL-17 Recap

The Collab Lab TCL-17 Recap

6
Comments
3 min read
Say yes to Deno?

Say yes to Deno?

115
Comments 34
4 min read
Code quality แบบใช้ความคุ้นเคย

Code quality แบบใช้ความคุ้นเคย

9
Comments
1 min read
Replacing JavaScript Classes With The Module Design Pattern

Replacing JavaScript Classes With The Module Design Pattern

70
Comments 20
10 min read
How to write good quality Python code with GitHub Actions

How to write good quality Python code with GitHub Actions

7
Comments 1
8 min read
Naming conventions for models and methods grammar wise in Ruby/RoR

Naming conventions for models and methods grammar wise in Ruby/RoR

10
Comments
2 min read
Scrivere CSS come un pro 🚀

Scrivere CSS come un pro 🚀

33
Comments 6
4 min read
5 Less Known JavaScript Features That You Should Know About

5 Less Known JavaScript Features That You Should Know About

11
Comments
4 min read
Which Python static analysis tools should I use?

Which Python static analysis tools should I use?

8
Comments 1
4 min read
JS: Finally discover how to Hide and Show elements

JS: Finally discover how to Hide and Show elements

71
Comments 8
2 min read
An Intro to Automated Testing with Cypress

An Intro to Automated Testing with Cypress

21
Comments 2
4 min read
Why is he so different from his parents? - Liskov's Substitution Principle

Why is he so different from his parents? - Liskov's Substitution Principle

10
Comments
4 min read
Write better code with SonarQube

Write better code with SonarQube

9
Comments
7 min read
Do I really need to test my code?

Do I really need to test my code?

4
Comments
5 min read
If it works, don't change it - Open Closed Principle

If it works, don't change it - Open Closed Principle

12
Comments
4 min read
Its not a Swiss Army Knife - Single Responsibility Principle

Its not a Swiss Army Knife - Single Responsibility Principle

19
Comments
4 min read
How SOLID is your code? - Introduction

How SOLID is your code? - Introduction

9
Comments
1 min read
Essentials you can learn from Functional Programming

Essentials you can learn from Functional Programming

5
Comments
17 min read
Setup recomendado para Laravel apps

Setup recomendado para Laravel apps

15
Comments 3
2 min read
Cutting Edge: Using PHP 8.0 in Enterprise

Cutting Edge: Using PHP 8.0 in Enterprise

9
Comments
6 min read
Lint PowerShell scripts with PSScriptAnalyzer 🐢

Lint PowerShell scripts with PSScriptAnalyzer 🐢

2
Comments
3 min read
Functional programming + DDD = ❤

Functional programming + DDD = ❤

8
Comments
4 min read
Observability of software design - What it is and why it matters

Observability of software design - What it is and why it matters

24
Comments
5 min read
React HoC vs Hooks vs Render Props in 2021

React HoC vs Hooks vs Render Props in 2021

38
Comments
2 min read
Better way to handle paths in python

Better way to handle paths in python

3
Comments 2
1 min read
Injectable Kotlin Styles

Injectable Kotlin Styles

12
Comments
5 min read
A reflection on modern software development

A reflection on modern software development

8
Comments
9 min read
View-Hook Pair Pattern (Draft)

View-Hook Pair Pattern (Draft)

4
Comments 1
5 min read
Branchless programming. Does it really matter?

Branchless programming. Does it really matter?

41
Comments 4
5 min read
Elementary Data Structures with JavaScript - Binary trees - PART 3🚀

Elementary Data Structures with JavaScript - Binary trees - PART 3🚀

24
Comments
2 min read
How to build and publish a vscode extension pack

How to build and publish a vscode extension pack

11
Comments 1
3 min read
Why we champion in person code reviews

Why we champion in person code reviews

4
Comments
5 min read
Professional Programmer - The Clean Coder

Professional Programmer - The Clean Coder

9
Comments
11 min read
CSS: Sky background that will change your websites

CSS: Sky background that will change your websites

34
Comments
3 min read
7 Github apps to supercharge your dev teams in 2021

7 Github apps to supercharge your dev teams in 2021

16
Comments
4 min read
JS: Why we should also use formatted strings

JS: Why we should also use formatted strings

46
Comments 4
3 min read
5 ways to do a code review

5 ways to do a code review

11
Comments
8 min read
Elementary Data Structures with JavaScript - Binary trees - PART 1🚀

Elementary Data Structures with JavaScript - Binary trees - PART 1🚀

15
Comments
3 min read
Asynchronous JS: Working with try/catch and promises

Asynchronous JS: Working with try/catch and promises

34
Comments
2 min read
'BEM' do CSS - Boas Práticas

'BEM' do CSS - Boas Práticas

11
Comments 3
2 min read
Typescript can be confusing

Typescript can be confusing

62
Comments 26
2 min read
Elementary Data Structures with JavaScript - Linked Lists - PART 2🚀

Elementary Data Structures with JavaScript - Linked Lists - PART 2🚀

11
Comments
3 min read
Improving testability of your react components

Improving testability of your react components

10
Comments
5 min read
React Patterns: A Component with Many Content Variants

React Patterns: A Component with Many Content Variants

89
Comments 3
3 min read
Elementary Data Structures with JavaScript - Linked Lists - PART 1🚀

Elementary Data Structures with JavaScript - Linked Lists - PART 1🚀

13
Comments
5 min read
CSS: How to make a cool border animation

CSS: How to make a cool border animation

35
Comments 2
2 min read
Benchmark: Check to Skip

Benchmark: Check to Skip

4
Comments
3 min read
Elementary Data Structures with JavaScript - Stacks🚀

Elementary Data Structures with JavaScript - Stacks🚀

44
Comments
4 min read
JS: How to add or remove a class and make your sites interactive

JS: How to add or remove a class and make your sites interactive

25
Comments
1 min read
JS: Check if an email is valid

JS: Check if an email is valid

66
Comments 10
2 min read
5 JavaScript Static Analysis Tools

5 JavaScript Static Analysis Tools

4
Comments 1
4 min read
CSS: How to make a website responsive

CSS: How to make a website responsive

87
Comments 4
2 min read
How to Synchronize Your GitHub Fork

How to Synchronize Your GitHub Fork

17
Comments 2
4 min read
Java Code Quality Tools Recommended by Developers

Java Code Quality Tools Recommended by Developers

17
Comments
4 min read
CSS: How to make a gradient animation and improve your websites

CSS: How to make a gradient animation and improve your websites

36
Comments
2 min read
Managing technical debt

Managing technical debt

8
Comments
6 min read
Merging a pdf using Javascript

Merging a pdf using Javascript

4
Comments
1 min read
JS: How to implement a Random Background Color Change to make your sites more professional

JS: How to implement a Random Background Color Change to make your sites more professional

47
Comments 6
2 min read
loading...