DEV Community

# codequality

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Product of Array Except Self: time complexity O(n) vs O(n^2)

Product of Array Except Self: time complexity O(n) vs O(n^2)

6
Comments
2 min read
PHP Tips : How to use optimized built-it functions ?

PHP Tips : How to use optimized built-it functions ?

12
Comments 1
3 min read
Programação procedural orientada a classes

Programação procedural orientada a classes

38
Comments 11
3 min read
You're not doing code quality right

You're not doing code quality right

5
Comments
4 min read
You shouldn't use an index as key of the element

You shouldn't use an index as key of the element

29
Comments 6
2 min read
Bifurcate array by given rules in javascript

Bifurcate array by given rules in javascript

5
Comments
2 min read
Don't overabstract the things

Don't overabstract the things

10
Comments 2
2 min read
Get average of a given array or multi records in javascript

Get average of a given array or multi records in javascript

6
Comments
2 min read
Dependency Hell is inevitable...and that’s OK (and you’re OK, too!)

Dependency Hell is inevitable...and that’s OK (and you’re OK, too!)

12
Comments
6 min read
Function to get a difference of two arrays in javascript

Function to get a difference of two arrays in javascript

6
Comments
2 min read
Get Byte size of the string in Javascript

Get Byte size of the string in Javascript

26
Comments 1
2 min read
Sem medo dos Ponteiros #1 - Introdução

Sem medo dos Ponteiros #1 - Introdução

30
Comments
4 min read
The SOLID Principles

The SOLID Principles

24
Comments
5 min read
Dependency Inversion Principle

Dependency Inversion Principle

7
Comments
2 min read
Single Responsibility Principle (SRP)

Single Responsibility Principle (SRP)

6
Comments
5 min read
Open-Closed Principle

Open-Closed Principle

6
Comments
3 min read
Correctly handling async/await in React components - Part 2

Correctly handling async/await in React components - Part 2

28
Comments 2
3 min read
Remove all falsy values from array in javascript

Remove all falsy values from array in javascript

6
Comments 1
2 min read
Writing Better Code

Writing Better Code

12
Comments 2
2 min read
Clean code in Spring ecosystem

Clean code in Spring ecosystem

9
Comments
6 min read
Do(n't) test your own code!

Do(n't) test your own code!

7
Comments 2
3 min read
TypeScript Generics and Type Guards - Explained by Example

TypeScript Generics and Type Guards - Explained by Example

18
Comments
8 min read
A Pythonic Guide to SOLID Design Principles

A Pythonic Guide to SOLID Design Principles

309
Comments 30
11 min read
Is declaring helper variables which are simply removal of `this` bad practice?

Is declaring helper variables which are simply removal of `this` bad practice?

5
Comments 1
1 min read
5 Essential Visual Studio Code Extensions for Collaborative Work

5 Essential Visual Studio Code Extensions for Collaborative Work

42
Comments
4 min read
loading...