Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Log in
Create account
DEV Community
Close
#
problemsolving
Follow
Hide
Posts
Left menu
👋
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
LeetCode: Add Two Numbers Python 3 iterative solution
Nucu Labs
Nucu Labs
Nucu Labs
Follow
Mar 15 '20
LeetCode: Add Two Numbers Python 3 iterative solution
#
algorithms
#
problemsolving
5
reactions
Comments
Add Comment
2 min read
How I think about solving problems
Nicholas C. Zakas
Nicholas C. Zakas
Nicholas C. Zakas
Follow
Mar 11 '20
How I think about solving problems
#
problemsolving
#
work
#
skills
#
development
15
reactions
Comments
Add Comment
7 min read
Guide to Problem Solving
Apoorva Dave
Apoorva Dave
Apoorva Dave
Follow
Mar 10 '20
Guide to Problem Solving
#
coding
#
interview
#
problemsolving
#
beginners
14
reactions
Comments
Add Comment
1 min read
Stepping back from the developer mindset
Josh Branchaud
Josh Branchaud
Josh Branchaud
Follow
Mar 7 '20
Stepping back from the developer mindset
#
learninpublic
#
softwaredevelopment
#
problemsolving
12
reactions
Comments
Add Comment
2 min read
How I practice Problem Solving in JavaScript with Jest
Ibrahim Khan
Ibrahim Khan
Ibrahim Khan
Follow
Feb 15 '20
How I practice Problem Solving in JavaScript with Jest
#
javascript
#
testing
#
problemsolving
#
jest
12
reactions
Comments
Add Comment
2 min read
🔥Tips to Improve your Problem-solving Skills.🔥
Ayobami Ogundiran
Ayobami Ogundiran
Ayobami Ogundiran
Follow
Jan 3 '20
🔥Tips to Improve your Problem-solving Skills.🔥
#
showdev
#
beginners
#
career
#
problemsolving
102
reactions
Comments
2
comments
4 min read
Best Puzzle Video Games to Level Up Problem Solving Skills
Jared Nielsen
Jared Nielsen
Jared Nielsen
Follow
Dec 6 '19
Best Puzzle Video Games to Level Up Problem Solving Skills
#
problemsolving
#
gaming
#
linux
#
puzzle
11
reactions
Comments
2
comments
4 min read
Problem Solving Process
Vinicius Cainelli
Vinicius Cainelli
Vinicius Cainelli
Follow
Nov 13 '19
Problem Solving Process
#
productivity
#
problemsolving
20
reactions
Comments
2
comments
1 min read
Reversing an Integer Mathematically
Jenny Shaw
Jenny Shaw
Jenny Shaw
Follow
Oct 9 '19
Reversing an Integer Mathematically
#
todayilearned
#
javascript
#
beginners
#
problemsolving
22
reactions
Comments
2
comments
5 min read
Conceptual Solutions & Library Solutions w/ LeetCode's "Peak Index In Valley Array" Problem ✨
Tee
Tee
Tee
Follow
Sep 27 '19
Conceptual Solutions & Library Solutions w/ LeetCode's "Peak Index In Valley Array" Problem ✨
#
leetcode
#
javascript
#
problemsolving
#
beginners
7
reactions
Comments
Add Comment
4 min read
LeetCode: "Palindrome Number" w/ Fun JavaScript Mathematical Approach ✨
Tee
Tee
Tee
Follow
Sep 21 '19
LeetCode: "Palindrome Number" w/ Fun JavaScript Mathematical Approach ✨
#
leetcode
#
javascript
#
problemsolving
#
beginners
34
reactions
Comments
3
comments
3 min read
Writing Good Unit Tests: A Step By Step Tutorial
Elena
Elena
Elena
Follow
for
ITNEXT
Sep 11 '19
Writing Good Unit Tests: A Step By Step Tutorial
#
unittesting
#
codequality
#
testing
#
problemsolving
398
reactions
Comments
5
comments
7 min read
Codewars: "Square Every Digit" w/ Fun JavaScript One Line Solution ✨
Tee
Tee
Tee
Follow
Sep 20 '19
Codewars: "Square Every Digit" w/ Fun JavaScript One Line Solution ✨
#
codewars
#
javascript
#
problemsolving
12
reactions
Comments
Add Comment
3 min read
Am I an expert developer or just an expert googler?
Davide de Paolis
Davide de Paolis
Davide de Paolis
Follow
Sep 11 '19
Am I an expert developer or just an expert googler?
#
productivity
#
career
#
beginners
#
problemsolving
293
reactions
Comments
20
comments
4 min read
Leetcode: "Unique Morse Code Words" Fun JavaScript One Line Solution ✨
Tee
Tee
Tee
Follow
Sep 18 '19
Leetcode: "Unique Morse Code Words" Fun JavaScript One Line Solution ✨
#
leetcode
#
javascript
#
problemsolving
32
reactions
Comments
Add Comment
3 min read
Moving Past Tutorials: 8 Tips for Problem Solving
Ali Spittel
Ali Spittel
Ali Spittel
Follow
May 14 '19
Moving Past Tutorials: 8 Tips for Problem Solving
#
movingpasttutorials
#
beginners
#
problemsolving
#
programming
693
reactions
Comments
25
comments
5 min read
Moving Past Tutorials: Pseudocode
Ali Spittel
Ali Spittel
Ali Spittel
Follow
May 7 '19
Moving Past Tutorials: Pseudocode
#
beginners
#
problemsolving
#
movingpasttutorials
#
programming
444
reactions
Comments
18
comments
5 min read
Algorithm Problem Solving Strategies
Ezra Schwepker
Ezra Schwepker
Ezra Schwepker
Follow
Apr 10 '19
Algorithm Problem Solving Strategies
#
algorithms
#
problemsolving
47
reactions
Comments
3
comments
10 min read
Moving Past Tutorials: Receiving a Problem to Solve
Ali Spittel
Ali Spittel
Ali Spittel
Follow
Mar 23 '19
Moving Past Tutorials: Receiving a Problem to Solve
#
beginners
#
problemsolving
#
movingpasttutorials
#
programming
635
reactions
Comments
26
comments
5 min read
Moving Past Tutorials: a course on problem solving for programmers
Ali Spittel
Ali Spittel
Ali Spittel
Follow
Feb 18 '19
Moving Past Tutorials: a course on problem solving for programmers
#
beginners
#
problemsolving
#
programming
#
movingpasttutorials
723
reactions
Comments
99
comments
2 min read
Coding Interview: The Matchstick Game
Nested Software
Nested Software
Nested Software
Follow
Mar 5 '19
Coding Interview: The Matchstick Game
#
elm
#
problemsolving
#
interview
69
reactions
Comments
3
comments
7 min read
Why problem solving must be the strongest skill for developers?
Cesar Mostacero
Cesar Mostacero
Cesar Mostacero
Follow
Mar 4 '19
Why problem solving must be the strongest skill for developers?
#
problemsolving
#
career
#
learning
#
programming
15
reactions
Comments
Add Comment
4 min read
How to Teach Adults to Code
Jared Nielsen
Jared Nielsen
Jared Nielsen
Follow
Feb 22 '19
How to Teach Adults to Code
#
code
#
mindset
#
problemsolving
19
reactions
Comments
Add Comment
11 min read
Writing Good Unit Tests: A Step By Step Tutorial
Elena
Elena
Elena
Follow
Nov 21 '18
Writing Good Unit Tests: A Step By Step Tutorial
#
unittesting
#
codequality
#
testing
#
problemsolving
275
reactions
Comments
14
comments
7 min read
A Philosophy of Software Design, Part 0: Introduction
Sam Fisher
Sam Fisher
Sam Fisher
Follow
Nov 17 '18
A Philosophy of Software Design, Part 0: Introduction
#
softwarearchitecture
#
systemdesign
#
metaprogramming
#
problemsolving
48
reactions
Comments
6
comments
8 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account