The Stack Trace
Blog
Follow Astro on Mastodon Follow Astro on Twitter Go to Astro's GitHub repo
← All posts

Programming Languages

2 posts

A single glowing thread branching into suspended task nodes that resume sequentially on a dark navy background
Programming Languages

How async/await Works Under the Hood

Apr 16, 2026

async/await is not magic. It is syntax over Promises, which are syntax over callbacks, which sit on top of a single-threaded event loop.

Pure geometric functions transforming input streams into output streams through composition nodes on a dark navy background
Programming Languages

Functional Programming Concepts That Make Your Code Better

Apr 16, 2026

You do not need Haskell. Pure functions, immutability, and composition will improve code in any language you already use.

© 2026 Your name here. All rights reserved.
Follow Astro on Mastodon Follow Astro on Twitter Go to Astro's GitHub repo