Kamil Mysliwiec (@kammysliwiec) 's Twitter Profile
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

linkhttps://trilon.io calendar_today22-11-2016 19:06:45

3,3K Tweet

15,15K Followers

478 Following

Matteo Collina (@matteocollina) 's Twitter Profile Photo

NestJS Platformatic Enjoy the benefits of Watt’s stability and performance features. This ensures your applications are ready for real-world traffic. Try it yourself and see it in action. Full tutorial here: blog.platformatic.dev/how-to-run-nes…?

Maya (@mayakweber) 's Twitter Profile Photo

Rabi Shanker Guha Thesys NestJS NestJS really nailed the enterprise patterns in Node. Tried Fastify + tRPC for similar structure but Nest's DI system is hard to replace.

Rob Palmer (@robpalmer2) 's Twitter Profile Photo

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/…

Rob Palmer (@robpalmer2) 's Twitter Profile Photo

ECMAScript excitement πŸ˜‰ The Ecma General Assembly has approved ES2025 πŸŽ‰ πŸ”Ά Duplicate Named Capture Groups πŸ”Ά Float16Array πŸ”Ά Import Attributes πŸ”Ά Iterator Helpers πŸ”Ά JSON Modules πŸ”Ά Promise.try πŸ”Ά RegExp.escape πŸ”Ά RegExp Modifiers πŸ”Ά Set Methods

David πŸ‘¨πŸ½β€πŸ’»πŸš€ (@zyzer01) 's Twitter Profile Photo

I've tried a lot of frameworks, but lately, these ones just work. If you're big on separation of concern and code structure you'll love them too πŸ“° Content websites: Astro βš›οΈ Client-only apps: TANSTACK router πŸ”„ Client-server apps: TANSTACK start πŸ—οΈ Backend:

TypeScript (@typescript) 's Twitter Profile Photo

TypeScript 5.9 Beta just went out! Try it in your project and let us know what you think: devblogs.microsoft.com/typescript/ann…

jhey β–²πŸ»πŸŽˆ (@jh3yy) 's Twitter Profile Photo

how the clip + mask combo works: mask the container element using the relevant keycap image so the image is clipped on translate clip the container element so the hit area doesn't overlap other keys πŸ§‘β€πŸ³

Daniel Glejzner (@danielglejzner) 's Twitter Profile Photo

Hey Angular fam. I would recommend everyone to go full stack. The easiest way to start is with NestJS It’s pretty much Angular on the backend. You won’t regret it. Kamil Mysliwiec prepared awesome official courses if you like structured path πŸ‘

Hey Angular fam.

I would recommend
everyone to go full stack. 

The easiest way to start is with <a href="/nestframework/">NestJS</a> 

It’s pretty much Angular on the backend.
You won’t regret it. 

<a href="/kammysliwiec/">Kamil Mysliwiec</a> prepared awesome official courses if you like structured path πŸ‘
Rain Chai πŸ¦β€πŸ”₯ (@rainchaicc) 's Twitter Profile Photo

MAU for NestJS is truly underrated imoπŸ€” You get: 1. Auto scaling out of the box 2. Deployment is super ez, just one command 3. Blue-green deployment for free, zero downtime If you’re using nestjs microservices architecture, there’s no reason why not using MAU for

MAU for <a href="/nestframework/">NestJS</a> is truly underrated imoπŸ€”

You get:

1. Auto scaling out of the box 
2. Deployment is super ez, just one command
3. Blue-green deployment for free, zero downtime 

If you’re using nestjs microservices architecture, there’s no reason why not using MAU for
Psyho (@fakepsyho) 's Twitter Profile Photo

Humanity has prevailed (for now!) I'm completely exhausted. I figured, I had 10h of sleep in the last 3 days and I'm barely alive. I'll post more about the contest when I get some rest. (To be clear, those are provisional results, but my lead should be big enough)

Humanity has prevailed (for now!)

I'm completely exhausted. I figured, I had 10h of sleep in the last 3 days and I'm barely alive.

I'll post more about the contest when I get some rest. 

(To be clear, those are provisional results, but my lead should be big enough)
TypeScript (@typescript) 's Twitter Profile Photo

TypeScript 5.9 RC is available to try! Let us know how it works before next week's stable release! devblogs.microsoft.com/typescript/ann…

Rob Palmer (@robpalmer2) 's Twitter Profile Photo

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.

ECMAScript excitement πŸ˜‰

Congrats to <a href="/bakkoting/">Kevin Gibbons</a> 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.