HeyBinyang

Articles

Notes on design, technology, and life, told in depth while looking for quiet corners of the digital age.

·Tech·visibility15 reads

A Beginner's Guide to Kamal2: The VPS Deployment Tool I Use

Nowadays, my main full-stack frameworks are Next.js 16 and Rails 8. Through using Rails, I came across the officially recommended deployment tool Kamal. I usually use it to deploy projects on Rails and Alibaba Cloud servers. It's very handy and simple, so now I'd like to introduce the concepts and basics of Kamal2 to everyone.

·Tech·visibility13 reads

Part 1: What is Prisma?

Let's start with a one-sentence summary: Prisma is a modern ORM and data access toolchain for TypeScript/JavaScript.