DEV Community

# programmingtips

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Demystifying Algorithms: Modular Indexing

Demystifying Algorithms: Modular Indexing

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
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
Composing Methods: A Practical Guide to Clean Code

Composing Methods: A Practical Guide to Clean Code

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

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

8
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

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

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

14
Comments 6
3 min read
Intuition VS. Guesstimate - Why are projects more late than not.

Intuition VS. Guesstimate - Why are projects more late than not.

1
Comments
6 min read
Understanding Go's Garbage Collector: A Detailed Guide

Understanding Go's Garbage Collector: A Detailed Guide

4
Comments 1
4 min read
Tips for collaborating with a new project codebase

Tips for collaborating with a new project codebase

10
Comments
5 min read
The Importance of Comments in Large Projects

The Importance of Comments in Large Projects

3
Comments 3
3 min read
How to Switch from HTTPS to SSH for GitLab Repositories

How to Switch from HTTPS to SSH for GitLab Repositories

4
Comments
2 min read
Moving Work from the Main Branch to a New Branch in Git

Moving Work from the Main Branch to a New Branch in Git

Comments
2 min read
Reverting File Changes in Git: A Comprehensive Guide

Reverting File Changes in Git: A Comprehensive Guide

7
Comments 1
3 min read
PyStructures

PyStructures

Comments
11 min read
Effective Error 🚹 Handling Strategies in [Your Preferred Programming Language]

Effective Error 🚹 Handling Strategies in [Your Preferred Programming Language]

5
Comments
1 min read
Understanding Object-Oriented Programming Concepts: A Comprehensive Guide for Interviews

Understanding Object-Oriented Programming Concepts: A Comprehensive Guide for Interviews

2
Comments 4
1 min read
5 Git Commands You Shouldn’t Ignore

5 Git Commands You Shouldn’t Ignore

9
Comments 2
2 min read
Entry-7: Different Ways to Collections in C#

Entry-7: Different Ways to Collections in C#

1
Comments 3
4 min read
The Right Way to Check for Null in C#

The Right Way to Check for Null in C#

37
Comments 1
4 min read
Programming Tip #5: Sleep

Programming Tip #5: Sleep

9
Comments
1 min read
Programming Tip #4: Domain Modeling using And and Or types

Programming Tip #4: Domain Modeling using And and Or types

6
Comments
1 min read
Programming Tip #3: Functional Core, Imperative Shell for AWS Lambdas

Programming Tip #3: Functional Core, Imperative Shell for AWS Lambdas

7
Comments
1 min read
Programming Tip #2: Avoid globals for dependencies; instead inject them as function arguments.

Programming Tip #2: Avoid globals for dependencies; instead inject them as function arguments.

3
Comments 6
1 min read
Understand more magic methods: __callStatic()

Understand more magic methods: __callStatic()

8
Comments
2 min read
Importing Modules In Python

Importing Modules In Python

7
Comments 1
3 min read
Create a React drag and drop file upload component from scratch đŸ„Š

Create a React drag and drop file upload component from scratch đŸ„Š

45
Comments 1
3 min read
Programming Case Types !Explained

Programming Case Types !Explained

2
Comments
2 min read
On Readability

On Readability

8
Comments
2 min read
Logging In With Laravel

Logging In With Laravel

15
Comments
13 min read
9 tiny tips to make your JavaScript code run faster

9 tiny tips to make your JavaScript code run faster

14
Comments 4
4 min read
Solve long, then solve fast.

Solve long, then solve fast.

15
Comments 11
4 min read
loading...