Migrating from Node.js to Bun: A TypeScript App Porting Guide
Porting a TypeScript App from Node.js to Bun Setting up the ts-node App I have a technical blog built on Docusaurus, which uses a post-processing script to update the sitemap.xml…
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." ― Martin Fowler
Porting a TypeScript App from Node.js to Bun Setting up the ts-node App I have a technical blog built on Docusaurus, which uses a post-processing script to update the sitemap.xml…
Unlocking the Power of Bun: A Fast and Efficient JavaScript Runtime What is Bun? Bun is a lightweight JavaScript runtime that includes a native bundler, transpiler, task runner, and native…
Introducing Bun: The Blazing Fast JavaScript Runtime In the world of JavaScript, a new player has emerged that’s generating a lot of buzz: Bun. This revolutionary runtime is changing the…
Unlock the Power of Deno: A Secure and Modular JavaScript Runtime What is Deno? Imagine a JavaScript runtime that combines the best of Node.js with added security, modularity, and ease…
The Many Faces of Statically Typed JavaScript When it comes to programming languages, there’s no one-size-fits-all solution. Different languages cater to different needs, and in the world of JavaScript, statically…
Building React Apps with Deno: A Comparison of Ruck and Aleph.js As Deno continues to gain popularity, developers are looking for frameworks that can help them build fast and efficient…
Unlock the Power of Deno Plugins with Rust Deno, a revolutionary JavaScript runtime built with Rust and V8, offers a secure way to run JavaScript outside the browser. One of…
Unlocking the Power of Java Reflection Java reflection is a powerful feature that allows us to inspect and manipulate classes, interfaces, constructors, methods, and fields at runtime. This capability is…
The Rise of Deno: A Secure and Decentralized JavaScript Runtime In recent years, Node.js has been the go-to choice for building server-side JavaScript applications. However, with the introduction of Deno,…