Writing
-   
Building Prisma Migrate using Prisma Migrate β Schema Prototyping and Migrations
Learn how you could use Prisma Migrate to build your own schema migration tooling to evolve your database schema
 -   
The Double-Dash Delimiter
What is the double-dash (--) delimiter and what does it do?
 -   
Introducing db-diff β a helper library for generating up and down migrations for Platformatic DB using Prisma
A helper library built on top of Prisma CLI for auto-generating and versioning customizable up and down migrations.
 -   
How to skip undefined unique values in connect fields in Prisma Client
Learn how you can skip undefined unique values in connect fields in Prisma Client
 -   
Logging Prisma Client events in NestJs
Logging Prisma Client events in a NestJs app
 -   
Lecture 2: Data Structures and Dynamic Arrays
Summary of my learnings and progress on MIT's Introduction to Algorithms
 -   
Lecture 1: Algorithms and Computation
Summary of my learnings and progress on MIT's Introduction to Algorithms
 -   
Highlighting Results from a Full-Text Search Query with PostgreSQL
This article explores how to return highlighted fragments of a database query using PostgreSQL
 -   
Data Modeling β Table Inheritance
Learn the different types of inheritance, pros, cons, and how to model your data as well
 -   
Just Ship It! π’
Embracing a shipping culture by keeping things simple, using simple tools and taking up one project at a time.
 -   
Azure Ecosystem Exploration [0]
A new journey exploring Microsoft's products and Azure's offering
 -   
SE Internship Log[5]
Executing an exported function in your TypeScript project with ts-node.
 -   
SE Internship Log[4]
Re-thinking performance, Next.js measuring performance, label-sync, and being proactive.
 -   
SE Internship Log[3]
ts-node `--require` flag, fs-jetpack, and showing up and giving it a shot.
 -   
SE Internship Log[2]
End-to-end testing with Playwright and something small public learning
 -   
SE Internship Log[1]
Types based on other Types in TypeScript and a little advice on pursuing projects.
 -   
SE Internship Log[0]
Let's talk type-only imports and exports, accessibility and design systems, a little bit on confidence and asking for feedback.
 -   
Reliable, Scalable, and Maintainable Applications
My summary of Chapter One - Designing Data-Intensive Applications
 -   
Adding an API and database to your Nuxt App with Prisma
This tutorial explores how to build a fullstack application using Nuxt and Prisma for database access.
 -   
Building a GraphQL CRUD API for your Database with TypeGraphQL & Prisma
Learn how to quickly prototype a GraphQL API with Apollo-Server, Nexus, Prisma and TypeGraphQL
 -   
Fetch() is All you Need
Axios is great, but maybe fetch is what you really need
 -   
Dear Junior Web Developer...
Note to any aspiring and junior front-end developers
 -   
JAMstack, guess we full stack now
My first JAMstack application
 -   
Why you should probably switch to Azure App Service
Perhaps I can give you a reason to switch to Azure from your current deployment platform
 -   
Child ProcessesπΆ
An introduction to child processes with NodeJs
 -   
Introduction to the Notification API
this is a simple introduction to the browser's Notification API with no use of external APIs