Technology
Beginner 5 min read
Rotating an Array Left by One in JavaScript
A short, focused look at in-place array rotation - and why the loop bound is written the way it is instead of the more obvious-looking alternative.
Read ArticleA short, focused look at in-place array rotation - and why the loop bound is written the way it is instead of the more obvious-looking alternative.
Read ArticleSome practical, slightly opinionated advice on ramping up fast, writing PRs people actually enjoy reviewing, and building habits that pay off years later.
Read ArticleA no-nonsense walkthrough for getting a Next.js project running with TypeScript, the App Router, and one properly typed page.
Read ArticleA quick, practical look at the exact HTML this site expects for a code block - useful if you're writing an article by hand instead of using the editor.
Read Article