Ben Scheer·Dec 24, 2024Here’s a quick JavaScript warmup for solving coding problemsNo fluff, just warmup.
Ben Scheer·Dec 24, 2024How to buy a house — from someone who doesn’t have a houseI don’t have a house (yet)…but this should help.
InJavaScript in Plain EnglishbyBen Scheer·Oct 10, 2023React Context in a NutshellIf you’re new to React Context, or just need a refresher, this is for you.A response icon1A response icon1
Ben Scheer·Jul 18, 2023Entrepreneurs: If You Only Read a Couple of Books in 2023, Read TheseFive picks for books about business, psychology, and more.
Ben Scheer·Dec 2, 2022No more losing links in Slack —here’s my React + Python solutionA small project to put Slack links in their (one) place
Ben Scheer·Jul 27, 2022A 5-step guide to system designHow to tackle a tough system design discussion as an engineer
Ben Scheer·Jan 28, 2022How to Install NVM and Node on macOS M1 Silicon in 2022Get NVM and Node quickly and easily.A response icon4A response icon4
Ben Scheer·Jan 14, 2022Deep Dive: Let’s create a data structure that handles insert, delete, and getRandom in O(1) time…A coding problem and solution, explained with JavaScript.