DEV Community

Programming

The magic behind computers. 💻 🪄

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Reacting to Big Div Energy

Reacting to Big Div Energy

Comments
3 min read
Top 10 Github Repositories to Learn JavaScript.

Top 10 Github Repositories to Learn JavaScript.

165
Comments 7
1 min read
Design Pattern of Streaming Enrichment

Design Pattern of Streaming Enrichment

2
Comments
6 min read
Design Your Codebase with Low Fan-out, High Fan-in Classes

Design Your Codebase with Low Fan-out, High Fan-in Classes

Comments
5 min read
My introduction to react: fun, dynamic webpages

My introduction to react: fun, dynamic webpages

1
Comments
3 min read
5 daily NPM packages are used in every React project

5 daily NPM packages are used in every React project

3
Comments 3
1 min read
file validation in python Much easier and more reliable

file validation in python Much easier and more reliable

6
Comments
1 min read
Turning Rainy Days into Productive Coding: Building a Custom Web Server and File Monitor in Go

Turning Rainy Days into Productive Coding: Building a Custom Web Server and File Monitor in Go

Comments
1 min read
Automatically remind contributors to update their pull requests

Automatically remind contributors to update their pull requests

20
Comments 1
3 min read
Styled Components with Emotionjs

Styled Components with Emotionjs

Comments
2 min read
How to find 🔎 an Open Source project to contribute to

How to find 🔎 an Open Source project to contribute to

184
Comments 3
4 min read
Best resources for self-taught developers

Best resources for self-taught developers

3
Comments
2 min read
Stages in Software Development

Stages in Software Development

17
Comments 2
3 min read
Introduction to Python Programming - Data Types and Operators

Introduction to Python Programming - Data Types and Operators

1
Comments
7 min read
How do I convert a string to lowercase in Python?

How do I convert a string to lowercase in Python?

Comments
1 min read
[#1]create a graph(based on adjacent matrix) and implement an DFS iterator

[#1]create a graph(based on adjacent matrix) and implement an DFS iterator

1
Comments
5 min read
isPalindrome? (LinkedList)

isPalindrome? (LinkedList)

1
Comments
2 min read
5 Must Know JavaScript DOM Methods 🔀

5 Must Know JavaScript DOM Methods 🔀

149
Comments 5
3 min read
One minute tip to all freelancers #shorts

One minute tip to all freelancers #shorts

3
Comments
1 min read
Tipos de Datos en TypeScript

Tipos de Datos en TypeScript

2
Comments
4 min read
16 Top NodeJS tools to make you a better developer

16 Top NodeJS tools to make you a better developer

80
Comments 7
5 min read
Frontend developer roadmap for beginners

Frontend developer roadmap for beginners

30
Comments 7
4 min read
What are Arrays? - Part II

What are Arrays? - Part II

3
Comments
2 min read
9 most effective methods for learning JavaScript (or any other language)

9 most effective methods for learning JavaScript (or any other language)

77
Comments 3
9 min read
7 different ways of Looping in JavaScript with example.

7 different ways of Looping in JavaScript with example.

9
Comments
2 min read
How to change values inside tuples in Python 🐍

How to change values inside tuples in Python 🐍

3
Comments
2 min read
IntroducciĂłn a los archivos .env

IntroducciĂłn a los archivos .env

23
Comments 4
5 min read
Building a chat - Browser Notifications with React, Websockets and Web-Push 🤯

Building a chat - Browser Notifications with React, Websockets and Web-Push 🤯

339
Comments 37
8 min read
An Introduction to the useEffect Hook

An Introduction to the useEffect Hook

Comments
2 min read
Create ACM certificate with DNS validation using Terraform

Create ACM certificate with DNS validation using Terraform

8
Comments
2 min read
Using Rails Service Objects

Using Rails Service Objects

3
Comments
8 min read
My Contribution to a Popular Open-Source Package Caused a Panic in Golang Projects

My Contribution to a Popular Open-Source Package Caused a Panic in Golang Projects

13
Comments
5 min read
how can i fix this issue

how can i fix this issue

4
Comments 11
1 min read
ElasticSearch: Zero to Hero in 12 Commands

ElasticSearch: Zero to Hero in 12 Commands

24
Comments
9 min read
A Maze of Twisty Trampolines, All Alike

A Maze of Twisty Trampolines, All Alike

1
Comments
2 min read
Symbols in JavaScript

Symbols in JavaScript

Comments
3 min read
Data Types in JavaScript

Data Types in JavaScript

Comments
4 min read
বাংলাদেশে সফটওয়্যার ও ওয়েব ডেভেলপমেন্টের চাহিদা, বেতন ও ভবিষ্যত

বাংলাদেশে সফটওয়্যার ও ওয়েব ডেভেলপমেন্টের চাহিদা, বেতন ও ভবিষ্যত

6
Comments
1 min read
Compress Images size with Python

Compress Images size with Python

20
Comments
4 min read
Sitemaps - An Untold Story #shorts

Sitemaps - An Untold Story #shorts

3
Comments
1 min read
[DISCUSSION] Code reviews are important!

[DISCUSSION] Code reviews are important!

1
Comments
1 min read
tRPC: The best way to build APIs in 2022?

tRPC: The best way to build APIs in 2022?

12
Comments 7
3 min read
Exploring a generic read model API

Exploring a generic read model API

3
Comments
4 min read
How do you motivate yourself to work on personal projects? As a profesional developer

How do you motivate yourself to work on personal projects? As a profesional developer

38
Comments 11
1 min read
Build a WebAssembly Language for Fun and Profit: Parsing

Build a WebAssembly Language for Fun and Profit: Parsing

7
Comments
7 min read
PHP arrays tutorial: Understand PHP arrays in 5 minutes

PHP arrays tutorial: Understand PHP arrays in 5 minutes

3
Comments
6 min read
Top 9 ways to become a successful self-taught developer

Top 9 ways to become a successful self-taught developer

422
Comments 10
7 min read
My programming language history

My programming language history

3
Comments
5 min read
Duplicating Table Structure and Data with PostgreSQL

Duplicating Table Structure and Data with PostgreSQL

2
Comments
1 min read
Literals and overloading in Python

Literals and overloading in Python

8
Comments 2
3 min read
Forcing a browser to download a file (HTML and server side)

Forcing a browser to download a file (HTML and server side)

3
Comments
2 min read
Build and Package Manager Tools for Absolute Beginners📌

Build and Package Manager Tools for Absolute Beginners📌

6
Comments
2 min read
Scrape YouTube autocomplete results with Python

Scrape YouTube autocomplete results with Python

2
Comments
8 min read
🗃️ Reversing a Go stripped binary

🗃️ Reversing a Go stripped binary

9
Comments
12 min read
Vector Databases for Data-Centric AI (Part 2)

Vector Databases for Data-Centric AI (Part 2)

2
Comments
2 min read
Refactoring 008 - Convert Variables to Constant

Refactoring 008 - Convert Variables to Constant

3
Comments
1 min read
How to declare a good variable name in programming.

How to declare a good variable name in programming.

7
Comments
1 min read
Vector Databases for Data-Centric AI

Vector Databases for Data-Centric AI

2
Comments
3 min read
learn sliding window algorithm easily in Hindi | maximum sum subarray of size k with sliding window

learn sliding window algorithm easily in Hindi | maximum sum subarray of size k with sliding window

1
Comments
1 min read
Introduction to Java for beginners

Introduction to Java for beginners

4
Comments 2
4 min read
loading...