DEV Community

# bestpractices

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
How to Write Better PowerShell Scripts: Architecture and Best Practices

How to Write Better PowerShell Scripts: Architecture and Best Practices

36
Comments 3
17 min read
Best Practices Using Source Control and Git

Best Practices Using Source Control and Git

3
Comments
3 min read
Part 1: Naming Conventions - The Foundation of Clean Code

Part 1: Naming Conventions - The Foundation of Clean Code

138
Comments 9
5 min read
Part 2: Folder Structure - Building a Solid Foundation

Part 2: Folder Structure - Building a Solid Foundation

99
Comments 5
4 min read
7 Best Practices Used in Python for Automation

7 Best Practices Used in Python for Automation

2
Comments
2 min read
Java Variables: Storing and Manipulating Data in Memory

Java Variables: Storing and Manipulating Data in Memory

1
Comments
3 min read
Principios SOLID I: Primero, no seas STUPID

Principios SOLID I: Primero, no seas STUPID

1
Comments
3 min read
Naming Matters: The Importance of Good Naming in Clean Code

Naming Matters: The Importance of Good Naming in Clean Code

1
Comments
4 min read
Preventing Outages in your SaaS application: Strategies and Best Practices

Preventing Outages in your SaaS application: Strategies and Best Practices

3
Comments
6 min read
Best practices when building forms

Best practices when building forms

Comments
2 min read
Top 10 Practices for Secure Software Development

Top 10 Practices for Secure Software Development

1
Comments
9 min read
Intro to Naming Guidelines: Writing Meaningful Variable Names

Intro to Naming Guidelines: Writing Meaningful Variable Names

3
Comments
8 min read
Simplifying Code with the Single Responsibility Principle

Simplifying Code with the Single Responsibility Principle

2
Comments
2 min read
Best ideas from Clean Code by Robert C. Martin (with Typescript examples)

Best ideas from Clean Code by Robert C. Martin (with Typescript examples)

2
Comments
6 min read
9 Best Practices of Software Development Life Cycle (SDLC)

9 Best Practices of Software Development Life Cycle (SDLC)

6
Comments
7 min read
Farewell to Null Pointers: How Java 8's Optional Class Can Save Your Code

Farewell to Null Pointers: How Java 8's Optional Class Can Save Your Code

2
Comments
2 min read
Optimizing Unit Testing in JavaScript: Tips, Tools, and Best Practices

Optimizing Unit Testing in JavaScript: Tips, Tools, and Best Practices

Comments
5 min read
React best practices

React best practices

Comments 2
3 min read
AWS Architecture Diagrams Guidelines

AWS Architecture Diagrams Guidelines

27
Comments 4
5 min read
Best Email practices, tips and tricks

Best Email practices, tips and tricks

5
Comments
5 min read
Best Practices for Laravel and VueJs Application

Best Practices for Laravel and VueJs Application

9
Comments
7 min read
Design Your Codebase with Low Fan-out, High Fan-in Classes

Design Your Codebase with Low Fan-out, High Fan-in Classes

Comments
5 min read
How to use Ruby on Rails Concerns

How to use Ruby on Rails Concerns

2
Comments
1 min read
C# Constants Management

C# Constants Management

1
Comments
1 min read
The best comments are the ones we don't write

The best comments are the ones we don't write

3
Comments 14
3 min read
How to make good use of comments

How to make good use of comments

2
Comments
2 min read
Let's discuss commit messages

Let's discuss commit messages

12
Comments
4 min read
10 Threats to an Open API Ecosystem

10 Threats to an Open API Ecosystem

8
Comments 1
6 min read
!Comment your code

!Comment your code

12
Comments 2
4 min read
Web Application Security Best Practices

Web Application Security Best Practices

7
Comments
5 min read
Testing with Kotlin and JUnit5

Testing with Kotlin and JUnit5

14
Comments 1
7 min read
A vision for a social model of open source

A vision for a social model of open source

4
Comments
4 min read
The Benefits of Fail-fast Systems

The Benefits of Fail-fast Systems

7
Comments
3 min read
The importance of good Documentation

The importance of good Documentation

20
Comments 3
4 min read
React Hooks Best Practices in 2022

React Hooks Best Practices in 2022

213
Comments 10
6 min read
Best Practices to Follow with ConfigCat's Feature Flags

Best Practices to Follow with ConfigCat's Feature Flags

5
Comments
4 min read
The 4 use of using in C++

The 4 use of using in C++

15
Comments 3
5 min read
Traditional vs Modern Incident Response

Traditional vs Modern Incident Response

3
Comments
6 min read
Beautiful C++: 30 Core Guidelines for Writing Clean, Safe and Fast Code by J. Guy Davidson and Kate Gregory

Beautiful C++: 30 Core Guidelines for Writing Clean, Safe and Fast Code by J. Guy Davidson and Kate Gregory

11
Comments
6 min read
Everything you need to know about Squadcast and Microsoft Teams Integration

Everything you need to know about Squadcast and Microsoft Teams Integration

4
Comments
5 min read
Why your git email address matters

Why your git email address matters

7
Comments
2 min read
Use strong types instead of bool parameters

Use strong types instead of bool parameters

8
Comments 5
6 min read
Best Practices for Argo CD

Best Practices for Argo CD

7
Comments
11 min read
Typescript Enums are bad!!1!!!1!!one - Are they really?

Typescript Enums are bad!!1!!!1!!one - Are they really?

28
Comments 8
6 min read
Best Practices, Tools, and Approaches for Kubernetes Monitoring

Best Practices, Tools, and Approaches for Kubernetes Monitoring

5
Comments
4 min read
The pillars of a “good”, that lead us to eventual great software and products.

The pillars of a “good”, that lead us to eventual great software and products.

7
Comments
6 min read
Flutter Constants Best Practices 💫 🌌 ✨

Flutter Constants Best Practices 💫 🌌 ✨

16
Comments
2 min read
Laravel 8 - Traits (3 Easy Steps)

Laravel 8 - Traits (3 Easy Steps)

51
Comments 5
2 min read
Laravel 8 - Scopes (3 Easy Steps)

Laravel 8 - Scopes (3 Easy Steps)

24
Comments 3
2 min read
Laravel 8 - Accessors and Mutators (Eloquent in 2 Steps)

Laravel 8 - Accessors and Mutators (Eloquent in 2 Steps)

19
Comments 1
2 min read
Jest Testing like a Pro - Tips and tricks

Jest Testing like a Pro - Tips and tricks

76
Comments 5
13 min read
Mastering the functions' return statement

Mastering the functions' return statement

4
Comments
8 min read
Laravel 8 - DataTables Server Side Rendering (5 easy steps) 💾📈📊

Laravel 8 - DataTables Server Side Rendering (5 easy steps) 💾📈📊

21
Comments 2
5 min read
An opinionated guide to React hooks

An opinionated guide to React hooks

6
Comments
9 min read
PHP Laravel 8 - Best Naming Conventions for APIs ⭐⭐⭐⭐⭐

PHP Laravel 8 - Best Naming Conventions for APIs ⭐⭐⭐⭐⭐

35
Comments 1
2 min read
Git Workflow with Agile Jira for Beginners 📘📖🖥️

Git Workflow with Agile Jira for Beginners 📘📖🖥️

9
Comments
3 min read
Rate limiting and Throttling - System Design (Explained)

Rate limiting and Throttling - System Design (Explained)

9
Comments
5 min read
API Rate Limiting in System Design for Beginners (Simple and Easy)

API Rate Limiting in System Design for Beginners (Simple and Easy)

9
Comments
3 min read
Laravel 8 - API Versioning ⭐⭐⭐⭐⭐

Laravel 8 - API Versioning ⭐⭐⭐⭐⭐

16
Comments 5
3 min read
SOLID Principles -Object Oriented Programming in PHP ⭐⭐⭐⭐⭐

SOLID Principles -Object Oriented Programming in PHP ⭐⭐⭐⭐⭐

20
Comments
6 min read
loading...