DEV Community

Programming

The magic behind computers. 💻 🪄

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
CodeQL: The GitHub SAST tool to sniff vulnerabilities in your code.

CodeQL: The GitHub SAST tool to sniff vulnerabilities in your code.

Comments
4 min read
__init__ Vs __new__ - When to Use and How

__init__ Vs __new__ - When to Use and How

16
Comments
7 min read
Throttling and Debouncing - Explained

Throttling and Debouncing - Explained

15
Comments 1
3 min read
Master the Art of Clean Code: A practical approach

Master the Art of Clean Code: A practical approach

5
Comments
4 min read
Stop using JavaScript for everything!

Stop using JavaScript for everything!

25
Comments 22
2 min read
Learn How to Upload Files to Google Cloud Storage Bucket with Nextjs

Learn How to Upload Files to Google Cloud Storage Bucket with Nextjs

8
Comments 3
3 min read
Better conditions: Invert your conditionals to beautify code

Better conditions: Invert your conditionals to beautify code

2
Comments
1 min read
Different Ways To Use Comparator Interface in Java

Different Ways To Use Comparator Interface in Java

Comments
3 min read
Laravel Sushi…

Laravel Sushi…

1
Comments
3 min read
AI Code Completion for Developers

AI Code Completion for Developers

Comments
2 min read
React Custom Hook: useDebugInformation

React Custom Hook: useDebugInformation

9
Comments
2 min read
What's Fresh in ECMAScript 2023 (ES14): A Closer Look

What's Fresh in ECMAScript 2023 (ES14): A Closer Look

14
Comments
2 min read
Unravelling Java Frameworks and the Reflection API: A Glimpse into the Magic

Unravelling Java Frameworks and the Reflection API: A Glimpse into the Magic

9
Comments
2 min read
Supercharge Your Flutter Workflow Using 7 Pro Tools 🚀

Supercharge Your Flutter Workflow Using 7 Pro Tools 🚀

15
Comments 1
3 min read
Learn to Protect Passwords with Bcrypt Hash in a Few Minutes

Learn to Protect Passwords with Bcrypt Hash in a Few Minutes

16
Comments 4
4 min read
No Framework - Eps#1: I am Bored!

No Framework - Eps#1: I am Bored!

4
Comments
3 min read
Engenharia de Software #02 - SOLID 101

Engenharia de Software #02 - SOLID 101

7
Comments
10 min read
React Custom Hook: useDebounce

React Custom Hook: useDebounce

14
Comments 2
2 min read
PyScript: Python in the Browser

PyScript: Python in the Browser

15
Comments 2
6 min read
How to build a URL Shortener with Go

How to build a URL Shortener with Go

15
Comments 6
5 min read
Python: Public, Protected & Private Access Modifiers - Explained With Examples

Python: Public, Protected & Private Access Modifiers - Explained With Examples

1
Comments
6 min read
🔍 Demystifying the No-Args Constructor in JPA Entity: Unveiling the Magic! 🔍

🔍 Demystifying the No-Args Constructor in JPA Entity: Unveiling the Magic! 🔍

11
Comments
3 min read
"Мобильная" разработка. [Как работает интернет и схема работы клиент-серверных приложений]

"Мобильная" разработка. [Как работает интернет и схема работы клиент-серверных приложений]

4
Comments
1 min read
React Custom Hook: useDarkMode

React Custom Hook: useDarkMode

14
Comments 4
2 min read
How to Dockerize your Application

How to Dockerize your Application

7
Comments 3
9 min read
convert HTML string to HTML in React (all advance methods)

convert HTML string to HTML in React (all advance methods)

9
Comments
2 min read
Remote Work 2.0: The Tools, Trends, and Challenges of the Post-Pandemic Work Era

Remote Work 2.0: The Tools, Trends, and Challenges of the Post-Pandemic Work Era

14
Comments 1
6 min read
Wing - Programming Language for the Cloud

Wing - Programming Language for the Cloud

2
Comments
5 min read
What is SQL?: A Detailed Guide with Examples

What is SQL?: A Detailed Guide with Examples

16
Comments 6
4 min read
Navigating the Unknown: The Hidden Worlds Behind a Simple Press of "Enter"

Navigating the Unknown: The Hidden Worlds Behind a Simple Press of "Enter"

20
Comments 1
3 min read
Backup Strategies: Preserving Data Integrity and Resilience with Regular Backups

Backup Strategies: Preserving Data Integrity and Resilience with Regular Backups

15
Comments 1
6 min read
Differentiating Zustand and Redux

Differentiating Zustand and Redux

44
Comments 7
3 min read
Anyone else get bored of coding? How do you stay excited?

Anyone else get bored of coding? How do you stay excited?

15
Comments 16
1 min read
Sigils (Part 1 of 2)

Sigils (Part 1 of 2)

3
Comments
5 min read
LeetCode, Hard, last two problems: 2809. Min Time to Make Array Sum At Most x & 2813. Max Elegance of a K-Length Subseq.

LeetCode, Hard, last two problems: 2809. Min Time to Make Array Sum At Most x & 2813. Max Elegance of a K-Length Subseq.

7
Comments 2
4 min read
State Management with RxJS and React

State Management with RxJS and React

41
Comments 4
4 min read
Learning Rust 🦀: 09 - Ownership: The Slice type

Learning Rust 🦀: 09 - Ownership: The Slice type

11
Comments 3
5 min read
Method Madness: Cast Your Vote

Method Madness: Cast Your Vote

5
Comments
1 min read
Understanding Python’s Global Interpreter Lock (GIL) Mechanism: Benefits and Limitations

Understanding Python’s Global Interpreter Lock (GIL) Mechanism: Benefits and Limitations

2
Comments
3 min read
Introduction To Python!

Introduction To Python!

3
Comments 2
3 min read
Creating A Maven Plugin

Creating A Maven Plugin

Comments 2
4 min read
How use iota in Golang

How use iota in Golang

3
Comments
3 min read
Writing a Transmission Control Protocol stack in Python

Writing a Transmission Control Protocol stack in Python

5
Comments
4 min read
Scope in JavaScript: A Comprehensive Guide

Scope in JavaScript: A Comprehensive Guide

5
Comments
3 min read
How to Write Quality Code: A Developer's Guide.

How to Write Quality Code: A Developer's Guide.

11
Comments
3 min read
UpendoDNN Generator 1.9.2 for DNN Extension Development

UpendoDNN Generator 1.9.2 for DNN Extension Development

Comments
5 min read
Automating Fonts Previews with Python and Pillow

Automating Fonts Previews with Python and Pillow

11
Comments
2 min read
2023 State of Python Implementations

2023 State of Python Implementations

3
Comments
8 min read
Python 101: A beginner's guide.

Python 101: A beginner's guide.

2
Comments
9 min read
Mastering Variables and Data Types in Python

Mastering Variables and Data Types in Python

4
Comments
7 min read
What is NOT business logic?

What is NOT business logic?

2
Comments
4 min read
createFactory in React. 🏭 important function in React

createFactory in React. 🏭 important function in React

14
Comments
2 min read
Demystifying Data Structures and Algorithms: An in-depth analysis

Demystifying Data Structures and Algorithms: An in-depth analysis

Comments
3 min read
Mastering Spring Data — A Step-by-Step Plan with free course Links

Mastering Spring Data — A Step-by-Step Plan with free course Links

7
Comments
4 min read
Learning To Code Before Joining A Coding Bootcamp

Learning To Code Before Joining A Coding Bootcamp

Comments
3 min read
Channels in Go

Channels in Go

8
Comments 1
3 min read
Converting An Image File Into PDF Using Python

Converting An Image File Into PDF Using Python

9
Comments 2
2 min read
Introduction To Python Programming - part 3

Introduction To Python Programming - part 3

10
Comments
6 min read
The Magic of Closures in JavaScript for Beginners

The Magic of Closures in JavaScript for Beginners

6
Comments 1
5 min read
Day3-Reflection

Day3-Reflection

Comments
1 min read
loading...