about me

1/24/2025

Compiling C in Bun with TypeScript: Fast, Native, and Simple

Learn how to compile and use C code directly in TypeScript using Bun's FFI feature, with practical examples and performance insights.

11/8/2024

Setting Up Jest Testing in Your Node.js Application: A Complete Guide

Learn how to set up Jest in your Node.js project to write and run tests for JavaScript applications.

10/27/2024

PartyTown: Offloading Third-Party Scripts Away From the Main Thread 🚀

Discover how PartyTown can help you offload third-party scripts from the main thread using Web Workers, improving performance and user experience.

10/26/2024

Cloudflare: A Love Letter to the Developer's Swiss Army Knife

Discover why Cloudflare is more than just a CDN and security provider. From domain registration to serverless functions, Cloudflare simplifies web development like never before.

10/25/2024

Delving into Gaussian Integers: Cracking Project Euler Problem 153

The detailed process and insights involved in solving Project Euler Problem 153, focusing on Gaussian Integers and efficient number theory techniques.

10/24/2024

Understanding and Resolving npm Dependency Conflicts: A Developer's Guide

Learn how to fix those frustrating npm errors in your node projects with this easy-to-follow guide that walks you through common solutions and best practices.