I want to start off by saying, I think traditional mentorship has its place and usefulness, but full...
If you’re as enamored with the elegance of mathematics as you are with clean, efficient code, you’re...
This was a exciting year for Clerk, packed with new features and a growing community around Clerk’s...
We’re thrilled to introduce a simplified pricing structure that’s not only easier to understand, but...
In the ever-evolving world of web development, streamlining tasks is paramount. Clerk, the versatile...
Introduction to User Metadata By putting Clerk’s user metadata types to work, developers...
Why I Took a Break and Why I'm Back! I stopped writing blogs, and shorts (like this one),...
Origin Story A little over a year ago I started a community (OSRG) that I wanted to build...
Figured it was about time to change a profile pic I had been using for 4 years. I have changed it...
Introduction I decided I was tired of a GitFlow process. Every time I had to write a commi...
So I saw a post on Twitter, talking about labeled breaks... Which led to people fervently recommendin...
I eventually plan on building my personal website or portfolio... whatever you want to call it. I hav...
I was able to with a little help from another answer in the responses to come up with a...
The Advice: Editor: The code challenge sites all have their code editors, they all have s...
originally I wrote this for Journalism class in college. I liked it enough to put it on Medi...
Original a post I wrote on Medium, moved over to Dev.to The pains and learning from using...
So I found out that you can make these cards and publish them to NPM and from there use NPX npx @ja...
TL;DR If you just want the code/project to run locally -- https://github.com/JacobMGEvans/finite-stat...
So I am going to start tracking my learning and attempts at implementing XState and the finite state...
Let's discuss the experiences. I plan on wiring out the article more but I want to hear from other pe...
TL;DR Short answer yes, blogsite https://kentcdodds.com/blog/write-fewer-longer-tests This blog inco...
tl;dr I made this article with HTML and use it to explain DOM, window, document and how to...
I hear a lot about the flaws of JavaScript and why people don't like it or think the language (JavaSc...
tl;dr Recursion has real-world benefits, not just to impress interviewers with recursive fizz-buzz or...
tl;dr finished up talking about await and execution blocking. Went over why Promise is still valuabl...
tl;dr async/await is a great way to deal with asynchronous behavior, once you get the hang of the syn...
HTTP Requests Overview HTTP HTTP stands for Hypertext Transfer Protocol and is...
Twitter: @jacobmgevans I wrote out some examples of Object methods being used, to get certain data f...
Examples & Scenerios Twitter: @jacobmgevans So it is still a work in progress but som...
Immutable Concepts and Techniques Reasons for using immutable practices in JavaSc...