Kamil Mysliwiec
@kammysliwiec
Creator of @nestframework β€οΈ Co-Founder of @trilon_io. Google Developer Expert GDE. Speaker, Trainer and Consultant. OpenSource enthusiast. Cat person.
ID: 801139876120920064
https://trilon.io 22-11-2016 19:06:45
3,3K Tweet
15,15K Followers
478 Following
Node excitement π Congrats to Chengzhong Wu & Josh Goldberg π¦ on fixing Mocha to be compatible with Node's require(ESM) & type-stripping π This removes the last known blocker to unflagging type-stripping on Node v22 π github.com/mochajs/mocha/β¦
Daniel Glejzner NestJS Kamil Mysliwiec Been using Nest since 2019. Honestly, I'd recommend this framework to anyone just because it's so great on its own.
ECMAScript excitement π Congrats to Kevin Gibbons on advancing Math.sumPrecise to Stage 4 at TC39 this week π let vals = [1e20, 0.1, -1e20]; Math.sumPrecise(vals); //π 0.1 It lets you calculate the sum of an array of numbers. Manual addition in a loop can lose precision.