DEV Community

Explain Like I'm Five

Got a question to ask and want a simple response? Use this tag!

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Explain REDUCE Like I'm Five

Explain REDUCE Like I'm Five

16
Comments 19
1 min read
All (or just most) of what you need to know about handling Promises

All (or just most) of what you need to know about handling Promises

54
Comments 14
3 min read
Open Source is Broken

Open Source is Broken

193
Comments 65
22 min read
Send me all the Kotlin questions you were too afraid to ask

Send me all the Kotlin questions you were too afraid to ask

10
Comments 10
1 min read
Explain Kubernetes to me like I'm Five

Explain Kubernetes to me like I'm Five

231
Comments 24
1 min read
Detecting colors

Detecting colors

6
Comments 1
1 min read
I am java developer trying to learn node.JS, where should I start.

I am java developer trying to learn node.JS, where should I start.

11
Comments 7
1 min read
Things you did not know about hoisting in Javascript!

Things you did not know about hoisting in Javascript!

10
Comments
1 min read
Explain MapReduce Like I'm Five

Explain MapReduce Like I'm Five

8
Comments
5 min read
Kubernetes - Explained Like You're Five

Kubernetes - Explained Like You're Five

225
Comments 6
6 min read
module.exports v/s exports - Clearing the confusion

module.exports v/s exports - Clearing the confusion

15
Comments
1 min read
Stupid Short: Bash's |, >, >>, <, 2>>, 2> Operators

Stupid Short: Bash's |, >, >>, <, 2>>, 2> Operators

121
Comments 15
4 min read
ELI5: The role of Discrete Mathematics in programmatic problem solving

ELI5: The role of Discrete Mathematics in programmatic problem solving

16
Comments 4
1 min read
Cinderella and the Glass Structural Pattern - A Design Patterns Intro

Cinderella and the Glass Structural Pattern - A Design Patterns Intro

78
Comments 1
12 min read
Multi-threading in Operating System

Multi-threading in Operating System

24
Comments 1
8 min read
Function vs Object

Function vs Object

188
Comments 36
4 min read
Explain This Unsigned Int Meme Like I'm Five

Explain This Unsigned Int Meme Like I'm Five

5
Comments 2
1 min read
How many people are working on my SharePoint site?

How many people are working on my SharePoint site?

7
Comments
4 min read
Explain Node.js like I'm five.

Explain Node.js like I'm five.

14
Comments 4
1 min read
Functional VS Object-Oriented Programming

Functional VS Object-Oriented Programming

149
Comments 23
5 min read
Javascript madness - perfect square

Javascript madness - perfect square

8
Comments 2
1 min read
Function, procedure, method, operator...

Function, procedure, method, operator...

54
Comments
5 min read
I spent an entire Saturday trying to understand .reduce()

I spent an entire Saturday trying to understand .reduce()

25
Comments 6
2 min read
Why does two small for-loops run faster than a big one ?

Why does two small for-loops run faster than a big one ?

24
Comments 6
1 min read
How does python handles " in a string when \ is not provided?

How does python handles " in a string when \ is not provided?

8
Comments 2
1 min read
Demystify Functions

Demystify Functions

10
Comments
5 min read
Explain Service Containers in laravel like i am Five

Explain Service Containers in laravel like i am Five

8
Comments
1 min read
Kid's To-Do: Redux

Kid's To-Do: Redux

10
Comments
3 min read
The Development vs Production Environments

The Development vs Production Environments

10
Comments
1 min read
Using the Switch Statement with Logical Operators

Using the Switch Statement with Logical Operators

14
Comments 6
2 min read
Why you might want to use an array when writing your Christmas cards

Why you might want to use an array when writing your Christmas cards

8
Comments
3 min read
ELI5: What the heck is Kubernetes?

ELI5: What the heck is Kubernetes?

46
Comments 6
1 min read
Selectors in Redux

Selectors in Redux

6
Comments 2
2 min read
Explain The Pros & Cons of OSS Like I'm Five

Explain The Pros & Cons of OSS Like I'm Five

27
Comments 17
1 min read
JVM architecture in a nutshell

JVM architecture in a nutshell

12
Comments
3 min read
currentColor (a CSS variable before CSS variables were cool)

currentColor (a CSS variable before CSS variables were cool)

14
Comments
1 min read
Middleware Logging in Redux

Middleware Logging in Redux

19
Comments
1 min read
Explain python classmethod and abstractmethod like I am five

Explain python classmethod and abstractmethod like I am five

11
Comments 4
1 min read
Sophisticated Connection to Redux State

Sophisticated Connection to Redux State

9
Comments
2 min read
I want to build a Job portal, what tools should i use?

I want to build a Job portal, what tools should i use?

9
Comments 6
1 min read
Advanced Reducers in Redux

Advanced Reducers in Redux

13
Comments
4 min read
What's the use of if __name__ == '__main__': in Python?

What's the use of if __name__ == '__main__': in Python?

27
Comments 11
1 min read
What parsers and 2 year olds have in common. 🚼

What parsers and 2 year olds have in common. 🚼

5
Comments
2 min read
Advanced Actions in Redux

Advanced Actions in Redux

11
Comments
3 min read
Basics in Redux

Basics in Redux

9
Comments 4
3 min read
dev.wtf - developer's reference

dev.wtf - developer's reference

96
Comments 13
4 min read
What is quantum computing?

What is quantum computing?

79
Comments 20
1 min read
Provider Pattern

Provider Pattern

7
Comments
2 min read
CMYK and RGB? HSV and HSL? Introducing the Chromatic Compendium!

CMYK and RGB? HSV and HSL? Introducing the Chromatic Compendium!

9
Comments
3 min read
Debugging - you’re doing it wrong. 10 techniques to find a bug in your code

Debugging - you’re doing it wrong. 10 techniques to find a bug in your code

373
Comments 42
7 min read
Single Responsibility Principle for Dummies

Single Responsibility Principle for Dummies

79
Comments 8
5 min read
Snow White and the Seven Behavioral Patterns - A Design Patterns Intro

Snow White and the Seven Behavioral Patterns - A Design Patterns Intro

213
Comments 2
10 min read
Programming interactive (rotatable) 3D cube

Programming interactive (rotatable) 3D cube

38
Comments
3 min read
Explain Reflection Like I'm Five

Explain Reflection Like I'm Five

9
Comments 2
1 min read
How does this alphabetical-sorting function work?

How does this alphabetical-sorting function work?

8
Comments 2
1 min read
JavaScript - Map & Filter

JavaScript - Map & Filter

13
Comments
3 min read
Fediverse || Mastodon instances ??

Fediverse || Mastodon instances ??

4
Comments 2
1 min read
OOP vs FP

OOP vs FP

7
Comments 9
1 min read
Explain to me Like I'm 5: Content Delivery Network (CDN)

Explain to me Like I'm 5: Content Delivery Network (CDN)

9
Comments 4
1 min read
ELI5: Why self-host a compiler?

ELI5: Why self-host a compiler?

12
Comments 9
1 min read
loading...