DEV Community

Programming

The magic behind computers. 💻 🪄

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
How to get started with "Regular Expressions" in Python

How to get started with "Regular Expressions" in Python

1
Comments
3 min read
Coding vs Programming: Let's Clear the Confusion

Coding vs Programming: Let's Clear the Confusion

Comments
2 min read
Rolling Hash Function

Rolling Hash Function

Comments
2 min read
How to build an API using Go

How to build an API using Go

27
Comments 2
14 min read
Selecting the Right Dependencies: A Comprehensive Practical Guide

Selecting the Right Dependencies: A Comprehensive Practical Guide

3
Comments
5 min read
From Functional to Class: a look at SOLID coding

From Functional to Class: a look at SOLID coding

1
Comments
3 min read
Demystifying Decorators in Python: A Powerful Tool for Function Manipulation

Demystifying Decorators in Python: A Powerful Tool for Function Manipulation

Comments 2
2 min read
Javascript Object #10

Javascript Object #10

22
Comments 2
3 min read
Implementando o padrão Specification no Node.js com TypeScript

Implementando o padrão Specification no Node.js com TypeScript

1
Comments
4 min read
Type Operators (keyof and typeof) in TypeScript

Type Operators (keyof and typeof) in TypeScript

1
Comments
3 min read
How to Create User Interfaces from React Components: A Comprehensive Guide

How to Create User Interfaces from React Components: A Comprehensive Guide

2
Comments
3 min read
Queue - DSA | Part 6 |

Queue - DSA | Part 6 |

Comments 2
2 min read
Custom Data Attributes in HTML: A Guide to `data-*`

Custom Data Attributes in HTML: A Guide to `data-*`

8
Comments
3 min read
While loop

While loop

6
Comments
1 min read
How to build a personal brand as a software engineer

How to build a personal brand as a software engineer

25
Comments 1
10 min read
Encapsulation Explained using JavaScript

Encapsulation Explained using JavaScript

8
Comments 8
3 min read
Design pattern (part 2): Creational patterns

Design pattern (part 2): Creational patterns

Comments
7 min read
Automatically generate interactive sequence diagrams of your Java code's runtime behavior

Automatically generate interactive sequence diagrams of your Java code's runtime behavior

66
Comments 2
3 min read
API Rate Limiting Cheat Sheet

API Rate Limiting Cheat Sheet

7
Comments 3
5 min read
Creating your own ExpressJS from scratch (Part 3) - Handling Request and Response objects

Creating your own ExpressJS from scratch (Part 3) - Handling Request and Response objects

2
Comments 1
3 min read
Must do pattern questions :Part-2 [ Javascript]

Must do pattern questions :Part-2 [ Javascript]

24
Comments 4
2 min read
How to read and write Sequential data gracefully in python

How to read and write Sequential data gracefully in python

Comments
4 min read
Understand the Asynchronous JavaScript: Callbacks, Promises, and Async/Await

Understand the Asynchronous JavaScript: Callbacks, Promises, and Async/Await

5
Comments
24 min read
LeetCode - Bitwise AND of Numbers Range

LeetCode - Bitwise AND of Numbers Range

Comments
4 min read
Javascript Object #11

Javascript Object #11

6
Comments
2 min read
Assertions In Dart And Flutter Tests: An Ultimate Cheat Sheet

Assertions In Dart And Flutter Tests: An Ultimate Cheat Sheet

Comments
1 min read
Best Practices for Debugging Node.js Applications

Best Practices for Debugging Node.js Applications

1
Comments
2 min read
Understanding Closures in JavaScript

Understanding Closures in JavaScript

Comments
2 min read
Redis + 🐂 Bull = Easy Background Jobs in nodeJs

Redis + 🐂 Bull = Easy Background Jobs in nodeJs

1
Comments
2 min read
DX: setter, wither and mutants

DX: setter, wither and mutants

1
Comments
6 min read
Join Celebrations! Appwrite 1.3 Ships Relationships

Join Celebrations! Appwrite 1.3 Ships Relationships

65
Comments 9
7 min read
Understanding Assembly in .NET: An In-Depth Guide from A to Z

Understanding Assembly in .NET: An In-Depth Guide from A to Z

22
Comments
7 min read
(Latest 2023) Step By Step Quick Guide: How to Create an Ecommerce App?

(Latest 2023) Step By Step Quick Guide: How to Create an Ecommerce App?

9
Comments 2
7 min read
Streaming Webcam To RTMP Using GStreamer

Streaming Webcam To RTMP Using GStreamer

2
Comments 1
3 min read
Are you using VS Code Shortcuts?

Are you using VS Code Shortcuts?

4
Comments
3 min read
Open Source to Break the Routine 💡

Open Source to Break the Routine 💡

2
Comments
2 min read
Awesome VS Code Extensions for 2023

Awesome VS Code Extensions for 2023

73
Comments 20
4 min read
Conditional Statements in JavaScript: Switch

Conditional Statements in JavaScript: Switch

3
Comments
2 min read
Laravel Best Practices

Laravel Best Practices

12
Comments
8 min read
New Operators to Query Documents More Efficiently

New Operators to Query Documents More Efficiently

62
Comments 1
2 min read
Haskell/GHC refuses to compile ugly code

Haskell/GHC refuses to compile ugly code

4
Comments 4
5 min read
TIL beginner Javascript

TIL beginner Javascript

2
Comments
1 min read
Angular: The Framework of Past, Present, and Future

Angular: The Framework of Past, Present, and Future

77
Comments 18
8 min read
What you should know about Data Science to get started.

What you should know about Data Science to get started.

2
Comments
2 min read
Clean Architecture Used in Software Development

Clean Architecture Used in Software Development

Comments
9 min read
What is Depth First Search?

What is Depth First Search?

3
Comments
3 min read
Four Ways to Implement Background Jobs in Python

Four Ways to Implement Background Jobs in Python

1
Comments
2 min read
How is the monitor used for synchronization?

How is the monitor used for synchronization?

1
Comments
2 min read
Choosing the Best Iteration Technique for Optimized Python Code

Choosing the Best Iteration Technique for Optimized Python Code

Comments 1
5 min read
All about APIs

All about APIs

10
Comments
2 min read
Enhance your portfolio: Show your Github repositories as posts in a blog using Github API

Enhance your portfolio: Show your Github repositories as posts in a blog using Github API

2
Comments
2 min read
35 Knowledge base tools for developers in 2023

35 Knowledge base tools for developers in 2023

2
Comments 1
6 min read
PHP তে Hello, World!

PHP তে Hello, World!

Comments
1 min read
Simplify Your Data Management With Relationships

Simplify Your Data Management With Relationships

47
Comments
6 min read
50 + 10 = 50 Unique Python Project with 10 lines of Code

50 + 10 = 50 Unique Python Project with 10 lines of Code

11
Comments
4 min read
Resolvendo problemas no HackerRank: Diferença mínima dentro de Arrays.

Resolvendo problemas no HackerRank: Diferença mínima dentro de Arrays.

Comments
2 min read
Introducing C# 9.0's Record Datatype: Safe, Efficient, and Easy to Use

Introducing C# 9.0's Record Datatype: Safe, Efficient, and Easy to Use

1
Comments 1
2 min read
How to loop through an HTML element using an event listener and for loop in JavaScript

How to loop through an HTML element using an event listener and for loop in JavaScript

2
Comments 1
3 min read
Use Cases of Default Parameters and Parameters Check

Use Cases of Default Parameters and Parameters Check

Comments
2 min read
Logical CSS: Padding And Margins In Multi-lingual Web-Apps

Logical CSS: Padding And Margins In Multi-lingual Web-Apps

Comments
4 min read
loading...