Corbin Crutchley
they/them
Corbin is a VP of Software Engineering with a passion for helping others. 💜 They're focused on ensuring that learning is open and fun. 🦄 They blog, livestream, code, and more to reach those goals to help others! 💅
-
Dev-ops
-
Developer
-
Author
-
Community Leader
-
Board Member
Achievements
-
It Keeps Going
Write a really long article
-
Collect 'em all
Author a collection of posts!
-
Team Player
Collaborate on an article with another author
Recent articles
View allNavigating the Risks in Leadership
October 20, 2025•793 words
Understanding the challenges and rewards of stepping into leadership roles.
What would Monads in JavaScript look like?
August 18, 2025•1,657 words
Some languages support monads with first-class syntax support. But what does that even mean? How would we support monads, in, say, JavaScript?
Monads explained in JavaScript
August 11, 2025•1,023 words
You may have heard of a "monad" in programming spheres, especially in regards to functional programming terminology. So what on earth even IS a monad?
Let's Write React Hooks From Scratch
July 29, 2025•1,185 words
Ever wondered how React's hooks function under-the-hood? Let's write our own implementation and find out together.