Axel Rauschmayer (also on 🦣)
dr-axel.de
Axel Rauschmayer (also on 🦣)
@dr-axel.de
• JavaScript, TypeScript, web development
• Blog: https://2ality.com

My main account is on Mastodon (you can follow via RSS): https://fosstodon.org/@rauschma
Cookies
November 9, 2025 at 4:28 PM
Hono looks interesting. It’s a server-side framework that supports a large variety of platforms: Node.js, Deno, Cloudflare Workers, Netlify, AWS Lambda, etc. Cloudflare even has Hono versions of their code examples.
hono.dev
November 4, 2025 at 8:27 PM
Kind words from @cooperx86.bsky.social in the most recent JavaScript Weekly (*). Thanks Peter!

My CSS blog post: 2ality.com/2025/10/css-...

(*) javascriptweekly.com/issues/758
October 29, 2025 at 5:10 PM
There are many diagrams—e.g., this one for the #CSS Grid Layout property `align-items`:
October 22, 2025 at 2:47 PM
#CSS: flexbox diagram with the most important terms
October 19, 2025 at 2:03 AM
#CSS grid-auto-flow: I’m surprised that #1 and #2 overlap. I’d expect the first cell to be empty and #1 to be placed in the second cell (where it does fit).

Any ideas?

codepen.io/rauschma/pen...
October 17, 2025 at 8:38 PM
#CSS flexbox layout: gaps
October 15, 2025 at 10:36 PM
#CSS: Creating CSS grid layout diagrams via HTML and exporting them to SVG or PNG.

This page demonstrates the approach: rauschma.github.io/learning-web...
October 14, 2025 at 4:50 PM
#CSS: flexbox cheat sheet created via HTML. Inspired by: css-tricks.com/snippets/css...

1. justify-content (along main axis)
2. align-items (along cross-axis)
October 11, 2025 at 9:27 PM
1/ #CSS: Example of background-color *not* being inherited:
• Top level: transparent
• Outer: gray
• Inner: transparent (not inherited)
October 8, 2025 at 8:22 PM
#CSS border styles
October 4, 2025 at 7:34 PM
CSS grid layout (top: HTML, bottom: SVG via html-to-svg)
September 29, 2025 at 1:23 PM
Impressive:
• Top: HTML (uses flexbox)
• Bottom: SVG created via html-to-svg
September 29, 2025 at 12:59 PM
My books on #JavaScript and #TypeScript are free to read online:

– Exploring JavaScript (ES2025 edition)
– Deep JavaScript
– Exploring TypeScript (TS 5.8 edition)
– Shell scripting with Node.js

🦋 Reposts appreciated!

exploringjs.com
July 16, 2025 at 2:02 PM
Out now: “Exploring JavaScript (ES2025 edition)”
• Free to read online
• Lots of new content
• New: flashcards for learning the content and the standard library API
exploringjs.com/js/

#JavaScript
June 13, 2025 at 1:13 PM
#JavaScript regular expressions: summary of how various methods handle regExp.lastIndex.

More information: exploringjs.com/js/book/ch_r...
May 31, 2025 at 10:19 PM
I think this movie is a musical.
May 9, 2025 at 5:06 PM
My new book is out: “Exploring TypeScript”. It’s free online!

• About 75% of the content is new or rewritten.
• Most of the new content is about computing at the type level.
exploringjs.com/ts/

#TypeScript
April 10, 2025 at 6:22 PM
Yeah, nice try Bluesky but I’m not clicking on those.
February 12, 2025 at 7:19 PM
Google Gemini does admit when it makes a mistake 😀 (reason for my prompt: ChatGPT sent a new subscriber our way and I was wondering what Gemini recommends).
February 4, 2025 at 11:40 AM
My books on #JavaScript and #TypeScript are free to read online:

– Exploring JavaScript (ES2024 edition)
– Deep JavaScript
– Tackling TypeScript
– Shell scripting with Node.js

🦋 Reposts appreciated!

exploringjs.com
December 7, 2024 at 10:14 PM