Posts
All the articles I've posted.
What's New in Bun v1.2 - Faster, More Reliable, and Packed with Features
Published: at 03:34 PMDiscover the latest updates in Bun v1.2! Explore improved performance, enhanced Windows support, new shell features, and TypeScript parsing fixes. Perfect for developers seeking a faster JavaScript runtime.
Astro Actions - Seamless Communication Between Client and Server Code
Published: at 12:35 PMAstro Actions are a powerful feature in Astro that allows you to define and call backend functions with type-safety, including how to define and call actions, handle returned data, and error handling.
Mastering Async Fetching in Svelte 5 - A Practical Guide
Published: at 12:35 PMLearn how to handle asynchronous data fetching outside the load function in Svelte 5 using a custom resource function, with full control over reactivity and error handling.
How to Install Bun on Windows - Multiple Ways
Published: at 07:43 AMA comprehensive guide on how to install Bun on Windows using various methods including npm, curl, Scoop, Chocolatey, and GitHub releases. Learn the easiest way to set up Bun and enhance your JavaScript/TypeScript development.
State Management in Svelte.js - A Reactive Approach
Published: at 06:21 PMDiscover how to manage state in Svelte.js using reactive variables, stores, and derived stores for building performant and maintainable web applications.