Ákos Kőművesakoskm.com·Dec 15, 2024How to Run TypeScript in 2025: A Comparison of Node.js, Bun, and DenoWith 2025 on the horizon, we have more choices than ever for running TypeScript in modern runtimes like Node.js, Bun, and Deno. 🤓 As a result, we benefit from less configuration and more choices, whether looking for the battle-tested ecosystem of No...TypeScript
Max Martínez Cartagenamaxmartinez.dev·Dec 7, 2024Debugging a Deno program with VSCodeIn this article, we will go through the entire process of set up Visual Studio Code for debugging “Deno” programs using “V8 Inspector Protocol”. Step-by-step, we will be learning how to configure VSCode to debug a Deno project. If you don’t know Deno...Deno, the open-source runtime for TypeScript and JavaScriptDeno
pulpulbasso.dev·Nov 28, 2024#3 Daily Rabbit Holes: Rust Useful Resources + Deno + Side ProjectsToday, like the past few days, I’ve spent nearly all my free time diving into the Rust + Deno ecosystem. It’s a rabbit hole I can’t seem to escape—but I’m loving every second of it! Here’s a list of links and resources I’ve come across that seem part...36 readsDaily Rabbit HolesDailyRabbitHoles
pulpulbasso.dev·Nov 26, 2024#2 Daily Rabbit Holes: Diving Deeper into Rust, V8, and the JavaScript™️ SagaUnfortunately, today I had very little time to dive into interesting topics. I spent some time on a side project (which I’ll probably write about in the coming days), worked on my day job, and did some sports. Still, my focus remains on Deno, Rust, a...34 readsDaily Rabbit HolesRust
Sakshi from KushoAIsoftware-deep-dives.hashnode.dev·Nov 12, 2024Deno vs Nodejs - what's better for you?This blog is written by Jeremy Rivera at KushoAI. We're building the fastest way to test your APIs. It's completely free and you can sign up here. With the recent release of Deno 2.0 on October 9th, you may be wondering how it fares against its older...Deno
Sotiris Kourouklissotergreco.com·Oct 27, 2024JavaScript - A Blessing or a Curse?Everyone at least once in their life coded in JavaScript. We have some people say that they like it and and some others that they don’t. This will be just a small “letter“ to people that have distant feelings about the JS ecosystem, either good or ba...165 readsJavaScript
Risharth pardeshirisharthpardeshi.hashnode.dev·Oct 17, 2024🚀 Deno 2.0: A Developer's DreamThe latest release of Deno 2.0 makes JavaScript and TypeScript development more powerful, streamlined, and fun. Here’s what’s new and why it matters: 1️⃣ Full Node.js & npm Compatibility Run Node.js projects out of the box! Bring in npm packages, swi...deno2
Dmytro Sapozhnykearlold.tech·Oct 11, 2024Exploring Deno: A Modern Runtime for JavaScript and TypeScript with Effortless DeploymentOne of the things that truly impressed me was its deployment tool. 🛠️ With just one command, the server was up and running! 🎉 No extra configurations, complex setups, or long checklists required. 📋 ❌ In this article, I'll share my experience with ...4 likes·45 readsJavaScript
Grenish raigrenishrai.hashnode.dev·Oct 11, 2024Deno or Bun? Or NodeJs?In today's ever-evolving JavaScript landscape, developers are spoiled for choice when it comes to selecting a runtime. While Node.js has long been the go-to option for server-side JavaScript, the emergence of Deno and Bun has introduced fresh alterna...14 likes·1.1K readsDeno
Manthan Ankolekarmanthanank.hashnode.dev·Oct 11, 2024Creating a Basic Todo Application Using Deno and OakIn this blog, we’ll explore how to build a simple REST API for a Todo application using Deno and the Oak framework. Deno is a secure runtime for JavaScript and TypeScript, and Oak is a middleware framework for Deno's HTTP server. If you're familiar w...1 likeDeno