Dillon Mulroy λ
@dillonis.online
Software Engineer @vercel ▲ • Tweets about Functional Programming, TypeScript, Neovim, & Formula 1 • http://github.com/dmmulroy • http://twitch.tv/dmmulroy
ah i meant mostly more for software running in prod but still can be very useful for local dev
December 15, 2024 at 1:38 AM
ah i meant mostly more for software running in prod but still can be very useful for local dev
i've only started learning how DNS works recently, but @b0rk.jvns.ca's resources are top notch
- wizardzines.com/zines/dns/
- messwithdns.net
- The spec itself isn't bad either! www.rfc-editor.org/rfc/rfc1035
- wizardzines.com/zines/dns/
- messwithdns.net
- The spec itself isn't bad either! www.rfc-editor.org/rfc/rfc1035
How DNS Works
wizardzines.com
November 30, 2024 at 8:16 PM
i've only started learning how DNS works recently, but @b0rk.jvns.ca's resources are top notch
- wizardzines.com/zines/dns/
- messwithdns.net
- The spec itself isn't bad either! www.rfc-editor.org/rfc/rfc1035
- wizardzines.com/zines/dns/
- messwithdns.net
- The spec itself isn't bad either! www.rfc-editor.org/rfc/rfc1035
not as much as i’d like to 😔
November 29, 2024 at 12:46 PM
not as much as i’d like to 😔
Reposted by Dillon Mulroy λ
The compiler uses a zero-codegen approach to transforming TypeScript into JavaScript. Pure type-stripping and nothing else.
That makes it fast. And also means there is no need for sourcemaps. This speeds up development and means the code you write is almost identical to the code that gets run.
That makes it fast. And also means there is no need for sourcemaps. This speeds up development and means the code you write is almost identical to the code that gets run.
ts-blank-space
A small, fast, pure JavaScript type-stripper that uses the official TypeScript parser.
bloomberg.github.io
November 29, 2024 at 11:19 AM
The compiler uses a zero-codegen approach to transforming TypeScript into JavaScript. Pure type-stripping and nothing else.
That makes it fast. And also means there is no need for sourcemaps. This speeds up development and means the code you write is almost identical to the code that gets run.
That makes it fast. And also means there is no need for sourcemaps. This speeds up development and means the code you write is almost identical to the code that gets run.