Charles' Write Code
  • Home
  • About
  • Collection
  • Author
  • Portal
Subscribe
Tagged

How to

A collection of 3 posts

How to

How to seed a database during development with Prisma and Chance.js

Learn how to seed a database during development when using Prisma as an ORM. We will use Chance.js to generate mock data and accelerate development What is seeding a database?Seeding a database is the process of populating the database with data. It is great when you want data

  • Charles Eugene Loubao
Charles Eugene Loubao Feb 3, 2022 • 3 min read
SaaS

How to build a SaaS in 2022 - Part 1

It's a new year and you have an amazing app idea. Here are my technical recommendations to help you build your SaaS in 2022

  • Charles Eugene Loubao
Charles Eugene Loubao Jan 26, 2022 • 4 min read
Next.JS

How to keep the Prisma client up to date when deploying Next.js to Vercel

When Vercel deploys your Next.js, it might re-use cache from previous builds in order to speed up the process. If you frequently update your Prisma schema during development your build might fail due to an out of date Prisma client. The Prisma client is generated based on your prisma.

  • Charles Eugene Loubao
Charles Eugene Loubao Dec 15, 2021 • 1 min read
Charles' Write Code © 2022
  • Data & privacy
  • Contact
  • Contribute →
Powered by Ghost