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 A Brief History of JavaScript Engines and Runtimes When JavaScript was first created, it only ran in browsers. However, as the language evolved,…
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 The Rationale Behind Statically Typed Languages All programming languages have types, even dynamically typed ones like JavaScript. The difference lies in when these…
Building React Apps with Deno: A Comparison of Ruck and Aleph.js The Challenges of Building a Frontend in the Modern Era Building a frontend in the modern era can be…
Unlock the Power of Deno Plugins with Rust Why Choose Rust for Deno Plugins? Rust plugins offer superior performance and access to a vast array of tools, making them ideal…
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,…