DEV Community

# codequality

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
How-to set up automated checks for your React project using Travis CI

How-to set up automated checks for your React project using Travis CI

7
Comments
5 min read
Writing More Idiomatic and Pythonic Code

Writing More Idiomatic and Pythonic Code

34
Comments
9 min read
What is DevSecOps, and How Does it Help Build Secure Web Applications?

What is DevSecOps, and How Does it Help Build Secure Web Applications?

6
Comments
6 min read
How much does it cost to make an app

How much does it cost to make an app

7
Comments 2
14 min read
What characterises quality code?

What characterises quality code?

2
Comments 1
1 min read
Advantages of a Secure Software Development Life Cycle (SDLC)

Advantages of a Secure Software Development Life Cycle (SDLC)

8
Comments
5 min read
Write Clean Code Without Loops

Write Clean Code Without Loops

23
Comments 6
7 min read
#002 - Clean Code - Names

#002 - Clean Code - Names

41
Comments 11
3 min read
StyleCop: Create code with style

StyleCop: Create code with style

7
Comments
4 min read
Uncle Bob - Lesson One

Uncle Bob - Lesson One

3
Comments
15 min read
What is an Agile SDLC Model and What Are its Advantages?

What is an Agile SDLC Model and What Are its Advantages?

6
Comments
5 min read
Te voy a recomendar una forma práctica de documentar tu proyecto de software

Te voy a recomendar una forma práctica de documentar tu proyecto de software

17
Comments 1
6 min read
Ethics of Code Review

Ethics of Code Review

22
Comments
6 min read
How 4 lines of Java code end up in 518772 lines in production.

How 4 lines of Java code end up in 518772 lines in production.

60
Comments 13
3 min read
What's the Point of Pull Requests Anyway?

What's the Point of Pull Requests Anyway?

9
Comments
4 min read
Solve Async Callbacks with FutureBuilder!

Solve Async Callbacks with FutureBuilder!

9
Comments
3 min read
Maximum Bipartite Graph

Maximum Bipartite Graph

4
Comments
2 min read
Three Reasons Why I Love Reviewing Code

Three Reasons Why I Love Reviewing Code

2
Comments
4 min read
Software Developer vs Software Engineer Differences: Bogus or Real

Software Developer vs Software Engineer Differences: Bogus or Real

3
Comments
10 min read
How to implement Coding Guidelines

How to implement Coding Guidelines

6
Comments
2 min read
Fearless Code Review Checklist

Fearless Code Review Checklist

17
Comments
7 min read
Mistakes I made in code reviews and what I do now

Mistakes I made in code reviews and what I do now

598
Comments 30
4 min read
A "Gotcha" of JavaScript's Pass-by-Reference

A "Gotcha" of JavaScript's Pass-by-Reference

32
Comments 21
9 min read
Troll Hunting 101: JavaScript Passes Objects by Reference

Troll Hunting 101: JavaScript Passes Objects by Reference

40
Comments 7
10 min read
Learn the SOLID principles for Object Oriented Programming

Learn the SOLID principles for Object Oriented Programming

60
Comments 3
6 min read
Disable Arrow-Parens Lint rule in XO and Prettier

Disable Arrow-Parens Lint rule in XO and Prettier

10
Comments 1
3 min read
Pull Request Reviewer’s Checklist

Pull Request Reviewer’s Checklist

2
Comments
1 min read
#001 - Clean Code - Clean Code

#001 - Clean Code - Clean Code

41
Comments
4 min read
Code Smells, não deixa para depois.

Code Smells, não deixa para depois.

3
Comments
3 min read
NHA Coding Standards

NHA Coding Standards

2
Comments
5 min read
How to Test Responsive React Components

How to Test Responsive React Components

13
Comments
3 min read
JavaScript Truthy and Falsy Values

JavaScript Truthy and Falsy Values

9
Comments 2
3 min read
Who is Uncle Bob

Who is Uncle Bob

7
Comments 5
2 min read
Open Code-Coverage Bot

Open Code-Coverage Bot

7
Comments
3 min read
Linters: don't wait to test

Linters: don't wait to test

6
Comments 2
3 min read
The myth of "never going back to fix it later"

The myth of "never going back to fix it later"

65
Comments 19
1 min read
How to get started with Android Development?

How to get started with Android Development?

20
Comments 2
2 min read
Taking a Look at REST API Design Patterns

Taking a Look at REST API Design Patterns

15
Comments
5 min read
I self-learned to code at 30. Sharing my journey & tips for all

I self-learned to code at 30. Sharing my journey & tips for all

3
Comments
2 min read
Why we need the measurements ?

Why we need the measurements ?

6
Comments
2 min read
Comment-out Syndrome

Comment-out Syndrome

3
Comments 2
1 min read
Secure code review: Bonus - Who reviews the code?

Secure code review: Bonus - Who reviews the code?

7
Comments
2 min read
//TODO: Refactor me - A guide to measuring shortcuts

//TODO: Refactor me - A guide to measuring shortcuts

10
Comments 2
7 min read
Secure code review: Part 8 - Statically testing

Secure code review: Part 8 - Statically testing

5
Comments
2 min read
Will Vim give me more productivity!?

Will Vim give me more productivity!?

5
Comments 29
1 min read
Secure code review: Part 7 - Well-known attacks

Secure code review: Part 7 - Well-known attacks

5
Comments
3 min read
Secure code review: Part 6 - Handling sensitive data

Secure code review: Part 6 - Handling sensitive data

8
Comments
3 min read
Code is for Humans

Code is for Humans

17
Comments 2
2 min read
Are you Java expert? What will be the output of the given code snippet?

Are you Java expert? What will be the output of the given code snippet?

4
Comments 9
1 min read
Secure code review: Part 5 - Least privilege principle

Secure code review: Part 5 - Least privilege principle

11
Comments
2 min read
Secure code review: Part 4 - Enforce secure authentication

Secure code review: Part 4 - Enforce secure authentication

2
Comments
2 min read
When Should You Refactor Your Code?

When Should You Refactor Your Code?

6
Comments 1
4 min read
Secure code review: Part 3 - Test for vulnerabilities introduced by dependencies

Secure code review: Part 3 - Test for vulnerabilities introduced by dependencies

4
Comments
2 min read
10+ Awesome Jekyll Themes That You Need To Try In 2020

10+ Awesome Jekyll Themes That You Need To Try In 2020

28
Comments
6 min read
Secure code review: Part 2 - Never store secrets as code

Secure code review: Part 2 - Never store secrets as code

5
Comments
2 min read
Secure code review: Part 1 - Sanitize and validate all input

Secure code review: Part 1 - Sanitize and validate all input

21
Comments
2 min read
Do the SOLID principles apply to Functional Programming?

Do the SOLID principles apply to Functional Programming?

153
Comments 19
4 min read
How to write a readable commit message.

How to write a readable commit message.

16
Comments
2 min read
Configuring PHP_CodeSniffer in PhpStorm

Configuring PHP_CodeSniffer in PhpStorm

7
Comments
1 min read
Uncle Bob's clean code lecture

Uncle Bob's clean code lecture

4
Comments 2
1 min read
loading...