Apr 17 · 3 min read · Have you ever wondered what happens to your long-running backend task when a user suddenly closes their browser or cancels a request? Without proper handling, your server might continue to burn CPU cy
Join discussion
Apr 3 · 5 min read · There is a frustration every developer knows. You have the solution in your head. The logic is clear. And then your fingers just don't keep up. You mistype a bracket, fumble an underscore, break your
Join discussionMar 22 · 19 min read · I need to tell you something that your coding bootcamp probably didn't mention. While you're drowning in console.log statements, trying to figure out why your API returns undefined on the third click,
Join discussion
Feb 12 · 2 min read · Efficient coding keys in VS Code: Hard Reload - Ctrl+Shift+R Switch Files - Ctrl+P Open Terminal - Ctrl + ~ Exit Command - Ctrl + C Clear Terminal - Ctrl + P Import Error Suggestions - Ctrl+Space Select same word - Ctrl+D then keep pressing just D,D,...
Join discussionFeb 9 · 4 min read · Have you heard of the term coding kata? It sounds a bit pretentious at first. Slightly martial-arts-adjacent. But the idea behind it is simple, and surprisingly useful. This post covers three things: what a coding kata actually is what it’s good fo...
Join discussion