DEV Community

Programming

The magic behind computers. 💻 🪄

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Should I become a Front-End or Back-End developer?

Should I become a Front-End or Back-End developer?

65
Comments 18
6 min read
Important skills for web developers

Important skills for web developers

21
Comments
3 min read
Difference b/w C++ and Visual C++.

Difference b/w C++ and Visual C++.

2
Comments
1 min read
How to read Excel files in Java?

How to read Excel files in Java?

2
Comments
1 min read
Starting at backend development [part 1]

Starting at backend development [part 1]

4
Comments 2
2 min read
Day 6 of 100DaysOfCode: Python Code to Find Even and Odd Numbers From List

Day 6 of 100DaysOfCode: Python Code to Find Even and Odd Numbers From List

4
Comments 4
1 min read
Understanding Jakarta EE 8 - C.D.I. (Part 2) - Qualifying your beans (continued…).

Understanding Jakarta EE 8 - C.D.I. (Part 2) - Qualifying your beans (continued…).

2
Comments 1
2 min read
Code Review Best Practices in Software Engineering

Code Review Best Practices in Software Engineering

4
Comments
3 min read
Building websites and workflows

Building websites and workflows

6
Comments
2 min read
Python sites

Python sites

2
Comments 1
1 min read
5 Whys, how to use it correctly?

5 Whys, how to use it correctly?

5
Comments
5 min read
Indenting JSON.stringify’s Output

Indenting JSON.stringify’s Output

12
Comments
2 min read
Master VS Code + Resources!

Master VS Code + Resources!

100
Comments 12
3 min read
Using state machine to write bug-free code

Using state machine to write bug-free code

7
Comments
5 min read
Things I Wish I Knew Before I Started Coding

Things I Wish I Knew Before I Started Coding

3
Comments
2 min read
How can playing chess ♞ evolve your coding skills? 💥🐱‍💻

How can playing chess ♞ evolve your coding skills? 💥🐱‍💻

63
Comments 2
2 min read
George Hotz inspired method of Learning to Code

George Hotz inspired method of Learning to Code

10
Comments 2
1 min read
Software Engineering Great Quotes

Software Engineering Great Quotes

28
Comments
13 min read
The Closed Loop

The Closed Loop

3
Comments
3 min read
A Subtle Art Of Writing Good Code Comments

A Subtle Art Of Writing Good Code Comments

12
Comments
6 min read
Get Started With TypeScript the Easy Way

Get Started With TypeScript the Easy Way

10
Comments
14 min read
Caching records by tags in Go

Caching records by tags in Go

8
Comments
2 min read
DRY - Don’t repeat yourself

DRY - Don’t repeat yourself

9
Comments
3 min read
Low-code remote-friendly “Codenames”

Low-code remote-friendly “Codenames”

4
Comments
4 min read
Sentiment Analysis App With React

Sentiment Analysis App With React

19
Comments
3 min read
Let's try C++20 | std::is_constant_evaluated()

Let's try C++20 | std::is_constant_evaluated()

3
Comments 2
3 min read
Maps (Hashmaps) in Javascript

Maps (Hashmaps) in Javascript

19
Comments 2
2 min read
How to add Authentication to a Vue App using Firebase

How to add Authentication to a Vue App using Firebase

4
Comments
11 min read
Learn how binary encoding works (it's more fun and useful than you think)

Learn how binary encoding works (it's more fun and useful than you think)

2
Comments
14 min read
Worker Threads in Node.js

Worker Threads in Node.js

62
Comments 1
4 min read
The client is not always right: another twist in modern front-end development (Part 1)

The client is not always right: another twist in modern front-end development (Part 1)

8
Comments
6 min read
The client is not always right: another twist in modern front-end development (Part 2)

The client is not always right: another twist in modern front-end development (Part 2)

8
Comments
4 min read
ตัวอย่างการค้นหาและทำความเข้าใจโค้ด ที่ไม่เคยรู้มาก่อน

ตัวอย่างการค้นหาและทำความเข้าใจโค้ด ที่ไม่เคยรู้มาก่อน

13
Comments 2
2 min read
Demystifying DOM(s) : Everything you need to know about DOM, V-DOM, Shadow DOM

Demystifying DOM(s) : Everything you need to know about DOM, V-DOM, Shadow DOM

72
Comments 6
6 min read
Importance of refactoring your code

Importance of refactoring your code

12
Comments 4
2 min read
Compile time type id with templates (C++)

Compile time type id with templates (C++)

2
Comments 1
5 min read
How to design a simple and beautiful Navbar using NextJS and TailwindCSS

How to design a simple and beautiful Navbar using NextJS and TailwindCSS

131
Comments 17
10 min read
HTTP Caching

HTTP Caching

11
Comments
3 min read
A simple explanation of 'this' - JavaScript

A simple explanation of 'this' - JavaScript

7
Comments
2 min read
Beginner guide for a college programming enthusiast

Beginner guide for a college programming enthusiast

12
Comments
5 min read
Good API Design and Why It Matters?

Good API Design and Why It Matters?

6
Comments
4 min read
Hack G Suite using Apps Script — in under an hour.

Hack G Suite using Apps Script — in under an hour.

13
Comments 4
4 min read
How the Amazon interview set me thinking about my soft skills

How the Amazon interview set me thinking about my soft skills

5
Comments
2 min read
How to Make Your Reviewer Cry Using Java Optional

How to Make Your Reviewer Cry Using Java Optional

54
Comments 16
6 min read
Do I need to understand DNS as Web Developer?

Do I need to understand DNS as Web Developer?

418
Comments 15
5 min read
Mastering JavaScript Loops II

Mastering JavaScript Loops II

20
Comments 3
3 min read
How to write good documentation

How to write good documentation

141
Comments 6
4 min read
Building a Desktop PC for Coding

Building a Desktop PC for Coding

6
Comments 6
3 min read
The Polyglot Developer

The Polyglot Developer

19
Comments 1
3 min read
The Difference Between React Server Components and Server Side Rendering (SSR)

The Difference Between React Server Components and Server Side Rendering (SSR)

137
Comments 4
2 min read
Which is your best project that you want to share?

Which is your best project that you want to share?

8
Comments 1
1 min read
Why Rust is a "modern" programming language

Why Rust is a "modern" programming language

11
Comments 5
5 min read
**kwargs, you got me!

**kwargs, you got me!

7
Comments 1
2 min read
A Friendly Introduction to Cybersecurity

A Friendly Introduction to Cybersecurity

95
Comments
6 min read
5 Ways Software Developers Can Improve Their Writing Beyond Blogging

5 Ways Software Developers Can Improve Their Writing Beyond Blogging

141
Comments 10
5 min read
Freeze and Seal Objects in JavaScript

Freeze and Seal Objects in JavaScript

30
Comments
5 min read
The Zen of Python; An In-depth Explanation

The Zen of Python; An In-depth Explanation

74
Comments 3
5 min read
A counting triangles story

A counting triangles story

2
Comments
4 min read
Design a multitenant application on Rails 6 with horizontal sharding

Design a multitenant application on Rails 6 with horizontal sharding

25
Comments 6
3 min read
Beginning to the GREAT <CODING> World!!

Beginning to the GREAT <CODING> World!!

2
Comments
1 min read
loading...