DEV Community

Aaron Rose profile picture

Aaron Rose

Software engineer and technology writer at tech-reader.blog

Location Dallas, TX Joined Joined on  Personal website https://www.tech-reader.blog
8 Week Community Wellness Streak
JavaScript
Top 7
Go
Python
4 Week Community Wellness Streak
2 Week Community Wellness Streak
1 Week Community Wellness Streak
One Year Club
Writing Debut
Happy New Year! 🎉

Happy New Year! 🎉

22
Comments 11
1 min read

Want to connect with Aaron Rose?

Create an account to connect with Aaron Rose. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
The Secret Life of JavaScript: Inheritance

The Secret Life of JavaScript: Inheritance

14
Comments 2
3 min read
The Secret Life of Go: Error Handling

The Secret Life of Go: Error Handling

4
Comments
6 min read
The Secret Life of Go: Packages and Structure

The Secret Life of Go: Packages and Structure

6
Comments
5 min read
Python by Structure: Precise Error Scoping with Try/Except/Else

Python by Structure: Precise Error Scoping with Try/Except/Else

5
Comments
2 min read
Python by Structure: Decorators and the "Logic Envelope"

Python by Structure: Decorators and the "Logic Envelope"

3
Comments
2 min read
Python by Structure: List Comprehensions and the "Single Action"

Python by Structure: List Comprehensions and the "Single Action"

3
Comments
3 min read
Python by Structure: How the 'with' Statement Automates Resource Management

Python by Structure: How the 'with' Statement Automates Resource Management

1
Comments
3 min read
The Secret Life of Python: The Truth About Nothing

The Secret Life of Python: The Truth About Nothing

5
Comments 1
4 min read
The Secret Life of JavaScript: Asynchrony

The Secret Life of JavaScript: Asynchrony

8
Comments
3 min read
The Secret Life of JavaScript: The Power of Function Composition

The Secret Life of JavaScript: The Power of Function Composition

6
Comments
5 min read
The Secret Life of Go: Atomic Operations

The Secret Life of Go: Atomic Operations

8
Comments 1
6 min read
The Secret Life of Python: The Infinite Copy

The Secret Life of Python: The Infinite Copy

15
Comments 6
4 min read
The Secret Life of Python: The Statue in the Memory

The Secret Life of Python: The Statue in the Memory

11
Comments 2
4 min read
The Secret Life of Python: The Myth of the Box

The Secret Life of Python: The Myth of the Box

11
Comments 1
4 min read
The Secret Life of JavaScript: Currying vs. Partial Application

The Secret Life of JavaScript: Currying vs. Partial Application

13
Comments 2
5 min read
Python by Structure: List Comprehensions and Their Hidden Complexity

Python by Structure: List Comprehensions and Their Hidden Complexity

6
Comments
7 min read
The Secret Life of JavaScript: Understanding Closures

The Secret Life of JavaScript: Understanding Closures

37
Comments 5
10 min read
The Secret Life of JavaScript: Understanding Prototypes

The Secret Life of JavaScript: Understanding Prototypes

29
Comments 7
11 min read
The Secret Life of Python: The Import System

The Secret Life of Python: The Import System

7
Comments 3
19 min read
The Secret Life of Go: Mutexes and Synchronization

The Secret Life of Go: Mutexes and Synchronization

5
Comments
10 min read
The Secret Life of JavaScript: Understanding 'this'

The Secret Life of JavaScript: Understanding 'this'

12
Comments 5
11 min read
The Secret Life of JavaScript: Let, Const, and Why Variables Are Complicated

The Secret Life of JavaScript: Let, Const, and Why Variables Are Complicated

43
Comments 15
9 min read
Python by Structure: Context Managers and the 'with' Statement

Python by Structure: Context Managers and the 'with' Statement

3
Comments
6 min read
The Secret Life of Python: Metaclasses - Classes That Make Classes

The Secret Life of Python: Metaclasses - Classes That Make Classes

2
Comments
17 min read
The Secret Life of Go: Goroutines and Channels

The Secret Life of Go: Goroutines and Channels

6
Comments 1
9 min read
Python by Structure: Return Value Transformations with Decorators

Python by Structure: Return Value Transformations with Decorators

3
Comments 3
4 min read
The Secret Life of Python: super() and the Method Resolution Order

The Secret Life of Python: super() and the Method Resolution Order

21
Comments 4
18 min read
The Secret Life of Go: Interfaces

The Secret Life of Go: Interfaces

7
Comments
8 min read
Python by Structure: Property Decorators and Managed Attributes

Python by Structure: Property Decorators and Managed Attributes

4
Comments 1
5 min read
The Secret Life of Go: Structs

The Secret Life of Go: Structs

8
Comments
8 min read
The Secret Life of Go: Maps

The Secret Life of Go: Maps

6
Comments
7 min read
The Secret Life of Go: Arrays and Slices

The Secret Life of Go: Arrays and Slices

3
Comments
8 min read
Python by Structure: How Decorators Transform Classes

Python by Structure: How Decorators Transform Classes

3
Comments 1
5 min read
The Secret Life of Python: Attribute Lookup Secrets

The Secret Life of Python: Attribute Lookup Secrets

2
Comments
16 min read
The Secret Life of Go: Functions

The Secret Life of Go: Functions

6
Comments 1
8 min read
The Secret Life of Go: Variables & Types

The Secret Life of Go: Variables & Types

5
Comments
10 min read
The Secret Life of Go

The Secret Life of Go

13
Comments 4
10 min read
Python by Structure - Class-Based Decorators That Remember

Python by Structure - Class-Based Decorators That Remember

4
Comments
3 min read
The Secret Life of Python: Bytecode Secrets - What Python Really Runs

The Secret Life of Python: Bytecode Secrets - What Python Really Runs

3
Comments
26 min read
Python by Structure: Decorator Chains and Execution Order

Python by Structure: Decorator Chains and Execution Order

5
Comments
5 min read
The Secret Life of Python: MRO Secrets - The Diamond Problem Solved

The Secret Life of Python: MRO Secrets - The Diamond Problem Solved

3
Comments
24 min read
Python by Structure: Match Statements and Pattern Guards

Python by Structure: Match Statements and Pattern Guards

3
Comments
6 min read
The Secret Life of Python: GIL Secrets - Python's Threading Mystery

The Secret Life of Python: GIL Secrets - Python's Threading Mystery

5
Comments 2
21 min read
Python by Structure: The Walrus Operator - Assignment Where You Need It

Python by Structure: The Walrus Operator - Assignment Where You Need It

10
Comments
4 min read
Python by Structure: Context Managers and the With Statement

Python by Structure: Context Managers and the With Statement

4
Comments
4 min read
Python by Structure: Generator Delegation with Yield From

Python by Structure: Generator Delegation with Yield From

Comments
4 min read
The Secret Life of Python: Metaclass Secrets - Classes That Create Classes

The Secret Life of Python: Metaclass Secrets - Classes That Create Classes

Comments
13 min read
Python by Structure: The For/Else Block You Didn't Know Existed

Python by Structure: The For/Else Block You Didn't Know Existed

5
Comments 5
3 min read
Python by Structure: The Try/Else Block You're Not Using

Python by Structure: The Try/Else Block You're Not Using

6
Comments
3 min read
The Secret Life of Python: Descriptor Secrets - How Properties Really Work

The Secret Life of Python: Descriptor Secrets - How Properties Really Work

2
Comments
16 min read
The Secret Life of Python: Context Manager Secrets - The Magic of `with`

The Secret Life of Python: Context Manager Secrets - The Magic of `with`

4
Comments
14 min read
The Secret Life of Python: Decorator Secrets - Functions That Wrap Functions

The Secret Life of Python: Decorator Secrets - Functions That Wrap Functions

3
Comments
14 min read
The Python Structure Viewer: A Clear Window into Your Code

The Python Structure Viewer: A Clear Window into Your Code

5
Comments 3
2 min read
The Secret Life of Python: Generator Secrets - Functions That Remember

The Secret Life of Python: Generator Secrets - Functions That Remember

2
Comments
17 min read
The Secret Life of Python: The Iterator Protocol - Why For Loops Are Magic

The Secret Life of Python: The Iterator Protocol - Why For Loops Are Magic

4
Comments 1
17 min read
The Secret Life of Python: The Descriptor Protocol - How Properties Really Work

The Secret Life of Python: The Descriptor Protocol - How Properties Really Work

5
Comments
25 min read
The Secret Life of Python: The Copy Dilemma - Shallow vs Deep Copying Explained

The Secret Life of Python: The Copy Dilemma - Shallow vs Deep Copying Explained

3
Comments 1
13 min read
The Secret Life of Python: The String Intern Pool - When Two Strings Are One Object

The Secret Life of Python: The String Intern Pool - When Two Strings Are One Object

5
Comments
13 min read
The Secret Life of Python: The Memory Manager - How Python's Garbage Collector Works

The Secret Life of Python: The Memory Manager - How Python's Garbage Collector Works

3
Comments 3
16 min read
loading...