Michael medvedev

Michael medvedev

Founder of Gilded Guitars
All activity
Michael medvedevstarted a discussion

Meebo - the missing API validation library for Express

I just built the API library Express.js has been missing and I can’t believe it didn’t already exist. Express is the most popular Node.js framework but it was created before TypeScript existed. APIs are contracts. So why are Express contracts written in invisible ink? Meaning: - req.body → could be literally anything - res.json() → returns whatever you hand it - TypeScript → just shrugs and...