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 Takipçi

478 Takip Edilen

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.