janac·Jun 5Sharing a Termius Session Between macOS and iOSTermius can sync saved connection details between macOS and iOS, but it does not automatically preserve the exact same live terminal…
janac·Feb 27Awesome alternative to `cd` on Z-ShellAfter ~15 years of using cli, I only just discovered fuzzy directory jumpers!
janac·May 5, 2024Top Five ERC-1155 NFTs to Watch in 2024There are a few different standards for NFTs. ERC-721, ERC-721A, ERC-1155, and many others.
janac·Feb 14, 2024NextJS fails with UND_ERR_REQ_CONTENT_LENGTH_MISMATCH after redirect from serverIf your NextJS App Router app is throwing this error:
janac·Feb 10, 2024Writing and Reading Files Using NodeJS in NextJS App RouterJavaScript is used on the frontend and backend.
janac·Feb 2, 20242023 Year in ReviewI enjoy looking back at the past year and collecting any interesting insights. Let’s start with some basics milestones.
janac·Jan 9, 2024Creating a Form using React and NextJS App RouterTo create a form in React v18+ and NextJS App Router, there is some prerequisite knowledge required.
janac·Jan 5, 2024React Server Components VS Client Components in NextJS App RouterNote: this article assumes the reader has basic knowledge of React. We start with a quick primer just in case.
janac·Dec 8, 2023Vector Databases for Absolute Beginners — Part 1I’ve been struggling for the past few weeks to understand what vector databases are, and why is it a popular buzzword in AI.