DEV Community

Coding

while (!(succeed = try()))

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
10 Lesser-Known JavaScript Array Methods You Might’ve Missed

10 Lesser-Known JavaScript Array Methods You Might’ve Missed

8
Comments
3 min read
The 5 Best Software Engineering Podcasts

The 5 Best Software Engineering Podcasts

1
Comments
10 min read
Solving the "Roman to Integer" Problem on LeetCode

Solving the "Roman to Integer" Problem on LeetCode

6
Comments
3 min read
Queue actions in optimistic updates

Queue actions in optimistic updates

Comments
4 min read
7 Habits to Cultivate for Becoming a Better Software Engineer

7 Habits to Cultivate for Becoming a Better Software Engineer

75
Comments 16
4 min read
Solving the "Valid Parentheses" Problem on LeetCode

Solving the "Valid Parentheses" Problem on LeetCode

10
Comments
2 min read
Marketing for Developers: The Unconventional Guide

Marketing for Developers: The Unconventional Guide

94
Comments 12
9 min read
Testing: Good Practices for Error-Free Code

Testing: Good Practices for Error-Free Code

Comments
3 min read
Breaking Up with @Autowired: Why Dependency Injection with Spring Boot Needs a Makeover! 💔

Breaking Up with @Autowired: Why Dependency Injection with Spring Boot Needs a Makeover! 💔

8
Comments 4
3 min read
Recharging Your Creativity as a Developer

Recharging Your Creativity as a Developer

15
Comments 6
3 min read
"Smart" Refactoring with AI 〉beyond Old School Refactors

"Smart" Refactoring with AI 〉beyond Old School Refactors

6
Comments
2 min read
Solving the "Longest Substring Without Repeating Characters" Problem on LeetCode

Solving the "Longest Substring Without Repeating Characters" Problem on LeetCode

5
Comments
2 min read
LeetCode vs HackerRank: What’s the Most Popular Website to Learn Coding?

LeetCode vs HackerRank: What’s the Most Popular Website to Learn Coding?

Comments
10 min read
Aplicando a Orientação a Objetos: Gerenciamento de memória [4/10]🧶

Aplicando a Orientação a Objetos: Gerenciamento de memória [4/10]🧶

7
Comments
2 min read
Jokeday Funday: Part 6 - More Programming Humor to Brighten Your Day

Jokeday Funday: Part 6 - More Programming Humor to Brighten Your Day

6
Comments
2 min read
Inheritance or Composition, that is the question.

Inheritance or Composition, that is the question.

2
Comments 2
6 min read
Why You Should Invest Time Honing Editor Skills

Why You Should Invest Time Honing Editor Skills

Comments
5 min read
What do you know about variables in JS?

What do you know about variables in JS?

Comments
5 min read
Solving the "Largest Digit Sum" Problem on LeetCode

Solving the "Largest Digit Sum" Problem on LeetCode

5
Comments
2 min read
Microservices Architecture: What, Why, Why-Not, When-to-Avoid

Microservices Architecture: What, Why, Why-Not, When-to-Avoid

10
Comments
2 min read
Why Every Developer Should Understand Basic UX Principles

Why Every Developer Should Understand Basic UX Principles

17
Comments 8
3 min read
DAY 91 - 51. N-Queens

DAY 91 - 51. N-Queens

Comments
3 min read
Balancing Learning With Practical Application In Programming: A Deep Dive

Balancing Learning With Practical Application In Programming: A Deep Dive

Comments
6 min read
Quick Tip: Use Node to Create Random Strings

Quick Tip: Use Node to Create Random Strings

8
Comments
2 min read
12 Best Practices to ABSOLUTELY Destroy Your Codebase! 🧨

12 Best Practices to ABSOLUTELY Destroy Your Codebase! 🧨

13
Comments 3
3 min read
10 Best Tools for Effective Mobile App Development

10 Best Tools for Effective Mobile App Development

1
Comments
3 min read
Level Up Your Coding Interview Skills: 5 Secret Weapons

Level Up Your Coding Interview Skills: 5 Secret Weapons

21
Comments 9
2 min read
Interview Problems: Minimum Number of Groups

Interview Problems: Minimum Number of Groups

2
Comments 1
3 min read
Oh my C! How they wrote code back in the Quake days

Oh my C! How they wrote code back in the Quake days

7
Comments
14 min read
A Beginner's Guide To Javascript async / await.

A Beginner's Guide To Javascript async / await.

6
Comments
5 min read
Cool Tools: Speed Up Composer v1.x Installations

Cool Tools: Speed Up Composer v1.x Installations

5
Comments
1 min read
19 Developer Tools to Improve Your Workflow ⚡🚀

19 Developer Tools to Improve Your Workflow ⚡🚀

224
Comments 35
5 min read
Get Things Done (GTD), Bullet Journal (BuJo), and WorkingMemory.txt to boost productivity

Get Things Done (GTD), Bullet Journal (BuJo), and WorkingMemory.txt to boost productivity

Comments 1
7 min read
How to prioritize your work as a developer

How to prioritize your work as a developer

Comments
8 min read
Working Memory

Working Memory

Comments
2 min read
Generate ASCII Art – A Simple How To In C#

Generate ASCII Art – A Simple How To In C#

4
Comments
7 min read
Best practices to become a job-ready developer in 2023

Best practices to become a job-ready developer in 2023

1
Comments
2 min read
Passion Projects vs. Paying Projects

Passion Projects vs. Paying Projects

96
Comments 25
3 min read
Before You Code: Strategies for Validation

Before You Code: Strategies for Validation

35
Comments 5
3 min read
🌟 Emojify Your Skills: A Playful Guide to JavaScript Arrays 🕹️

🌟 Emojify Your Skills: A Playful Guide to JavaScript Arrays 🕹️

Comments
3 min read
Enhancing Stored Procedure Efficiency: A Journey of Problem Solving and Best Practices

Enhancing Stored Procedure Efficiency: A Journey of Problem Solving and Best Practices

Comments
2 min read
Do you prefer Calculus within the service class or Creating separate classes for calculations?

Do you prefer Calculus within the service class or Creating separate classes for calculations?

Comments
1 min read
Palindromes in JavaScript - DEV

Palindromes in JavaScript - DEV

Comments
6 min read
How to get started with SQLAlchemy

How to get started with SQLAlchemy

1
Comments
4 min read
The Interface Segregation Situation

The Interface Segregation Situation

4
Comments 1
7 min read
The Paradox of Passion

The Paradox of Passion

30
Comments 14
3 min read
A great use case of golang channels

A great use case of golang channels

15
Comments 2
3 min read
Demystifying CSS Pseudo-Elements: Unveiling Design Magic

Demystifying CSS Pseudo-Elements: Unveiling Design Magic

3
Comments
5 min read
Mastering Dynamic Programming: Unveiling its Magic with Real-world Examples

Mastering Dynamic Programming: Unveiling its Magic with Real-world Examples

1
Comments
3 min read
DAY 83 - MATRIX MEDIAN

DAY 83 - MATRIX MEDIAN

1
Comments
3 min read
Developing a Backgammon Game Application with JavaScript

Developing a Backgammon Game Application with JavaScript

9
Comments 1
5 min read
Variables in Go (Golang)

Variables in Go (Golang)

7
Comments
2 min read
Circuit breakers (in Go)

Circuit breakers (in Go)

1
Comments
8 min read
Building Projects – Unlock Success As A Beginner Programmer

Building Projects – Unlock Success As A Beginner Programmer

Comments
7 min read
4 Incredible VS Code Features That You Can't Miss!

4 Incredible VS Code Features That You Can't Miss!

2
Comments
12 min read
Developer to Entrepreneur: The Uncharted Path

Developer to Entrepreneur: The Uncharted Path

22
Comments 4
5 min read
Lua Modules: A Complete Guide

Lua Modules: A Complete Guide

Comments
3 min read
Which Programming Language Should I Choose as a Beginner in 2023?

Which Programming Language Should I Choose as a Beginner in 2023?

2
Comments 5
1 min read
The Power of Writing for Developers: More Than Just Code

The Power of Writing for Developers: More Than Just Code

60
Comments 11
3 min read
How to Automate App Testing on Amazon Fire TV Using Appium-Python

How to Automate App Testing on Amazon Fire TV Using Appium-Python

8
Comments
7 min read
loading...