DEV Community

Programming

The magic behind computers. 💻 🪄

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Comment rendre les logs utiles ?

Comment rendre les logs utiles ?

Comments
3 min read
How to make logs useful?

How to make logs useful?

Comments
2 min read
Creating a Multilingual Expense Tracker with Tolgee

Creating a Multilingual Expense Tracker with Tolgee

16
Comments 2
2 min read
The 6 Best Free Tools for Testing Webhook and Callback URLs

The 6 Best Free Tools for Testing Webhook and Callback URLs

23
Comments 1
4 min read
if and else C++

if and else C++

1
Comments
1 min read
Call, Apply & Bind Methods — Javascript

Call, Apply & Bind Methods — Javascript

3
Comments
2 min read
Docker Volumes: Mastering Persistent Storage in Containers

Docker Volumes: Mastering Persistent Storage in Containers

1
Comments
6 min read
The Power Pair: ESLint and Prettier—Masters of Quality and Style!✅🎨

The Power Pair: ESLint and Prettier—Masters of Quality and Style!✅🎨

1
Comments
4 min read
Who is a Hacker?

Who is a Hacker?

7
Comments
8 min read
Building a Real-Time Object Detection Application with YOLO

Building a Real-Time Object Detection Application with YOLO

196
Comments 10
4 min read
Five cool JavaScript tricks

Five cool JavaScript tricks

Comments
2 min read
The Basics of Rate Limiting: How It Works and How to Use It

The Basics of Rate Limiting: How It Works and How to Use It

1
Comments 2
7 min read
🚀 How a Program Executes: From C# Compiler to CPU Execution 🖥️

🚀 How a Program Executes: From C# Compiler to CPU Execution 🖥️

1
Comments
1 min read
Building a High-Performance Full-Text Search Engine in Go

Building a High-Performance Full-Text Search Engine in Go

12
Comments
10 min read
React Fatigue: Why Some Devs Are Moving On

React Fatigue: Why Some Devs Are Moving On

1
Comments
3 min read
Internal Working Of Python

Internal Working Of Python

1
Comments
7 min read
10 JavaScript Tricks Every Developer Must Know 🚀

10 JavaScript Tricks Every Developer Must Know 🚀

1
Comments 2
2 min read
Dive into the Fascinating World of Hibernate with this Beginner-Friendly Tutorial! 🤩

Dive into the Fascinating World of Hibernate with this Beginner-Friendly Tutorial! 🤩

Comments
3 min read
Dive into Programming: A Comprehensive Collection of Free Online Courses 🚀

Dive into Programming: A Comprehensive Collection of Free Online Courses 🚀

1
Comments
3 min read
what is docker? How is it designed?

what is docker? How is it designed?

2
Comments
6 min read
Mapping inheritance hierarchies with MapStruct

Mapping inheritance hierarchies with MapStruct

Comments
6 min read
How to Build an Icon Library with TypeScript, Tsup, and SVGR

How to Build an Icon Library with TypeScript, Tsup, and SVGR

5
Comments 1
5 min read
Understanding SOLID Principles in Software Design

Understanding SOLID Principles in Software Design

121
Comments 9
4 min read
Crocheting x Programming

Crocheting x Programming

1
Comments
2 min read
27.09.2024 Python day 2/100

27.09.2024 Python day 2/100

Comments
1 min read
One must imagine Sisyphus writing a new JS framework

One must imagine Sisyphus writing a new JS framework

Comments
5 min read
10 Best Free AI Tools for Developers 2024

10 Best Free AI Tools for Developers 2024

11
Comments 2
9 min read
Code Smell 277 - UPPERCASE Acronyms

Code Smell 277 - UPPERCASE Acronyms

3
Comments 4
7 min read
Polymorphism: Decoding Method Overloading in Java

Polymorphism: Decoding Method Overloading in Java

9
Comments 2
4 min read
Study Buddy

Study Buddy

Comments
1 min read
⭐ Javascript buenas prácticas: Alejando los olores raros de tu código

⭐ Javascript buenas prácticas: Alejando los olores raros de tu código

Comments
7 min read
Coding Tips😂

Coding Tips😂

Comments
1 min read
Things every programmer should have in their Mind Configuration

Things every programmer should have in their Mind Configuration

Comments 1
2 min read
A Comprehensive Guide to Programming Mastery

A Comprehensive Guide to Programming Mastery

Comments
2 min read
Why Go is Popular Right Now and Why I Started Learning Go as a Node.js Developer

Why Go is Popular Right Now and Why I Started Learning Go as a Node.js Developer

132
Comments 25
5 min read
BashBlaze Day 2: Directory Backup with Rotation (Part-2)

BashBlaze Day 2: Directory Backup with Rotation (Part-2)

1
Comments
3 min read
Should You Even Put Your Simple Projects on GitHub?

Should You Even Put Your Simple Projects on GitHub?

4
Comments
1 min read
Top 3 JavaScript Tricks Every Developer Should Know

Top 3 JavaScript Tricks Every Developer Should Know

Comments
3 min read
My Experience with the OSS.GG Hackathon: Diving into Open Source with Twenty, Unkey, and Formbricks

My Experience with the OSS.GG Hackathon: Diving into Open Source with Twenty, Unkey, and Formbricks

5
Comments 1
5 min read
Deno vs Node: The Next Evolution of JavaScript, But Are We Ready?

Deno vs Node: The Next Evolution of JavaScript, But Are We Ready?

6
Comments
5 min read
Scopes and Hoisting in JavaScript - Comprehensively Explained

Scopes and Hoisting in JavaScript - Comprehensively Explained

Comments 2
3 min read
Insights from building my portfolio with Astro

Insights from building my portfolio with Astro

5
Comments
7 min read
10 PHP Code Snippets Every Developer Should Keep Handy

10 PHP Code Snippets Every Developer Should Keep Handy

3
Comments 2
3 min read
Why SCSS is Better for Writing CSS

Why SCSS is Better for Writing CSS

Comments 2
2 min read
Advanced JavaScript Game Development Techniques for Modern Game Devs

Advanced JavaScript Game Development Techniques for Modern Game Devs

10
Comments 6
3 min read
2463. Minimum Total Distance Traveled

2463. Minimum Total Distance Traveled

1
Comments
5 min read
Ng-News 24/43: Angular's Future Authoring Format

Ng-News 24/43: Angular's Future Authoring Format

5
Comments 1
2 min read
c# advance:Exploring Type Patterns in C#

c# advance:Exploring Type Patterns in C#

4
Comments
4 min read
An end to magical madness

An end to magical madness

7
Comments 3
3 min read
Unlocking the Secrets of Digital Decisions: A Beginner’s Guide to Logic Gates

Unlocking the Secrets of Digital Decisions: A Beginner’s Guide to Logic Gates

5
Comments
4 min read
React "State" for Beginners

React "State" for Beginners

Comments
4 min read
Parsing XML

Parsing XML

Comments
3 min read
Mastering Programming Language Fundamentals: Dive into the Principles, Compilers, and Regex Wonders

Mastering Programming Language Fundamentals: Dive into the Principles, Compilers, and Regex Wonders

Comments
3 min read
c# clean code: Writing Efficient LINQ Queries

c# clean code: Writing Efficient LINQ Queries

2
Comments
2 min read
When to use if-else, switch-case, or functions like Array.prototype.includes() or Array.prototype.find()

When to use if-else, switch-case, or functions like Array.prototype.includes() or Array.prototype.find()

Comments
2 min read
Exciting Updates Coming in Apache SeaTunnel 2.3.8

Exciting Updates Coming in Apache SeaTunnel 2.3.8

Comments
4 min read
The Horrors of AI (Halloween Edition 🎃)

The Horrors of AI (Halloween Edition 🎃)

1
Comments 1
6 min read
12 Steps to Organize and Maintain Your Python Codebase for Beginners

12 Steps to Organize and Maintain Your Python Codebase for Beginners

11
Comments 3
17 min read
Basic Authentication Middleware for Iris

Basic Authentication Middleware for Iris

Comments
4 min read
20 Powerful Techniques for Writing Efficient and Readable Python Code

20 Powerful Techniques for Writing Efficient and Readable Python Code

3
Comments
4 min read
loading...