DEV Community

# codequality

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Migrating to Typescript: Keeping it smooth & steady

Migrating to Typescript: Keeping it smooth & steady

22
Comments 2
4 min read
How to Write Better Documentation

How to Write Better Documentation

8
Comments
4 min read
Refactor vs Port vs Rewrite

Refactor vs Port vs Rewrite

4
Comments
2 min read
Do Github stars matter?

Do Github stars matter?

37
Comments 16
2 min read
I'm Participating in Hacktoberfest

I'm Participating in Hacktoberfest

3
Comments 1
1 min read
Objective Code Review

Objective Code Review

4
Comments
4 min read
How to Integrate Security Into a DevOps Cycle

How to Integrate Security Into a DevOps Cycle

13
Comments
5 min read
How do you ensure your Team's code is consistent?

How do you ensure your Team's code is consistent?

3
Comments 11
1 min read
Code Complete 2: Table Driven Methods (Part 4)

Code Complete 2: Table Driven Methods (Part 4)

5
Comments
3 min read
Code Complete 2: Statements (Part 4)

Code Complete 2: Statements (Part 4)

5
Comments 1
2 min read
Code Complete 2: Loops (Part 4)

Code Complete 2: Loops (Part 4)

4
Comments
2 min read
Code Complete 2: Fundamental Data Types (Part 3)

Code Complete 2: Fundamental Data Types (Part 3)

5
Comments
3 min read
Code Complete 2: Creating High-Quality Code (Part 2)

Code Complete 2: Creating High-Quality Code (Part 2)

13
Comments
5 min read
Code Complete 2: Variables (Part 3)

Code Complete 2: Variables (Part 3)

6
Comments
4 min read
Code Complete 2: High-Quality Routines (Part 2)

Code Complete 2: High-Quality Routines (Part 2)

6
Comments
4 min read
Secure SDLC and Best Practices for Outsourcing

Secure SDLC and Best Practices for Outsourcing

7
Comments
6 min read
Subarray | Subsequence | Subset? - The difference.

Subarray | Subsequence | Subset? - The difference.

24
Comments
1 min read
How to program better (or This is what is wrong with your code)

How to program better (or This is what is wrong with your code)

196
Comments 13
20 min read
Is git commit --amend truly *important*?

Is git commit --amend truly *important*?

19
Comments 25
1 min read
10+ Svelte Examples – Components & Templates

10+ Svelte Examples – Components & Templates

54
Comments 3
7 min read
Syntactic sugar, why, when and how

Syntactic sugar, why, when and how

5
Comments
2 min read
How to write a clean code.

How to write a clean code.

174
Comments 11
2 min read
Java 25 years — aging like fine wine or more like milk?

Java 25 years — aging like fine wine or more like milk?

8
Comments 1
4 min read
The intimate relationship between health and success.

The intimate relationship between health and success.

2
Comments 1
5 min read
Tactics on how to review your own code

Tactics on how to review your own code

2
Comments
4 min read
Is`let` the new `var` in Javascript?

Is`let` the new `var` in Javascript?

5
Comments 14
1 min read
Check if two documents are same

Check if two documents are same

8
Comments 1
1 min read
What Are The Characteristics of Quality Code?

What Are The Characteristics of Quality Code?

2
Comments 1
2 min read
How to Prevent Data Loss: 13 Simple Ways

How to Prevent Data Loss: 13 Simple Ways

37
Comments
7 min read
Clean code or not clean code that's the question

Clean code or not clean code that's the question

3
Comments 4
1 min read
Cypress - setup to reports, USEFUL MATERIALS

Cypress - setup to reports, USEFUL MATERIALS

6
Comments
2 min read
My Favorite Way to Do a Changelog

My Favorite Way to Do a Changelog

7
Comments
2 min read
Self-taught || Educated

Self-taught || Educated

3
Comments
3 min read
Opening a window on codesmells 💩💨

Opening a window on codesmells 💩💨

8
Comments
5 min read
JAVA STACK

JAVA STACK

7
Comments
1 min read
Our Approach to For Students, By Students Learning

Our Approach to For Students, By Students Learning

5
Comments 1
4 min read
10 Best Practices for Application Security in the Cloud

10 Best Practices for Application Security in the Cloud

7
Comments 1
7 min read
Helpdesk to Developer - Writing Quality Code

Helpdesk to Developer - Writing Quality Code

2
Comments 2
3 min read
Complete guide to Linked Lists in JavaScript

Complete guide to Linked Lists in JavaScript

13
Comments
4 min read
Finding Nth Fibonacci number in constant time.

Finding Nth Fibonacci number in constant time.

4
Comments
1 min read
Tweaking commits with Git's Magic Time Machine✨, aka git rebase

Tweaking commits with Git's Magic Time Machine✨, aka git rebase

21
Comments 2
6 min read
How to get rid of NullPointerException

How to get rid of NullPointerException

3
Comments
7 min read
Optimizing String Comparisons in Go

Optimizing String Comparisons in Go

37
Comments 2
7 min read
Exception Handling in Java Streams

Exception Handling in Java Streams

38
Comments 2
8 min read
Why You Should Use IntelliJ IDEA!

Why You Should Use IntelliJ IDEA!

7
Comments 2
4 min read
8 must-know DATA STRUCTURES for programmers

8 must-know DATA STRUCTURES for programmers

5
Comments
2 min read
A Cleaner Code Case Study

A Cleaner Code Case Study

4
Comments
10 min read
Developing for the Cloud

Developing for the Cloud

2
Comments
4 min read
How to automate code formatting for Python projects with GitHub Actions - A study

How to automate code formatting for Python projects with GitHub Actions - A study

11
Comments
6 min read
Simple and effective: Unit-testing Alpine.js components with Jest ⏱️⏩

Simple and effective: Unit-testing Alpine.js components with Jest ⏱️⏩

17
Comments 3
7 min read
Trie Data Structure

Trie Data Structure

26
Comments
2 min read
Handling Exceptions in Ruby

Handling Exceptions in Ruby

8
Comments
3 min read
Desvendando o mundo mágico dos acrônimos: SOLID, KISS, YAGNI, DRY, DDD, TDD

Desvendando o mundo mágico dos acrônimos: SOLID, KISS, YAGNI, DRY, DDD, TDD

53
Comments 4
7 min read
Who is Uncle Bob?

Who is Uncle Bob?

55
Comments 15
3 min read
Is the C# internal keyword a code smell?

Is the C# internal keyword a code smell?

2
Comments
4 min read
Modern JavaScript Project Workflow/Setup with Git, CI/CD, Code Quality, Tooling and more

Modern JavaScript Project Workflow/Setup with Git, CI/CD, Code Quality, Tooling and more

51
Comments 2
2 min read
How To Secure Your Software Development Life Cycle (SDLC)

How To Secure Your Software Development Life Cycle (SDLC)

8
Comments
5 min read
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
loading...