DEV Community

# programmingtips

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Javascript's Tricky "This" Keyword and Why Arrow Functions Matter

Javascript's Tricky "This" Keyword and Why Arrow Functions Matter

Comments
2 min read
Master Go Concurrency with the Or-Channel Pattern

Master Go Concurrency with the Or-Channel Pattern

Comments
1 min read
Demystifying Algorithms: The Hourglass Sum Problem

Demystifying Algorithms: The Hourglass Sum Problem

Comments
3 min read
Demystifying Algorithms: Binary Representation

Demystifying Algorithms: Binary Representation

Comments
3 min read
Demystifying Algorithms: Circular Linked Lists

Demystifying Algorithms: Circular Linked Lists

Comments
4 min read
Demystifying Algorithms: Doubly Linked Lists

Demystifying Algorithms: Doubly Linked Lists

Comments
4 min read
Demystifying Algorithms: Singly Linked Lists

Demystifying Algorithms: Singly Linked Lists

Comments
3 min read
Demystifying Algorithms: Merging Sorted Singly Linked Lists

Demystifying Algorithms: Merging Sorted Singly Linked Lists

Comments
4 min read
Demystifying Algorithms: Rabin-Karp

Demystifying Algorithms: Rabin-Karp

Comments
4 min read
Demystifying Algorithms: Modular Indexing

Demystifying Algorithms: Modular Indexing

Comments
4 min read
Demystifying Algorithms: Two Pointers

Demystifying Algorithms: Two Pointers

Comments
4 min read
JavaScript Design Patterns: Mastering Creational, Structural, And Behavioral Patterns For Cleaner Code

JavaScript Design Patterns: Mastering Creational, Structural, And Behavioral Patterns For Cleaner Code

Comments
3 min read
Demystifying Algorithms: Iterative Traversal and Tail Insertion Patterns

Demystifying Algorithms: Iterative Traversal and Tail Insertion Patterns

Comments
3 min read
Demystifying Algorithms: Linear Search

Demystifying Algorithms: Linear Search

Comments
4 min read
Demystifying Algorithms: Sliding Window

Demystifying Algorithms: Sliding Window

Comments
4 min read
10 Hidden JavaScript Gems You Should Use in Every Project in 2024

10 Hidden JavaScript Gems You Should Use in Every Project in 2024

Comments
4 min read
Composing Methods: A Practical Guide to Clean Code

Composing Methods: A Practical Guide to Clean Code

3
Comments
4 min read
Comparing Array Methods in JavaScript and Python: A Comprehensive Guide 📊

Comparing Array Methods in JavaScript and Python: A Comprehensive Guide 📊

Comments
1 min read
Advanced Git Workflows and Best Practices in Version Control Systems

Advanced Git Workflows and Best Practices in Version Control Systems

Comments
4 min read
JavaScript for Beginners: All You Need to Know to Perfect Your Basics

JavaScript for Beginners: All You Need to Know to Perfect Your Basics

1
Comments 2
4 min read
The Scope Chain, Scope & Lexical Environment

The Scope Chain, Scope & Lexical Environment

1
Comments
2 min read
Undefined Vs Not Defined in Javascript

Undefined Vs Not Defined in Javascript

1
Comments
1 min read
Simplifying Union Types and Arrays in TypeScript

Simplifying Union Types and Arrays in TypeScript

1
Comments 2
2 min read
Python Fundamentals: Theory Overview

Python Fundamentals: Theory Overview

4
Comments 1
21 min read
map(), filter(), and reduce() in Javascript

map(), filter(), and reduce() in Javascript

14
Comments 6
3 min read
loading...