DEV Community

# advanced

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Is server side rendering always good?

Is server side rendering always good?

13
Comments
4 min read
Delving into the Black Magic of GraphQL DataLoader! 🌌✨

Delving into the Black Magic of GraphQL DataLoader! 🌌✨

Comments
4 min read
Exploring Dynamic Method Injection in Swift

Exploring Dynamic Method Injection in Swift

1
Comments
2 min read
Advanced Scripting Techniques in Linux Shell Scripting

Advanced Scripting Techniques in Linux Shell Scripting

56
Comments 15
3 min read
Serving Tasks Efficiently: Understanding P-Limit In Javascript

Serving Tasks Efficiently: Understanding P-Limit In Javascript

Comments
4 min read
The Ultimate Guide to MySQL COLLATE: Decoding Modifiers, Combinations, and Real-world Applications

The Ultimate Guide to MySQL COLLATE: Decoding Modifiers, Combinations, and Real-world Applications

5
Comments
4 min read
Mastering useEffect: Rules, Best Practices, and Pitfalls

Mastering useEffect: Rules, Best Practices, and Pitfalls

3
Comments
2 min read
Comprehensive Guide to Infrastructure Continuous Integration and Continuous Deployment with Terraform and GitLab CI/CD

Comprehensive Guide to Infrastructure Continuous Integration and Continuous Deployment with Terraform and GitLab CI/CD

Comments
8 min read
Python Decorators

Python Decorators

6
Comments
4 min read
Power of Generics

Power of Generics

Comments
2 min read
30 Days of Rust - Day 27

30 Days of Rust - Day 27

1
Comments
6 min read
TypeScript Runtime Type Checking

TypeScript Runtime Type Checking

13
Comments
4 min read
Rust’s Ownership System: Memory Safety Without Garbage Collection

Rust’s Ownership System: Memory Safety Without Garbage Collection

1
Comments
3 min read
“Discover Sentry Cron: The Next Generation Tool for Effective Cron Job Monitoring and…

“Discover Sentry Cron: The Next Generation Tool for Effective Cron Job Monitoring and…

Comments
5 min read
How To Use Mod_Rewrite To Remove Your (.PHP) Extension From Your Work

How To Use Mod_Rewrite To Remove Your (.PHP) Extension From Your Work

6
Comments
4 min read
Python context managers are powerful

Python context managers are powerful

Comments
9 min read
Concurrency In Python Made Simple:

Concurrency In Python Made Simple:

1
Comments
15 min read
Scrolling of arbitrarily large data

Scrolling of arbitrarily large data

Comments
11 min read
Conditional Wrapping in React - An Advanced Approach (HOCs & Hooks)

Conditional Wrapping in React - An Advanced Approach (HOCs & Hooks)

16
Comments 7
4 min read
Few Tips For Optimizing Your Django Query

Few Tips For Optimizing Your Django Query

6
Comments
4 min read
Pure GraphQL OAuth

Pure GraphQL OAuth

4
Comments
28 min read
Type-safe environment variables on both client and server with Remix

Type-safe environment variables on both client and server with Remix

26
Comments 6
6 min read
Javascript: Minification vs Obfuscation

Javascript: Minification vs Obfuscation

9
Comments
1 min read
How to Rename a Django App

How to Rename a Django App

2
Comments
3 min read
Satan's Pissbucket - A React Anti Pattern and its Remedy

Satan's Pissbucket - A React Anti Pattern and its Remedy

4
Comments
5 min read
Introducing v-memo a new directive to improve your Vue 3 app performance

Introducing v-memo a new directive to improve your Vue 3 app performance

5
Comments
6 min read
Let's talk about burnout

Let's talk about burnout

5
Comments
3 min read
My Good Friend Flexbox

My Good Friend Flexbox

1
Comments
6 min read
Deriving types from other types in TypeScript — unions and interfaces

Deriving types from other types in TypeScript — unions and interfaces

6
Comments
6 min read
How I Integrated Zapier into my Django Project

How I Integrated Zapier into my Django Project

7
Comments
7 min read
All you need to know about React 18

All you need to know about React 18

30
Comments 4
3 min read
Javascript puzzle - seal the secret

Javascript puzzle - seal the secret

7
Comments 5
1 min read
Couple of custom written prototype methods for TypedArrays in JavaScript

Couple of custom written prototype methods for TypedArrays in JavaScript

5
Comments 2
2 min read
Desmistificando roteirizaçþes com Python

Desmistificando roteirizaçþes com Python

8
Comments 1
10 min read
7- What makes SOLID principles special? Are there any other software development principles? What are they?

7- What makes SOLID principles special? Are there any other software development principles? What are they?

9
Comments
5 min read
2- Why/How to write "Comment"? What is Clean Code?

2- Why/How to write "Comment"? What is Clean Code?

5
Comments 4
7 min read
modal.open() - Imperative Component API in React

modal.open() - Imperative Component API in React

10
Comments 1
5 min read
React Dark Magic - Devour your Children

React Dark Magic - Devour your Children

6
Comments
6 min read
17 Django Project Ideas that can Make a Positive Impact around You

17 Django Project Ideas that can Make a Positive Impact around You

14
Comments
5 min read
Chem.py

Chem.py

3
Comments
1 min read
3 TypeScript Tricks I wish I knew when I learned TypeScript

3 TypeScript Tricks I wish I knew when I learned TypeScript

130
Comments 8
5 min read
The pragmatic programmer book tips (Part 2)

The pragmatic programmer book tips (Part 2)

5
Comments
3 min read
The pragmatic programmer book tips (Part 1)

The pragmatic programmer book tips (Part 1)

3
Comments
2 min read
A Concise Pattern for Container-and-Content Elements in React

A Concise Pattern for Container-and-Content Elements in React

4
Comments
5 min read
React controlled props pattern

React controlled props pattern

9
Comments
3 min read
Express Middlewares and Higher Order Functions, part 2

Express Middlewares and Higher Order Functions, part 2

6
Comments
4 min read
Express middlewares and Higher Order Functions

Express middlewares and Higher Order Functions

6
Comments
2 min read
Express routes with Builder pattern

Express routes with Builder pattern

6
Comments
1 min read
Routes in Express

Routes in Express

6
Comments
2 min read
How useRef turned out to be useMemo's father

How useRef turned out to be useMemo's father

6
Comments
2 min read
Guest Post: Django Crispy Forms Advanced Usage Example

Guest Post: Django Crispy Forms Advanced Usage Example

11
Comments 1
9 min read
Introduction to Dependency Injection in Python

Introduction to Dependency Injection in Python

8
Comments
4 min read
Free up disk space by running these docker commands

Free up disk space by running these docker commands

22
Comments 1
1 min read
Advanced search on Twitter

Advanced search on Twitter

4
Comments
2 min read
Trouble with useEffect running every render? `useEffectRef` to the rescue!

Trouble with useEffect running every render? `useEffectRef` to the rescue!

9
Comments 6
3 min read
|| and && are not "logical operators" in JavaScript

|| and && are not "logical operators" in JavaScript

8
Comments 4
2 min read
How to deep merge in Typescript

How to deep merge in Typescript

86
Comments 11
7 min read
Understanding Advanced Concepts in Typescript

Understanding Advanced Concepts in Typescript

107
Comments 1
9 min read
Under the hood : Python Dictionary

Under the hood : Python Dictionary

8
Comments
3 min read
Javascript - Entendendo Generators em 3 Minutos

Javascript - Entendendo Generators em 3 Minutos

10
Comments 2
3 min read
loading...