DEV Community

Clean Code Studio profile picture

Clean Code Studio

Clean Code Clean Life ~ Simplify

Education

Self Taught

Work

Senior Software Engineer - Anaconda, Inc.

There's a reason neurologist don't do open heart surgery.

There's a reason neurologist don't do open heart surgery.

2
Comments
1 min read

Want to connect with Clean Code Studio?

Create an account to connect with Clean Code Studio. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Don't Eat the 🍪 [All In One Bite]

Don't Eat the 🍪 [All In One Bite]

1
Comments
4 min read
Mastering Binary Search

Mastering Binary Search

4
Comments
5 min read
I built an industrial scale web scraper. Here's what I learned.

I built an industrial scale web scraper. Here's what I learned.

2
Comments
1 min read
Why cross-platform apps looking to scale should use RPC (over plain old IPC and instead of REST)

Why cross-platform apps looking to scale should use RPC (over plain old IPC and instead of REST)

2
Comments 4
5 min read
Chat GPT-4 Already Used In the Wild (Stripe, Duolingo, Khan Academy, etc...)

Chat GPT-4 Already Used In the Wild (Stripe, Duolingo, Khan Academy, etc...)

5
Comments
2 min read
Insertion Sort (Python Algorithms)

Insertion Sort (Python Algorithms)

1
Comments
1 min read
Bubble Sort (Python Algorithms)

Bubble Sort (Python Algorithms)

1
Comments
1 min read
Liskov's Substitution Principle (Python Design Patterns)

Liskov's Substitution Principle (Python Design Patterns)

1
Comments
2 min read
Python Open Closed Design Pattern (Python SOLID Principles)

Python Open Closed Design Pattern (Python SOLID Principles)

1
Comments
1 min read
Python Single Responsibility Design Pattern (Code Example)

Python Single Responsibility Design Pattern (Code Example)

1
Comments
1 min read
How electricity reaches computer (And why its needed)

How electricity reaches computer (And why its needed)

3
Comments
3 min read
Observable facts that denote deeper meaning abstracted from the lower level details within a system and its particles

Observable facts that denote deeper meaning abstracted from the lower level details within a system and its particles

2
Comments
2 min read
What are the most profitable side hustles for software engineers?

What are the most profitable side hustles for software engineers?

6
Comments
2 min read
Can json rpc and grpc work together?

Can json rpc and grpc work together?

2
Comments
1 min read
Blockchains, Artificial Intelligence (AI), and Decentralized Networks (+ smart contracts)

Blockchains, Artificial Intelligence (AI), and Decentralized Networks (+ smart contracts)

3
Comments
2 min read
Rust's impact on security (Why the NSA, Microsoft CTO, and Linux recommend it as the safer choice over C and C++)

Rust's impact on security (Why the NSA, Microsoft CTO, and Linux recommend it as the safer choice over C and C++)

7
Comments 3
9 min read
The Proficient, Efficient, and Consistent Solution (Skillful, Minimal, & Disciplined Practitioners)

The Proficient, Efficient, and Consistent Solution (Skillful, Minimal, & Disciplined Practitioners)

8
Comments
6 min read
Crypto Winter (or innovations natural course)

Crypto Winter (or innovations natural course)

6
Comments
1 min read
Document Object Model Specification

Document Object Model Specification

15
Comments 1
54 min read
My life since dropping out of college (4 years ago)

My life since dropping out of college (4 years ago)

12
Comments 2
2 min read
Slow down race car driver (patience)

Slow down race car driver (patience)

7
Comments
1 min read
Function Pre-conditions & Post-conditions (What are they?)

Function Pre-conditions & Post-conditions (What are they?)

5
Comments
2 min read
I Make (this much) $ Sharing Dev Content [And Here's How]

I Make (this much) $ Sharing Dev Content [And Here's How]

32
Comments 2
12 min read
I Create Dev Content, YOU SHOULD TOO [And Here's why]!

I Create Dev Content, YOU SHOULD TOO [And Here's why]!

25
Comments 2
4 min read
Object Oriented PHP (Lesson 3: Inheritance)

Object Oriented PHP (Lesson 3: Inheritance)

13
Comments
2 min read
Object Oriented PHP (Lesson 2: Objects & Static Methods)

Object Oriented PHP (Lesson 2: Objects & Static Methods)

13
Comments
2 min read
Object Oriented PHP (Lesson 1: Classes)

Object Oriented PHP (Lesson 1: Classes)

15
Comments
2 min read
Space Exploration (What's all the outrage about?)

Space Exploration (What's all the outrage about?)

14
Comments 2
2 min read
"INTERFACES - WHY USE THEM?" 😦 (my reply)

"INTERFACES - WHY USE THEM?" 😦 (my reply)

27
Comments 2
6 min read
🤯 10 [Insightful] Programming Wisdom Quotes!

🤯 10 [Insightful] Programming Wisdom Quotes!

81
Comments 10
3 min read
Differences between Node.js and the Browser

Differences between Node.js and the Browser

74
Comments 2
5 min read
Compare Things In JavaScript [Explained in A Gross Amount of Detail]

Compare Things In JavaScript [Explained in A Gross Amount of Detail]

10
Comments
12 min read
Fluent JavaScript Stringable (Laravel Inspired)

Fluent JavaScript Stringable (Laravel Inspired)

26
Comments 1
11 min read
10 Tips For Clean Code

10 Tips For Clean Code

65
Comments 11
1 min read
PHP _call 🧙‍♂️(Lesson 3: PHP Magic Methods)

PHP _call 🧙‍♂️(Lesson 3: PHP Magic Methods)

42
Comments 1
1 min read
What advice would you give to High Schooler (Thinking of software developer career)?

What advice would you give to High Schooler (Thinking of software developer career)?

23
Comments 37
2 min read
GRIT IT or QUIT IT

GRIT IT or QUIT IT

12
Comments 1
4 min read
Linux Terminal Cheat Sheet (Useful for Beginners)

Linux Terminal Cheat Sheet (Useful for Beginners)

103
Comments 2
3 min read
How to Make Laravel Facades (Tutorial)

How to Make Laravel Facades (Tutorial)

34
Comments 1
4 min read
Arrays, hash tables, linked lists, queues, stacks, & trees (My repl.it playground while studying for FAANG)

Arrays, hash tables, linked lists, queues, stacks, & trees (My repl.it playground while studying for FAANG)

63
Comments 1
2 min read
This is How To Make JS Promises [From Scratch]

This is How To Make JS Promises [From Scratch]

62
Comments 1
8 min read
⚡ 10 of the Best Chrome Extensions [Guaranteed To Make Your Day]

⚡ 10 of the Best Chrome Extensions [Guaranteed To Make Your Day]

59
Comments 1
10 min read
JavaScript (Lexical Structure)

JavaScript (Lexical Structure)

13
Comments 1
4 min read
100+ (Clean Code Studio) Coding Screencasts

100+ (Clean Code Studio) Coding Screencasts

21
Comments 1
6 min read
Kadane's Algorithm (Maximum Sum Subarray Problem)

Kadane's Algorithm (Maximum Sum Subarray Problem)

19
Comments 5
4 min read
PHP __destruct (🧙‍♂️Lesson 2: PHP Magic Methods)

PHP __destruct (🧙‍♂️Lesson 2: PHP Magic Methods)

11
Comments 1
2 min read
PHP __construct (🧙‍♂️Lesson 1: PHP Magic Methods)

PHP __construct (🧙‍♂️Lesson 1: PHP Magic Methods)

16
Comments 1
1 min read
Clean Code Studio Software Resources (Regex)

Clean Code Studio Software Resources (Regex)

11
Comments 1
2 min read
Laravel Fluent Str - 48 Methods [🚀 10 MINUTES!]

Laravel Fluent Str - 48 Methods [🚀 10 MINUTES!]

20
Comments 1
3 min read
Clean Code Studio Software Resources (Laravel)

Clean Code Studio Software Resources (Laravel)

19
Comments 1
1 min read
Clean Code Studio Software Resources (Style)

Clean Code Studio Software Resources (Style)

9
Comments 1
1 min read
Clean Code Studio Software Resources (JavaScript)

Clean Code Studio Software Resources (JavaScript)

14
Comments 1
3 min read
Vue Form Validators (Laravel Inspired)

Vue Form Validators (Laravel Inspired)

15
Comments 1
20 min read
5 of The Best Study Materials for Google [Recommended by Google]

5 of The Best Study Materials for Google [Recommended by Google]

44
Comments 2
10 min read
Crazy Laravel Stack (Fantastically Powerful)

Crazy Laravel Stack (Fantastically Powerful)

123
Comments 3
13 min read
14 JavaScript Array Methods (In 8 Minutes)

14 JavaScript Array Methods (In 8 Minutes)

108
Comments 2
4 min read
Quick Sort (JS Example)

Quick Sort (JS Example)

15
Comments 4
2 min read
Merge Sort (JS Example)

Merge Sort (JS Example)

15
Comments 1
2 min read
Selection Sort (JS Example)

Selection Sort (JS Example)

10
Comments 1
2 min read
loading...