Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Starting a project with NestJS and Prisma should be easy, right? They’re both popular technologies...
Prisma has made SQL database access in Node.js incredibly clean. Schemas are readable. Type safety...
When I first started using Prisma, I loved how easy it made database work - migrations, schema...
Type safety is one of TypeScript's greatest strengths, but maintaining it across your entire...
1. Project Initialization Start by setting up your Node.js environment with TypeScript. We...
Continuation of the previous article. In the previous article, I conducted an initial theoretical...
From complete beginner to production-ready APIs - A student's honest guide with all the mistakes I made
Designing a database schema is often one of the slowest parts of starting a new backend project. You...
A solo dev journey from frustration to product launch The Frustration That Started It...
Learn how to implement soft deletes in Prisma, avoid common pitfalls, and keep those ghost records...
When I built VBlog, a full-stack application with Next.js, Express, Prisma, and PostgreSQL,...
We’ve all been there: you’re building a beautiful Express API, but your frontend looks like a ghost...
Bun is a fast JavaScript runtime that's been making waves in the developer community. It includes a...
TL;DR: Coming from Rails/Phoenix, I missed having an interactive database console. So I built one for...
Astro is a web framework for content-driven websites like blogs and marketing sites, but it also...
Video Demo Based on the NopOrm engine built into the Nop platform, it's very convenient to add...
Introduction Are you a visual learner? Have you ever used image-based flashcards to...
AI駆動型販売・在庫管理システム「OpsPilot Console」の実装と展望 はじめに こんにちは!今回は、現在開発中の「OpsPilot...
Prisma won the hearts of many TypeScript developers with its excellent developer experience - the...
A complete walkthrough of deploying a TypeScript Express API with Prisma ORM and Supabase on AWS Lambda using Serverless Framework.
UG Mart: My Next.js E-commerce Project Hey Dev.to community! 👋 I just finished building...
Lightning-fast reviews: the ORM that's winning the collaboration game. Introduction Ever...
Let Me Prove I'm Right I'm making a bet. Your table code has: Column definitions...
Github: https://github.com/DaxSoft/prisma-backup Simple PostgreSQL Backups for Your Prisma...
This is a translated version of the original post published in my Spanish blog. The translation was...
Prisma is an ORM (Object-Relational Mapper). With MongoDB, it acts as an Object Document Mapper,...
A practical, end‑to‑end guide for expert developers who are new to Prisma. Covers modeling,...
Working with databases is one of the most essential yet challenging parts of backend development....
A deep, unbiased technical comparison of Drizzle ORM and Prisma in 2026. We benchmark cold starts, query performance, bundle sizes, and developer experience to help you pick the right ORM for your TypeScript project.
Prisma 7 just launched, and this isn’t your typical point release. We’re talking a complete rewrite...