Failing to install Windows on your Mac, after Bootcamp let you down, part 1 Where we take the world down with us, and burn it all to the ground. All to play Portal 2. Seems oddly fitting.
Complex-ish SQL queries in Typescript using TypeORM I have, as a teenager, fiddled around with phpMyAdmin when fooling around with WordPress and OGSpy, back when OGSTeam still relied on SVN for versioning, and I didn't know crap about development, let alone architecture.
Print class-validator validation errors in NestJS A simple way to print any and all errors in Nest.js, for people who aren't experienced with it.
Validate a nested array of objects GET query parameter using a DTO & class-validator in NestJS Sometimes, the smallest things take up quite a bit of time. This time, it was a simple serialisation issue.
It comes down to people buy-in The thought came down onto me as I was leaving a job interview. I don't know where it came from. I didn't care. It was here now. And it was obvious. Whatever the idea. Whatever the project. It all comes down to people buy-in.
Everything to be said has already been said… There’s a quote by André Gide, a French author, that goes along those lines: "Everything to be said has already been said. But since nobody was listening, it has to be said all over again" ...
How to retrieve a nested relationship using TypeORM You have a TypeORM entity. It has a relationship. The relationship entity has a nested relationship to a third. And you need that third entity to save the world and crack the bank vault open. How the hell do we get it?