DEV Community

Programming

The magic behind computers. 💻 🪄

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
2 of 100 Projects: Create a Simple Yet Eye-Catching Web Page with CSS

2 of 100 Projects: Create a Simple Yet Eye-Catching Web Page with CSS

Comments
2 min read
'this' keyword, call(), apply() and bind() methods in JavaScript - simply explained

'this' keyword, call(), apply() and bind() methods in JavaScript - simply explained

Comments
4 min read
🛠️ Node.js Best Practices for Writing Clean and Scalable Code 🚀

🛠️ Node.js Best Practices for Writing Clean and Scalable Code 🚀

5
Comments 2
4 min read
Why PHP is the Go-To Language in 2024: Trends, Innovations, and Insights You Can't Miss!

Why PHP is the Go-To Language in 2024: Trends, Innovations, and Insights You Can't Miss!

15
Comments 5
22 min read
Mastering File Uploads and Downloads in .NET 8 Minimal APIs: A Comprehensive Guide

Mastering File Uploads and Downloads in .NET 8 Minimal APIs: A Comprehensive Guide

5
Comments
5 min read
Building Desktop Apps with Tauri

Building Desktop Apps with Tauri

Comments 1
2 min read
✅ .𝗡𝗘𝗧 𝟵 & 𝗖# 𝟭𝟯: 𝗡𝗲𝘄 𝗟𝗼𝗰𝗸 𝗢𝗯𝗷𝗲𝗰𝘁 𝗮𝗻𝗱 𝗞𝗲𝘆 𝗙𝗲𝗮𝘁𝘂𝗿𝗲𝘀

✅ .𝗡𝗘𝗧 𝟵 & 𝗖# 𝟭𝟯: 𝗡𝗲𝘄 𝗟𝗼𝗰𝗸 𝗢𝗯𝗷𝗲𝗰𝘁 𝗮𝗻𝗱 𝗞𝗲𝘆 𝗙𝗲𝗮𝘁𝘂𝗿𝗲𝘀

5
Comments
1 min read
Deep Dive into Go: Exploring 12 Advanced Features for Building High-Performance Concurrent Applications

Deep Dive into Go: Exploring 12 Advanced Features for Building High-Performance Concurrent Applications

9
Comments
5 min read
Java Inner Classes and Nested Classes

Java Inner Classes and Nested Classes

18
Comments 1
5 min read
Understanding Promises and Promise Chaining in JavaScript

Understanding Promises and Promise Chaining in JavaScript

Comments
3 min read
🚀 Butility – Your All-in-One Utility Library for Web Development

🚀 Butility – Your All-in-One Utility Library for Web Development

Comments
2 min read
Keeping My Dev Machine Clean with Docker

Keeping My Dev Machine Clean with Docker

18
Comments 7
4 min read
Dive into the World of Node.js with This Beginner-Friendly Course! 🚀

Dive into the World of Node.js with This Beginner-Friendly Course! 🚀

1
Comments
3 min read
What is the Principle of Least Privilege? A Comprehensive Guide

What is the Principle of Least Privilege? A Comprehensive Guide

8
Comments
3 min read
5 Boas Práticas que irão Melhorar seu Código em JavaScript

5 Boas Práticas que irão Melhorar seu Código em JavaScript

Comments
5 min read
Learning from 200+ LeetCode Problems: A Guide to Building Strong Problem-Solving Skills

Learning from 200+ LeetCode Problems: A Guide to Building Strong Problem-Solving Skills

Comments
3 min read
The 3 Laws of Writing Readable Code - A Guide to Clean Programming

The 3 Laws of Writing Readable Code - A Guide to Clean Programming

7
Comments
3 min read
Chicago Music Compass: From Paper to Production

Chicago Music Compass: From Paper to Production

Comments
4 min read
Data at Scale: Unlocking the Secrets of Hive and Cassandra in Distributed Systems

Data at Scale: Unlocking the Secrets of Hive and Cassandra in Distributed Systems

15
Comments
9 min read
Mastering Networking: A Comprehensive Collection of Free Online Tutorials

Mastering Networking: A Comprehensive Collection of Free Online Tutorials

Comments
4 min read
How to build a crashproof customer service agent in <80 lines with Swarm 💪🐝

How to build a crashproof customer service agent in <80 lines with Swarm 💪🐝

33
Comments 12
5 min read
A New Quiz is Out: Most Common HTML Tags Quiz

A New Quiz is Out: Most Common HTML Tags Quiz

Comments
1 min read
Top 10 Essential Books for Cracking Coding Interviews (Ranked from Beginner to Advanced)

Top 10 Essential Books for Cracking Coding Interviews (Ranked from Beginner to Advanced)

1
Comments 1
6 min read
JavaScript Quick Bits: Bad Comparisons

JavaScript Quick Bits: Bad Comparisons

1
Comments 1
2 min read
Tree Data Structure Questions for Data Structures and Algorithms

Tree Data Structure Questions for Data Structures and Algorithms

34
Comments 4
4 min read
Asyncio Events and Conditions: The Secret Life of Python's Traffic Signals

Asyncio Events and Conditions: The Secret Life of Python's Traffic Signals

1
Comments
3 min read
Generative AI in JavaScript? Microsoft’s GenAIScript, Svelte 5, Next.js 15 and more

Generative AI in JavaScript? Microsoft’s GenAIScript, Svelte 5, Next.js 15 and more

1
Comments
3 min read
Upcoming JavaScript Features: Simplifying Array Combinations with `Array.zip` and `Array.zipKeyed`

Upcoming JavaScript Features: Simplifying Array Combinations with `Array.zip` and `Array.zipKeyed`

10
Comments 3
3 min read
1277. Count Square Submatrices with All Ones

1277. Count Square Submatrices with All Ones

Comments
3 min read
Understanding JavaScript: Execution Context and the Single-Threaded Model

Understanding JavaScript: Execution Context and the Single-Threaded Model

1
Comments
3 min read
Book: The C Programming Language

Book: The C Programming Language

Comments
1 min read
The Importance of the Token Bucket Algorithm: Key Strategies and Best Practices for Businesses

The Importance of the Token Bucket Algorithm: Key Strategies and Best Practices for Businesses

Comments
5 min read
F1 Local Navigation + VFF

F1 Local Navigation + VFF

Comments
2 min read
Upcasting and Downcasting in Java: An Overview of Typecasting

Upcasting and Downcasting in Java: An Overview of Typecasting

27
Comments 6
7 min read
A Guide to Unsupervised Image Segmentation using Normalized Cuts (NCut) in Python

A Guide to Unsupervised Image Segmentation using Normalized Cuts (NCut) in Python

Comments
5 min read
My first issue on GitHub

My first issue on GitHub

Comments
1 min read
Let's Learn Promises in JavaScript! 🚀

Let's Learn Promises in JavaScript! 🚀

43
Comments 15
2 min read
Build a Secure Python Password Generator Using Secret Lib

Build a Secure Python Password Generator Using Secret Lib

6
Comments
3 min read
Understanding CSS Size Units: px, em, rem, %, and More

Understanding CSS Size Units: px, em, rem, %, and More

21
Comments 8
3 min read
EFCore Tutorial P9:Understanding and Implementing Value Objects

EFCore Tutorial P9:Understanding and Implementing Value Objects

Comments
5 min read
Building an AI Sticker Maker Platform with AI/ML API, Next.js, React, and Tailwind CSS using OpenAI GPT-4o and DALL·E 3 Models.

Building an AI Sticker Maker Platform with AI/ML API, Next.js, React, and Tailwind CSS using OpenAI GPT-4o and DALL·E 3 Models.

9
Comments 3
16 min read
The Evolution of Test Case Generators: Empowering Modern Software Development

The Evolution of Test Case Generators: Empowering Modern Software Development

Comments
5 min read
SwiftSupport

SwiftSupport

3
Comments
1 min read
Le boiler plate HTML

Le boiler plate HTML

Comments
3 min read
C# advanced: How to Use Tuples as Return Types

C# advanced: How to Use Tuples as Return Types

2
Comments
4 min read
Best Site for Beginner Developers

Best Site for Beginner Developers

Comments
1 min read
Mastering Scalability : A Comprehensive Guide to Techniques, Needs, and Implementation

Mastering Scalability : A Comprehensive Guide to Techniques, Needs, and Implementation

2
Comments
27 min read
🥇 Top 10 Node.js Libraries for Web Development 🚀

🥇 Top 10 Node.js Libraries for Web Development 🚀

1
Comments
4 min read
Stop Using MediaQuery.of! Try These 15 More Efficient Alternatives Instead

Stop Using MediaQuery.of! Try These 15 More Efficient Alternatives Instead

1
Comments
5 min read
Programación Orientada a Objetos... sin if's.

Programación Orientada a Objetos... sin if's.

Comments
4 min read
A Beginner's Guide to the CSS Box Model

A Beginner's Guide to the CSS Box Model

12
Comments 1
3 min read
Tools I Actually Pay For To Start Businesses

Tools I Actually Pay For To Start Businesses

9
Comments
1 min read
Getting Started with CI/CD: A Beginner's Guide to Automating Your First Pipeline (with Jenkins)

Getting Started with CI/CD: A Beginner's Guide to Automating Your First Pipeline (with Jenkins)

Comments
1 min read
Master 6 Powerful JavaScript Functions! 💻

Master 6 Powerful JavaScript Functions! 💻

105
Comments 11
2 min read
Perl Weekly #687 - On secrets

Perl Weekly #687 - On secrets

1
Comments
6 min read
The Future of Developers in the AI Era

The Future of Developers in the AI Era

7
Comments 4
5 min read
someone told me to write as I learn

someone told me to write as I learn

8
Comments 6
2 min read
Automating Code Quality: Git Hooks, Husky, and Lint-Staged for Streamlined Linting & Formatting

Automating Code Quality: Git Hooks, Husky, and Lint-Staged for Streamlined Linting & Formatting

5
Comments 2
5 min read
Cracking OOP in Java: A PIE You’ll Want a Slice Of

Cracking OOP in Java: A PIE You’ll Want a Slice Of

15
Comments
5 min read
5 Misconceptions about React Server Components

5 Misconceptions about React Server Components

1
Comments
7 min read
loading...