Alfonso Andrés López Molina 🇻🇪 🇨🇴 (@osnoser1) 's Twitter Profile
Alfonso Andrés López Molina 🇻🇪 🇨🇴

@osnoser1

Tech Lead • Software Engineer • Open source contributor • Interesed in #angular, #react, #dotnet, #node, #javascript, #typescript and more

ID: 87689884

linkhttp://github.com/osnoser1 calendar_today05-11-2009 13:44:12

2,2K Tweet

468 Followers

544 Following

Rob Palmer (@robpalmer2) 's Twitter Profile Photo

ECMAScript excitement 😉 TypeScript's Ron Buckton is pitching enum in JS 🎉 It's the good parts of TS enum + enhancements: 🔶 More datatypes: Symbol/Boolean/BigInt 🔶 Iterable 🔶 Immutable 🔶 Null prototype 🔶 No declaration merging 🔶 Compatible with Node type-stripping 👍 🧵

Oleg Kyrylchuk ✙ 🇺🇦 (@okyrylchuk) 's Twitter Profile Photo

C# 14 in the preview introduces the field keyword. It lets you write a property accessor body without declaring an explicit backing field. The compiler will replace the field keyword with a backing field. What do you think about this improvement?

C# 14 in the preview introduces the field keyword.

It lets you write a property accessor body without declaring an explicit backing field.

The compiler will replace the field keyword with a backing field.

What do you think about this improvement?
Matt Pocock (@mattpocockuk) 's Twitter Profile Photo

The fact that this is still the tsconfig you get when you run 'tsc --init' is so stupid - "target" is years out of date - "commonjs" is a massive antipattern - "forceConsistentCasingInFileNames" is true by default anyway

The fact that this is still the tsconfig you get when you run 'tsc --init' is so stupid

- "target" is years out of date
- "commonjs" is a massive antipattern
- "forceConsistentCasingInFileNames" is true by default anyway
Cory House (@housecor) 's Twitter Profile Photo

Just realized Vitest now has built in support for testing TypeScript types. How? It includes expect-type now by default. Handy. Example:

Just realized Vitest now has built in support for testing TypeScript types. 

How? It includes expect-type now by default. Handy.

Example:
johan (@elitasson) 's Twitter Profile Photo

I am building Luma: Ship Docker Anywhere. It's a new tool for hosting web apps on your own server with zero-downtime deployments and automatic SSL certificates. It's me vibe-coding an alternative to DHH 's Kamal in TypeScript (Bun) / Go.

I am building Luma: Ship Docker Anywhere.

It's a new tool for hosting web apps on your own server with zero-downtime deployments and automatic SSL certificates.

It's me vibe-coding an alternative to <a href="/dhh/">DHH</a> 's Kamal in TypeScript (<a href="/bunjavascript/">Bun</a>) / Go.
Biome (@biomejs) 's Twitter Profile Photo

v3 of the Biome VS Code is now available! - 🗄️ Support for multi-root workspaces - 📝 Support for single-file mode - 👻 Support for unsaved files - 🔄 Automatic reload after updating Biome - ⚙️ Automatic reload after configuration changes - ✨ Improved status indicator

Yuchen Jin (@yuchenj_uw) 's Twitter Profile Photo

I saw a guy coding today. He opened Cursor. Asked it to build a feature. Clicked “Accept.” Code failed to run. He typed: “pls fix.” Didn’t work. Typed it again. Still didn’t work. Typed “pls fix” 15 times in total. Slammed the laptop shut. Yelled: “Wtf bro, you can’t even code!”

Marco Ippolito (@satanacchio) 's Twitter Profile Photo

Node.js v22.18.0 is out 🎉 Type stripping is enabled by default 🔥🔥🔥🔥 You can just run `node file.ts` without `--experimental-strip-types` flag. nodejs.org/en/blog/releas…

Una 🇺🇦 (@una) 's Twitter Profile Photo

🥳 CSS functions have arrived!!! 🥳 And they are *AWESOME* Now, you can do things like this: @​function --alpha(--color, --opacity) { result: rgb(from var(--color) r g b / var(--opacity)); } div { background: --alpha(red, 80%); } (*arrived = in the latest stable Chrome)

Boshen (@boshen_c) 's Twitter Profile Photo

I need more help with tsgo and Go 🥲 If you write Go and wants to offer help ... here's where you can start github.com/oxc-project/ts…