DEV Community

Programming

The magic behind computers. 💻 🪄

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Microfrontends a Developer's Guide: The Challenges of Monolithic Frontends

Microfrontends a Developer's Guide: The Challenges of Monolithic Frontends

5
Comments 1
4 min read
Dive into Data Structures and Algorithms: Unlock Your Coding Potential 🔑

Dive into Data Structures and Algorithms: Unlock Your Coding Potential 🔑

Comments
4 min read
C# <-> JSON|XML

C# <-> JSON|XML

Comments
5 min read
Building a Simple TCP Server in C

Building a Simple TCP Server in C

3
Comments
4 min read
Introducing Torpedo: A Golang Framework Born Out of Frustration with Messy Codebases

Introducing Torpedo: A Golang Framework Born Out of Frustration with Messy Codebases

1
Comments
3 min read
🤓 Top 12 Open Source Repositories to Watch in 2025 to Become the Ultimate Developer

🤓 Top 12 Open Source Repositories to Watch in 2025 to Become the Ultimate Developer

479
Comments 35
6 min read
Creating Your First Project with Torpedo: A Step-by-Step Guide

Creating Your First Project with Torpedo: A Step-by-Step Guide

1
Comments
5 min read
No more Try/Catch: a better way to handle errors in TypeScript

No more Try/Catch: a better way to handle errors in TypeScript

288
Comments 41
2 min read
Mastering Dependency Injection in .NET 8: Best Practices and Proven Patterns for Cleaner Code

Mastering Dependency Injection in .NET 8: Best Practices and Proven Patterns for Cleaner Code

1
Comments
2 min read
Mastering Closures in JavaScript: A Complete Guide with Examples

Mastering Closures in JavaScript: A Complete Guide with Examples

2
Comments 3
4 min read
Linux Terminal for Beginners - Mastering File Manipulation

Linux Terminal for Beginners - Mastering File Manipulation

Comments
8 min read
Build a TODO Application With React and Vite.

Build a TODO Application With React and Vite.

3
Comments
3 min read
Local Workflow: Orchestrating Data Ingestion into Airtable

Local Workflow: Orchestrating Data Ingestion into Airtable

1
Comments
9 min read
10 Tips to Code Faster - Guaranteed Without AI ! 🚀

10 Tips to Code Faster - Guaranteed Without AI ! 🚀

1
Comments
4 min read
Introduction to Shell Scripting: A Beginner’s Guide

Introduction to Shell Scripting: A Beginner’s Guide

Comments
4 min read
The Role of AI in Cloud Cost Optimization

The Role of AI in Cloud Cost Optimization

Comments
4 min read
A look into the new module in Python 3.13.0 - dbm.sqlite3

A look into the new module in Python 3.13.0 - dbm.sqlite3

Comments
2 min read
Evaluating JavaScript code in the browser

Evaluating JavaScript code in the browser

Comments
1 min read
Step-by-Step Guide to Using React Components as Props Like a Pro

Step-by-Step Guide to Using React Components as Props Like a Pro

Comments
4 min read
Symfony Station Communiqué — 11 October 2024. A look at Symfony, Drupal, PHP, and Programming News!

Symfony Station Communiqué — 11 October 2024. A look at Symfony, Drupal, PHP, and Programming News!

2
Comments
7 min read
What is AI and How Does It Work? A Beginner’s Guide

What is AI and How Does It Work? A Beginner’s Guide

Comments
13 min read
🎉 Dive into Python 3.13: New Features, JIT Compiler, Free threading & Installation Guide! 🎉

🎉 Dive into Python 3.13: New Features, JIT Compiler, Free threading & Installation Guide! 🎉

1
Comments
2 min read
Understanding the HTTP 500 Internal Server Error: Causes, Solutions, and Prevention

Understanding the HTTP 500 Internal Server Error: Causes, Solutions, and Prevention

Comments 1
5 min read
A Deep Dive into Open-Source Frontend Testing Frameworks

A Deep Dive into Open-Source Frontend Testing Frameworks

2
Comments
5 min read
Undetectable Backdoors in Outsourced Machine Learning Models: A Theoretical Vulnerability

Undetectable Backdoors in Outsourced Machine Learning Models: A Theoretical Vulnerability

1
Comments
1 min read
BigTech's New Privacy Nightmare Tool Is Called Recall

BigTech's New Privacy Nightmare Tool Is Called Recall

1
Comments
7 min read
Understanding the HTTP 422 Unprocessable Entity Error: Causes, Solutions, and Prevention

Understanding the HTTP 422 Unprocessable Entity Error: Causes, Solutions, and Prevention

2
Comments
5 min read
Migrating from VSCode to Neovim: A Journey of Learning, Confusion, and Triumph! 🚀

Migrating from VSCode to Neovim: A Journey of Learning, Confusion, and Triumph! 🚀

14
Comments 8
6 min read
Code Smell 281 - Hashes

Code Smell 281 - Hashes

Comments 1
7 min read
Software Acceptance Testing: A Complete Guide

Software Acceptance Testing: A Complete Guide

Comments
5 min read
Wiremock - Simulando APIs Usando Mocks

Wiremock - Simulando APIs Usando Mocks

5
Comments 4
8 min read
Understanding Asynchronous Programming: A 1-Minute Guide

Understanding Asynchronous Programming: A 1-Minute Guide

1
Comments 1
1 min read
Learn HTML5 Canvas API In 30 Minutes: The Ultimate Guide

Learn HTML5 Canvas API In 30 Minutes: The Ultimate Guide

Comments
3 min read
Move hardcoded secrets to a Secrets Manager

Move hardcoded secrets to a Secrets Manager

1
Comments
2 min read
Explorando o Apache Lucene com Python: Compreendendo os Mecanismos de Busca

Explorando o Apache Lucene com Python: Compreendendo os Mecanismos de Busca

Comments
2 min read
StringBuilder vs StringBuffer in Java

StringBuilder vs StringBuffer in Java

16
Comments 2
3 min read
Dive into the Cutting Edge of Computer Vision with this Comprehensive Course 🚀

Dive into the Cutting Edge of Computer Vision with this Comprehensive Course 🚀

Comments
3 min read
Top 10 AI Tools for Developers in 2024

Top 10 AI Tools for Developers in 2024

16
Comments 3
3 min read
Go for DevOps: From scratch to Hero Guide 🚀

Go for DevOps: From scratch to Hero Guide 🚀

55
Comments 5
4 min read
Why you should learn TypeScript and ditch JavaScript? TypeScript vs JavaScript

Why you should learn TypeScript and ditch JavaScript? TypeScript vs JavaScript

4
Comments
9 min read
Explorando Promises: .all vs .allSettled / .race vs .any

Explorando Promises: .all vs .allSettled / .race vs .any

6
Comments
4 min read
A teoria das restrições

A teoria das restrições

2
Comments
5 min read
The Origin and factors for the birth of Assembly language

The Origin and factors for the birth of Assembly language

1
Comments
3 min read
What is WebRTC and How Does It Work?

What is WebRTC and How Does It Work?

Comments
3 min read
Web UX: Show meaningful errors to the users

Web UX: Show meaningful errors to the users

Comments
2 min read
How to Test Cron Jobs: A Complete Guide

How to Test Cron Jobs: A Complete Guide

Comments
5 min read
A Comprehensive Guide to Database Design and Management 🗂️

A Comprehensive Guide to Database Design and Management 🗂️

Comments
3 min read
Say Goodbye to Unnecessary Re-Renders with React Memo: Step-by-Step Tutorial

Say Goodbye to Unnecessary Re-Renders with React Memo: Step-by-Step Tutorial

2
Comments
4 min read
A path to paths

A path to paths

11
Comments
5 min read
The Useless Type Array Sorter in Typescript

The Useless Type Array Sorter in Typescript

2
Comments
8 min read
Method References :: in Java

Method References :: in Java

35
Comments 1
5 min read
A beginner's guide to the Stable-Diffusion-V1-4 model by Compvis on Huggingface

A beginner's guide to the Stable-Diffusion-V1-4 model by Compvis on Huggingface

1
Comments
1 min read
The Beginner's Guide to Understanding Web3

The Beginner's Guide to Understanding Web3

1
Comments
4 min read
MongoDB Indexes: The Superpower to Speed Up Your Queries ⚡

MongoDB Indexes: The Superpower to Speed Up Your Queries ⚡

12
Comments
4 min read
2601. Prime Subtraction Operation

2601. Prime Subtraction Operation

3
Comments
3 min read
Leetcode Journey Started

Leetcode Journey Started

Comments
1 min read
JUnit vs TestNG: A Comprehensive Comparison

JUnit vs TestNG: A Comprehensive Comparison

Comments
5 min read
Dive into Node.js: A Collection of Free Programming Tutorials

Dive into Node.js: A Collection of Free Programming Tutorials

Comments
4 min read
1963. Minimum Number of Swaps to Make the String Balanced

1963. Minimum Number of Swaps to Make the String Balanced

Comments
3 min read
1963. Minimum Number of Swaps to Make the String Balanced

1963. Minimum Number of Swaps to Make the String Balanced

Comments
3 min read
loading...