Jacob Evans

Jacob Evans @jacobmgevans

About: Father | ex-Cloudflare ex-Clerk | Autistic | AF Veteran | Hardware | Camping & Hiking 🏕️ | Trekkie | D&D twitch.tv/jacobmgevans | OSS | @O_S_R_G

Location:
Austin, TX
Joined:
Oct 19, 2017

Jacob Evans
articles - 39 total

Mentorship To Me

I want to start off by saying, I think traditional mentorship has its place and usefulness, but full...

Learn More 12 1Apr 17 '25

Mathematical Magic with JS Sets: Demystifying

If you’re as enamored with the elegance of mathematics as you are with clean, efficient code, you’re...

Learn More 1 0Feb 8 '25

Clerk in 2023: A Year in Review

This was a exciting year for Clerk, packed with new features and a growing community around Clerk’s...

Learn More 9 0Jan 4 '24

Updated Pricing: 10,000 MAUs Free, and a new “Pro Plan”

We’re thrilled to introduce a simplified pricing structure that’s not only easier to understand, but...

Learn More 41 3Nov 30 '23

Next.js Authentication with Clerk: Streamlined SSR Handling

In the ever-evolving world of web development, streamlining tasks is paramount. Clerk, the versatile...

Learn More 7 0Nov 22 '23

Exploring Clerk Metadata with Stripe Webhooks

Introduction to User Metadata By putting Clerk’s user metadata types to work, developers...

Learn More 25 0Nov 13 '23

I'm Back! Burnout Sucks.

Why I Took a Break and Why I'm Back! I stopped writing blogs, and shorts (like this one),...

Learn More 14 7Oct 26 '23

How I am bringing OSS contributing to Twitch, taking everyone with me and more...

Origin Story A little over a year ago I started a community (OSRG) that I wanted to build...

Learn More 7 1Jul 9 '22

Fresh New Profile Pic

Figured it was about time to change a profile pic I had been using for 4 years. I have changed it...

Learn More 0 0Feb 10 '22

Git Graft: A NPX Tool & Git Hook in TypeScript & Node

Introduction I decided I was tired of a GitFlow process. Every time I had to write a commi...

Learn More 0 0Jun 4 '21

Labeled Breakout & GOTO

So I saw a post on Twitter, talking about labeled breaks... Which led to people fervently recommendin...

Learn More 4 1Jul 8 '20

Digital Garden

I eventually plan on building my personal website or portfolio... whatever you want to call it. I hav...

Learn More 5 9Jul 2 '20

Answer: How can I clear a Codemirror editor field from Cypress

I was able to with a little help from another answer in the responses to come up with a...

Learn More 4 0Jun 29 '20

The Codewars’ Climb to 4kyu

The Advice: Editor: The code challenge sites all have their code editors, they all have s...

Learn More 4 0Apr 1 '20

Gamification and Crowdsourcing

originally I wrote this for Journalism class in college. I liked it enough to put it on Medi...

Learn More 1 1Apr 1 '20

Twitter Retweet Bot

Original a post I wrote on Medium, moved over to Dev.to The pains and learning from using...

Learn More 1 0Apr 1 '20

I Made A NPM Card... It Was Fun

So I found out that you can make these cards and publish them to NPM and from there use NPX npx @ja...

Learn More 7 0Apr 1 '20

XState Series: Temperature Converter

TL;DR If you just want the code/project to run locally -- https://github.com/JacobMGEvans/finite-stat...

Learn More 10 1Mar 14 '20

XState Series: Introduction

So I am going to start tracking my learning and attempts at implementing XState and the finite state...

Learn More 42 1Mar 14 '20

My Hacktoberfest 2019 Experience - First Times, Tons of Learning, Stress, Self-Doubt and at the end of it all...SWAG!

Let's discuss the experiences. I plan on wiring out the article more but I want to hear from other pe...

Learn More 7 3Mar 3 '20

Why read Kent C. Dodds articles or newsletter

TL;DR Short answer yes, blogsite https://kentcdodds.com/blog/write-fewer-longer-tests This blog inco...

Learn More 7 3Feb 23 '20

DOM Explained (somewhat 😆) & Modifying it With Vanilla JavaScript

tl;dr I made this article with HTML and use it to explain DOM, window, document and how to...

Learn More 69 0Nov 16 '19

Language Flaws - Let's talk about them

I hear a lot about the flaws of JavaScript and why people don't like it or think the language (JavaSc...

Learn More 15 12Nov 9 '19

Recursion - what, why & how

tl;dr Recursion has real-world benefits, not just to impress interviewers with recursive fizz-buzz or...

Learn More 48 6Nov 9 '19

Await, Promises & Promise Methods

tl;dr finished up talking about await and execution blocking. Went over why Promise is still valuabl...

Learn More 79 0Nov 5 '19

Async & Overview async/await

tl;dr async/await is a great way to deal with asynchronous behavior, once you get the hang of the syn...

Learn More 58 0Nov 4 '19

Fetch -- HTTP requests

HTTP Requests Overview HTTP HTTP stands for Hypertext Transfer Protocol and is...

Learn More 48 0Nov 4 '19

A Few Useful Objects Methods, built-ins Part 1

Twitter: @jacobmgevans I wrote out some examples of Object methods being used, to get certain data f...

Learn More 12 0Oct 24 '19

JavaScript Useful Array Methods! Part 1

Examples & Scenerios Twitter: @jacobmgevans So it is still a work in progress but som...

Learn More 16 0Oct 24 '19

Writing Immutable and Functional JavaScript

Immutable Concepts and Techniques Reasons for using immutable practices in JavaSc...

Learn More 58 5Aug 14 '19