
The new customer who took down everyone: an ORM include that ate our CRM
My entry for DEV's Summer Bug Smash — Smash Stories. A real production war story about how one...
Tag archive

My entry for DEV's Summer Bug Smash — Smash Stories. A real production war story about how one...
Sequelize + TypeScript: Why public Class Fields Silently Break Your Models If you're...
Voltando ao Básico: O que é Atomicidade? Antes de falar de transaction, precisamos...
Introduction We often talk about memory leaks, but there is another silent performance...
This course is based on this template akkaraponph /...
Fixing the “column does not exist” error in Sequelize + PostgreSQL I woke to a slack...
🚀 Simplifying Sequelize Migrations: Meet sequelize-migration-builder Creating Sequelize migrations...

Introduction In my experience building backend applications, one of the key factors in...
Introduction Have you ever get that problem when working with the repo managing...
Introduction Have you ever get that problem when working with the repo managing...
Welcome to an engaging blog focused on building a robust and efficient Node.js RESTful service...
The existing code is as follows: // # Account.model.ts import { DataTypes, Model, Optional } from...