Published onOctober 3, 2024Debugging in ProductionengineeringbackendprocessProduction bugs are different from local ones. You can't just add a console.log and refresh. Here's how to approach them methodically.
Published onAugust 22, 2024Writing SQL You'll Thank Yourself FordatabasesbackendSQL is easy to write badly. A few habits make queries more readable, more correct, and much easier to optimize later.
Published onJuly 13, 2024How does React know when to re-renderreactfrontendReferential equality in JavaScript and it's importance in React's rendering behavior.
Published onJuly 8, 2024Introduction to Cookies and SecuritycookiessecurityLearn about the history of cookies and how to use it securily on the web
Published onJuly 8, 2024Introduction to VIM movementsvimtoolsLearn how to navigate using vim movements and why learning them is worth the initial friction.