DEV Community

Corbin Crutchley profile picture

Corbin Crutchley

I run my own programming blog called Unicorn Utterances, I do development of all kinds, usually focusing on web development. I collect retro video games 🎮, like reading 📖, love teaching 👨‍🏫

Location Sacramento, California Joined Joined on  Personal website https://framework.guide github website twitter website

Work

Author of "The Framework Field Guide"

How Binary and Hexadecimal Work: An introduction to non-decimal number systems

How Binary and Hexadecimal Work: An introduction to non-decimal number systems

5
Comments
11 min read

Want to connect with Corbin Crutchley?

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

Already have an account? Sign in
TypeScript Intermediates - Type Generics

TypeScript Intermediates - Type Generics

19
Comments 7
9 min read
Introduction to TypeScript — What is TypeScript?

Introduction to TypeScript — What is TypeScript?

6
Comments
10 min read
What is React's useFormState and useFormStatus?

What is React's useFormState and useFormStatus?

4
Comments
5 min read
What are React Server Actions?

What are React Server Actions?

1
Comments
8 min read
What is React Suspense and Async Rendering?

What is React Suspense and Async Rendering?

9
Comments 1
5 min read
What are React Server Components (RSCs)?

What are React Server Components (RSCs)?

5
Comments 1
4 min read
What is Server Side Rendering (SSR) and Static Site Generation (SSG)?

What is Server Side Rendering (SSR) and Static Site Generation (SSG)?

13
Comments
8 min read
What is Reconciliation and the Virtual DOM (VDOM)?

What is Reconciliation and the Virtual DOM (VDOM)?

14
Comments 3
4 min read
What is Reactivity?

What is Reactivity?

32
Comments 6
6 min read
Discovering Odd Behavior with Angular Error Handling

Discovering Odd Behavior with Angular Error Handling

10
Comments
8 min read
Porting a Next.js Site to Astro Step-by-Step

Porting a Next.js Site to Astro Step-by-Step

17
Comments
9 min read
Using JavaScript classes without the `class` keyword

Using JavaScript classes without the `class` keyword

46
Comments 16
5 min read
A story of let, const, object mutation, and a bug in my code

A story of let, const, object mutation, and a bug in my code

45
Comments 9
10 min read
Mastering JavaScript's `this` keyword using `bind`

Mastering JavaScript's `this` keyword using `bind`

23
Comments 1
7 min read
Functions Are Killing Your React App's Performance

Functions Are Killing Your React App's Performance

66
Comments 25
14 min read
Formik Works Great; Here's Why I Wrote My Own

Formik Works Great; Here's Why I Wrote My Own

43
Comments 39
15 min read
What Happened to UUIDv2?

What Happened to UUIDv2?

9
Comments 1
8 min read
What are UUIDs?

What are UUIDs?

16
Comments
9 min read
Angular Internals: How Reactivity Works with Zone.js

Angular Internals: How Reactivity Works with Zone.js

55
Comments 8
18 min read
Why is z-index not working?! - Explaining CSS Stacking Context

Why is z-index not working?! - Explaining CSS Stacking Context

60
Comments 5
16 min read
React Hooks in Angular?! Share Lifecycle Methods Between Components in Angular

React Hooks in Angular?! Share Lifecycle Methods Between Components in Angular

12
Comments
14 min read
What You Never Learned about JavaScript Functions

What You Never Learned about JavaScript Functions

11
Comments 3
10 min read
A Guide to Python's Secret Superpower: Magic Methods

A Guide to Python's Secret Superpower: Magic Methods

12
Comments
10 min read
Developer Diaries: How We Built a Better Browser-Based IDE with Monaco

Developer Diaries: How We Built a Better Browser-Based IDE with Monaco

12
Comments 2
8 min read
React Refs: The Complete Story

React Refs: The Complete Story

254
Comments 7
21 min read
The Complete Guide to Regular Expressions (Regex)

The Complete Guide to Regular Expressions (Regex)

696
Comments 9
14 min read
Rules of React's useEffect

Rules of React's useEffect

32
Comments 1
10 min read
How to Upgrade to React 18

How to Upgrade to React 18

7
Comments
3 min read
WebDev 101: How to use Node, NPM, and Yarn

WebDev 101: How to use Node, NPM, and Yarn

18
Comments 2
17 min read
A Better Way To Code: Documentation Driven Development

A Better Way To Code: Documentation Driven Development

191
Comments 18
7 min read
Rust Enums, Matching, & Options API

Rust Enums, Matching, & Options API

10
Comments
8 min read
loading...