Some cool stuffs I've wrote

A collection of ideas, insights, and in-depth analyses of things I've discovered while developing products, resolving challenging issues, or investigating novel technologies. As I like my dev notes, these articles are intended to be honest, helpful, and sometimes opinionated.

  • December 16, 2024 (7mo ago)

    How to Integrate Prisma in a Next.js Application

    Prisma is a modern ORM (Object-Relational Mapping) tool that simplifies database interactions in modern web applications. Integrating Prisma with a Next.js application can enable efficient and type-safe database operations. This guide walks you through the steps to set up Prisma with Next.js.

  • November 21, 2024 (7mo ago)

    How to Integrate Stripe in Next.js

    Integrating Stripe into a Next.js application allows you to handle payments seamlessly. Stripe provides a robust and developer-friendly API for handling subscriptions, one-time payments, and invoicing. This guide walks you through the process of integrating Stripe into a Next.js application step-by-step.

  • December 26, 2024 (6mo ago)

    Understanding the T3 Stack

    The T3 Stack is a modern full-stack development framework designed to help developers create robust and scalable applications. It combines powerful tools and libraries to streamline both front-end and back-end development while maintaining a strong focus on type safety and developer experience.