Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Log in
Create account
DEV Community
Close
#
programmingtips
Follow
Hide
Posts
Left menu
👋
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
Demystifying Algorithms: The Hourglass Sum Problem
Philip Thomas
Philip Thomas
Philip Thomas
Follow
Dec 4 '24
Demystifying Algorithms: The Hourglass Sum Problem
#
algorithms
#
datastructures
#
programmingtips
#
arraymanipulation
Comments
Add Comment
3 min read
Demystifying Algorithms: Binary Representation
Philip Thomas
Philip Thomas
Philip Thomas
Follow
Dec 4 '24
Demystifying Algorithms: Binary Representation
#
algorithms
#
datastructures
#
programmingtips
#
binaryrepresentation
Comments
Add Comment
3 min read
Demystifying Algorithms: Doubly Linked Lists
Philip Thomas
Philip Thomas
Philip Thomas
Follow
Nov 29 '24
Demystifying Algorithms: Doubly Linked Lists
#
datastructures
#
algorithms
#
codinginterview
#
programmingtips
Comments
Add Comment
4 min read
Demystifying Algorithms: Circular Linked Lists
Philip Thomas
Philip Thomas
Philip Thomas
Follow
Nov 29 '24
Demystifying Algorithms: Circular Linked Lists
#
datastructures
#
algorithms
#
codinginterview
#
programmingtips
Comments
Add Comment
4 min read
Demystifying Algorithms: Singly Linked Lists
Philip Thomas
Philip Thomas
Philip Thomas
Follow
Nov 29 '24
Demystifying Algorithms: Singly Linked Lists
#
datastructures
#
algorithms
#
codinginterview
#
programmingtips
Comments
Add Comment
3 min read
Demystifying Algorithms: Merging Sorted Singly Linked Lists
Philip Thomas
Philip Thomas
Philip Thomas
Follow
Nov 25 '24
Demystifying Algorithms: Merging Sorted Singly Linked Lists
#
algorithms
#
datastructures
#
linkedlists
#
programmingtips
Comments
Add Comment
4 min read
Demystifying Algorithms: Rabin-Karp
Philip Thomas
Philip Thomas
Philip Thomas
Follow
Nov 24 '24
Demystifying Algorithms: Rabin-Karp
#
algorithms
#
datastructures
#
stringsearch
#
programmingtips
Comments
Add Comment
4 min read
Demystifying Algorithms: Modular Indexing
Philip Thomas
Philip Thomas
Philip Thomas
Follow
Nov 21 '24
Demystifying Algorithms: Modular Indexing
#
algorithms
#
datastructures
#
modulararithmetic
#
programmingtips
Comments
Add Comment
4 min read
Demystifying Algorithms: Two Pointers
Philip Thomas
Philip Thomas
Philip Thomas
Follow
Nov 16 '24
Demystifying Algorithms: Two Pointers
#
algorithms
#
twopointers
#
programmingtips
#
codeoptimization
Comments
Add Comment
4 min read
JavaScript Design Patterns: Mastering Creational, Structural, And Behavioral Patterns For Cleaner Code
Okoye Ndidiamaka
Okoye Ndidiamaka
Okoye Ndidiamaka
Follow
Nov 5 '24
JavaScript Design Patterns: Mastering Creational, Structural, And Behavioral Patterns For Cleaner Code
#
javascript
#
webdev
#
programmingtips
#
designpatterns
Comments
Add Comment
3 min read
Demystifying Algorithms: Iterative Traversal and Tail Insertion Patterns
Philip Thomas
Philip Thomas
Philip Thomas
Follow
Nov 27 '24
Demystifying Algorithms: Iterative Traversal and Tail Insertion Patterns
#
algorithms
#
datastructures
#
programmingtips
#
linkedlists
Comments
Add Comment
3 min read
Demystifying Algorithms: Linear Search
Philip Thomas
Philip Thomas
Philip Thomas
Follow
Nov 24 '24
Demystifying Algorithms: Linear Search
#
algorithms
#
datastructures
#
programmingtips
#
searching
Comments
Add Comment
4 min read
Demystifying Algorithms: Sliding Window
Philip Thomas
Philip Thomas
Philip Thomas
Follow
Nov 21 '24
Demystifying Algorithms: Sliding Window
#
algorithms
#
codingchallenges
#
slidingwindow
#
programmingtips
Comments
Add Comment
4 min read
10 Hidden JavaScript Gems You Should Use in Every Project in 2024
Gladiators Battle
Gladiators Battle
Gladiators Battle
Follow
Nov 17 '24
10 Hidden JavaScript Gems You Should Use in Every Project in 2024
#
webdev
#
javascript
#
productivity
#
programmingtips
Comments
Add Comment
4 min read
Composing Methods: A Practical Guide to Clean Code
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Nov 12 '24
Composing Methods: A Practical Guide to Clean Code
#
refactoring
#
cleancode
#
csharp
#
programmingtips
3
reactions
Comments
Add Comment
4 min read
Comparing Array Methods in JavaScript and Python: A Comprehensive Guide 📊
Hossam Gouda
Hossam Gouda
Hossam Gouda
Follow
Nov 8 '24
Comparing Array Methods in JavaScript and Python: A Comprehensive Guide 📊
#
javascript
#
python
#
webdev
#
programmingtips
Comments
Add Comment
1 min read
Advanced Git Workflows and Best Practices in Version Control Systems
Okoye Ndidiamaka
Okoye Ndidiamaka
Okoye Ndidiamaka
Follow
Sep 30 '24
Advanced Git Workflows and Best Practices in Version Control Systems
#
softwaredevelopment
#
gitflow
#
programmingtips
#
gitworkflows
Comments
Add Comment
4 min read
JavaScript for Beginners: All You Need to Know to Perfect Your Basics
Okoye Ndidiamaka
Okoye Ndidiamaka
Okoye Ndidiamaka
Follow
Oct 28 '24
JavaScript for Beginners: All You Need to Know to Perfect Your Basics
#
javascript
#
webdev
#
programmingtips
#
learntocode
1
reaction
Comments
2
comments
4 min read
The Scope Chain, Scope & Lexical Environment
Ashlyn Joshy
Ashlyn Joshy
Ashlyn Joshy
Follow
Sep 18 '24
The Scope Chain, Scope & Lexical Environment
#
javascript
#
webdev
#
beginnerdevelopers
#
programmingtips
1
reaction
Comments
Add Comment
2 min read
Undefined Vs Not Defined in Javascript
Ashlyn Joshy
Ashlyn Joshy
Ashlyn Joshy
Follow
Sep 17 '24
Undefined Vs Not Defined in Javascript
#
javascript
#
beginnerdevelopers
#
webdev
#
programmingtips
1
reaction
Comments
Add Comment
1 min read
Simplifying Union Types and Arrays in TypeScript
mktoho
mktoho
mktoho
Follow
Oct 12 '24
Simplifying Union Types and Arrays in TypeScript
#
typescript
#
javascript
#
uniontypes
#
programmingtips
1
reaction
Comments
2
comments
2 min read
Python Fundamentals: Theory Overview
Seyed Ahmad
Seyed Ahmad
Seyed Ahmad
Follow
Sep 28 '24
Python Fundamentals: Theory Overview
#
programming
#
tutorial
#
python
#
programmingtips
3
reactions
Comments
1
comment
21 min read
map(), filter(), and reduce() in Javascript
Ashlyn Joshy
Ashlyn Joshy
Ashlyn Joshy
Follow
Sep 2 '24
map(), filter(), and reduce() in Javascript
#
javascript
#
webdev
#
programmingtips
14
reactions
Comments
6
comments
3 min read
Intuition VS. Guesstimate - Why are projects more late than not.
Slobi
Slobi
Slobi
Follow
Jul 29 '24
Intuition VS. Guesstimate - Why are projects more late than not.
#
softwaredevelopment
#
projectmanagement
#
timeestimation
#
programmingtips
1
reaction
Comments
Add Comment
6 min read
Understanding Go's Garbage Collector: A Detailed Guide
Ashish Singh
Ashish Singh
Ashish Singh
Follow
Jul 6 '24
Understanding Go's Garbage Collector: A Detailed Guide
#
go
#
garbagecollection
#
memorymanagement
#
programmingtips
4
reactions
Comments
1
comment
4 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account