Tag

Development

Long-form notes and shorter moments filed under “Development”.

Tech

Part 7: Adding Simple Authentication to blog-demo (Next.js + Prisma + Auth.js)

In this part, we'll do three things: integrate a minimal login system (Auth.js / NextAuth style) into the project; require users to be logged in for creating new articles and posting comments in blog-demo; and in API Routes, retrieve the current user ID from the session instead of using a hardcoded authorId.

Tech

Part 6: Next.js + Prisma + blog-demo Full-Stack Hands-On

In previous parts, we took a backend-focused approach with Prisma to build the data model and business logic for blog-demo. In this part, we integrate that model into Next.js to create a minimal yet complete personal blog admin panel.

Tech

Part 3: Prisma Schema Deep Dive

The goal of this article is to break down the Prisma schema from top to bottom — explaining datasource, generator, model, enum, and all the attributes: what they are and how to use them.

Tech

React Native 0.85: A Polished Upgrade Built on the New Architecture

When React Native 0.85 was released, the official announcement avoided using the term 'revolutionary' — because this update is essentially a systematic polish of infrastructure like animations, debugging, and testing, building on the foundation of the new architecture.

Tech

A Frontend Engineer's Guide to Getting Started with MCP

Many frontend engineers feel a bit confused when first encountering MCP: it sounds like a protocol, acts like an Agent, and discussions are full of Tool, Prompt, Resource, and Skill. But you don't need to digest all these terms at once. Just remember this one sentence: MCP is a standardized way for AI to connect tools, access data, and actually get things done.

Development · Tag · HeyBinyang