DEV Community

Coding

while (!(succeed = try()))

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Solving the "Container With Most Water" Problem on Leet Code

Solving the "Container With Most Water" Problem on Leet Code

5
Comments
2 min read
Solving the "Letter Combinations of a Phone Number" Problem on Leet Code

Solving the "Letter Combinations of a Phone Number" Problem on Leet Code

5
Comments
2 min read
Operator Precedence

Operator Precedence

Comments
2 min read
Solving the "Search Insert Position" Problem on LeetCode

Solving the "Search Insert Position" Problem on LeetCode

5
Comments
2 min read
Python For Seniors (Part 2)

Python For Seniors (Part 2)

7
Comments 1
11 min read
The 5 Best Software Engineering Podcasts

The 5 Best Software Engineering Podcasts

1
Comments
10 min read
Grow into Programming

Grow into Programming

2
Comments 1
7 min read
WordPress Vs Coding. Which One To Go For?

WordPress Vs Coding. Which One To Go For?

2
Comments
2 min read
Exploring Script Loading Strategies: Normal, async, and defer

Exploring Script Loading Strategies: Normal, async, and defer

2
Comments
3 min read
Demystifying the Terminal: How It Works Behind the Scenes

Demystifying the Terminal: How It Works Behind the Scenes

1
Comments 2
4 min read
Why The Best Developers Are Obsessed With Vertical Slices

Why The Best Developers Are Obsessed With Vertical Slices

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

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

9
Comments
2 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]🧶

5
Comments
2 min read
Learn C#: Handle Exceptions for More Reliable Code

Learn C#: Handle Exceptions for More Reliable Code

1
Comments
2 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
How to get started with SQLAlchemy

How to get started with SQLAlchemy

1
Comments
4 min read
The Spectrum of Developer Entrepreneurship

The Spectrum of Developer Entrepreneurship

13
Comments 3
4 min read
How to prioritize your work as a developer

How to prioritize your work as a developer

Comments
7 min read
Working Memory

Working Memory

Comments
2 min read
Optional Chaining and Nullish Coalescing: Safe Property Access in JavaScript

Optional Chaining and Nullish Coalescing: Safe Property Access in JavaScript

4
Comments
3 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
Daring to Trust in Your Luck while Testing Code 🎲

Daring to Trust in Your Luck while Testing Code 🎲

Comments
5 min read
Installing Apt Packages Without Sudo

Installing Apt Packages Without Sudo

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

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

Comments
3 min read
Solving the "Longest Palindromic Substring" Problem on LeetCode

Solving the "Longest Palindromic Substring" Problem on LeetCode

5
Comments
3 min read
DAY 91 - 51. N-Queens

DAY 91 - 51. N-Queens

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

Building Projects – Unlock Success As A Beginner Programmer

Comments
7 min read
Guide to Data Cleaning and Preparation for Analysis using Pandas library in Python

Guide to Data Cleaning and Preparation for Analysis using Pandas library in Python

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

19 Developer Tools to Improve Your Workflow ⚡🚀

178
Comments 24
5 min read
Practical Tips for Refactoring Release CI using GitHub Actions

Practical Tips for Refactoring Release CI using GitHub Actions

1
Comments
7 min read
5 Design Patterns That Are ACTUALLY Used By Developers

5 Design Patterns That Are ACTUALLY Used By Developers

7
Comments
7 min read
JavaScript Operators: A Comprehensive Guide

JavaScript Operators: A Comprehensive Guide

4
Comments
3 min read
Challenging Bugs and Solutions of the Week: Share Your Stories! 🐞

Challenging Bugs and Solutions of the Week: Share Your Stories! 🐞

10
Comments
1 min read
Testing is not about the happy path

Testing is not about the happy path

5
Comments 2
3 min read
GitHub RepoJacking: Are You Sure Your GitHub Is Safe?

GitHub RepoJacking: Are You Sure Your GitHub Is Safe?

7
Comments 1
6 min read
Short-Circuit Evaluation: Making Your Code More Concise

Short-Circuit Evaluation: Making Your Code More Concise

10
Comments
3 min read
Liberar el poder de la IA en el Desarrollo de CĂłdigo

Liberar el poder de la IA en el Desarrollo de CĂłdigo

Comments
2 min read
HackerRank vs. LeetCode: What to choose?

HackerRank vs. LeetCode: What to choose?

2
Comments
3 min read
Unlock Your Developer Potential: A Guide to the Best Chrome Extensions

Unlock Your Developer Potential: A Guide to the Best Chrome Extensions

9
Comments
8 min read
Solving the "Roman to Integer" Problem on LeetCode

Solving the "Roman to Integer" Problem on LeetCode

5
Comments
3 min read
Loops in c#

Loops in c#

11
Comments 1
6 min read
Solving the "Valid Parentheses" Problem on LeetCode

Solving the "Valid Parentheses" Problem on LeetCode

5
Comments
2 min read
Concurrency Models and Event Loops in JavaScript

Concurrency Models and Event Loops in JavaScript

8
Comments 1
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
Inheritance or Composition, that is the question.

Inheritance or Composition, that is the question.

2
Comments 2
6 min read
Better Code Quality with TypeScript’s Utility Types: Pick, Partial, and Omit

Better Code Quality with TypeScript’s Utility Types: Pick, Partial, and Omit

5
Comments
3 min read
Interview Problems: Minimum Number of Groups

Interview Problems: Minimum Number of Groups

Comments
3 min read
Day 800 : Step by Step

Day 800 : Step by Step

1
Comments
1 min read
Memorization and learning to code

Memorization and learning to code

163
Comments 25
5 min read
Coding: Growth, Learning, & Transformation

Coding: Growth, Learning, & Transformation

Comments
4 min read
Handling errors in TypeScript the right way

Handling errors in TypeScript the right way

14
Comments 5
14 min read
Pedagogy for Self Taught Developers: Introduction to Identifying Your Technical Skill Level with Bloom’s Taxonomy

Pedagogy for Self Taught Developers: Introduction to Identifying Your Technical Skill Level with Bloom’s Taxonomy

1
Comments
2 min read
JavaScript Functional Programming: Map, Filter, & Reduce

JavaScript Functional Programming: Map, Filter, & Reduce

5
Comments
2 min read
10 Lesser-Known JavaScript Array Methods You Might’ve Missed

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

13
Comments
3 min read
Javascript Errors with Real Life Examples

Javascript Errors with Real Life Examples

Comments
3 min read
Exploring Simple Widgets I: The Expansion Tile

Exploring Simple Widgets I: The Expansion Tile

2
Comments 1
4 min read
Developing a Backgammon Game Application with JavaScript

Developing a Backgammon Game Application with JavaScript

Comments
5 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! 💔

6
Comments 3
3 min read
Variables in Go (Golang)

Variables in Go (Golang)

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

Marketing for Developers: The Unconventional Guide

84
Comments 12
9 min read
loading...