# Posts
### October 2024
[[Deno 2 Launch Highlights (Oct 2024)]]
I've prepared a highlights page as part of a short [[Deno Guide]] that I'm currently writing.
[[Build a Blog with Deno 2.0 and Fresh (Oct 2024)]]
Fresh is the most popular web framework built on Deno. With the upcoming Deno 2.0 launch, now is a great time to take a look at it. I give an updated dive into how to build a simple blog engine with it, based on Andy Jiang's original.
### September 2024
[[Firebase App Hosting Framework Adapter Overview (Sep 2024)]]
With Firebase App Hosting, developers can deploy modern, full-stack web apps build with their favorite frameworks on Google Cloud. Community-maintained framework adapters is how support for a framework gets added.
[[Built-in TypeScript Support with Node.js (Sep 2024)]]
Node.js 22.6.0 adds a new option for lightweight TypeScript support. This post shows how you can use type stripping to skip transpiling, while still benefitting from type checking.
[[Building Standalone Executables With Node.js (Sep 2024)]]
Node.js has experimental support for building standalone executables that can be distributed to supported platforms. This post highlights a build script to simplify the developer experience.
### August 2024
[[Go for CLI Apps and Tools (Aug 2024)]]
Go provides excellent support for creating small, fast command-line programs. This post introduces a short guide to walk you through important features you'll need.