Jorge Romerojorgerl.hashnode.net·Jun 12, 2022FeaturedToying with Deno. Making a ... Game Engine?Let's build a desktop app with Deno. Yes. A desktop app. No Electron. Actually, let's make it harder on ourselves! Let's make a 3D desktop app! Will it be a GOOD desktop app? Of course not! Whose blog do you think you are reading! But hopefully, it...108 likes·2.7K readsWill Code 4 FoodDeno
Nick Taylornickytonline.hashnode.net·Jul 14, 2022FeaturedWhat is Deno?I got to hang with Deno core team member Luca Casonato a couple of weeks ago to discuss a framework he created called Fresh! You can check out Fresh: a new full stack web framework for Deno with Luca Casonato on my YouTube channel. Fresh runs on Deno...73 likes·1.0K readsDeno
Sunil Aletisunilaleti.hashnode.net·Oct 22, 2020FeaturedOverview of Deno JS - Installation and Building an APIOverview of DENO JS Deno is a JavaScript/TypeScript runtime created by Ryan Dahl the same developer who created Node js It uses URLs for loading local or remote dependencies, similar to browsers. And it includes a built-in package manager for resourc...54 likes·523 readsJavaScript
Kirill Inozkirillinoz.hashnode.net·Apr 25, 2023Build an AI Tool with Supabase Edge FunctionsArtificial intelligence (AI) became very trendy in the last half a year. With the introduction of ChatGPT, OpenAI took the spotlight in the AI space. This wonders nobody, as apart from offering this useful tool to normal folks, OpenAI offers many AI ...10 likes·47 readssupabase
Peter IbeabuchiforOpen Replay's Technical Blogopenreplay.hashnode.net·Apr 26, 2023Step by step: deploying a Deno app to NetlifyDeploying an application to a cloud hosting service is essential in bringing the application to life. With the rise of cloud computing, it has become increasingly easier to deploy, run and manage web applications at scale. Cloud hosting services like...Netlify
Tony Tangtonytangdev.hashnode.net·Apr 24, 2023Dinosaurs and DenoDinosaurs and Deno: A Beginner's Guide to the Jurassic Web Hello there, future web developers! As a senior developer who's seen it all, I'm here to guide you on an exciting journey to the wild world of Deno. Are you ready to dive into the Jurassic ag...1 likeWeb Development
Dany Paredesdanywalls4.hashnode.net·Apr 5, 2023How to Build Your First Deno App: A Step-by-Step GuideI've been checking out Deno and found it's a really great choice if you're looking for a JavaScript and TypeScript runtime, it comes with pre-built modules that make it super easy to develop applications without having to start everything from scratc...26 likes·363 readsDeno
Rodney Lab - Content Site WebDev & Serverlessrodneylab.hashnode.net·Feb 28, 2023Upstash for Redis and Performance APIUpstash for Redis and the JavaScript Performance API In this article on Upstash for Redis and the Performance API we see how you can best use Upstash for Redis in a Deno app. Upstash for Redis is a serverless database ideal for server-side caching. A...Performance Optimization
Rodney Lab - Content Site WebDev & Serverlessrodneylab.hashnode.net·Feb 15, 2023Deno Fresh Getting Started🎬 Getting Started with Deno Fresh: Part II In this second post on Deno Fresh getting started, we see how Fresh islands of interactivity work. As well as that we look how you can use Deno’s in-built testing in your Fresh app. In the first part of the...10 likesBeginner Developers
Rodney Lab - Content Site WebDev & Serverlessrodneylab.hashnode.net·Feb 3, 2023Getting Started with Deno Fresh & the Platform🍋 Why use Deno Fresh? Deno Fresh builds fast sites so you get first class user experience (UX), it uses the platform so getting started with Deno Fresh is quick if you already know the JavaScript APIs (even if you have to learn them you are not loc...31 readsWeb Development
Steven Olsensrjsdev.hashnode.net·Feb 2, 20233 New Features of Deno that Most JS Devs Don't Know AboutDeno is a modern, secure, and performant runtime for JavaScript and TypeScript. It is often compared to its progenitor NodeJS, and its zippy younger brother BunJS. Among Deno's main features are: Built-in Modules: Deno comes with a standard library ...7 likesDeno
Rodney Lab - Content Site WebDev & Serverlessrodneylab.hashnode.net·Feb 1, 2023Deno Fresh Stack🦖 What is Deno? Deno is a JavaScript runtime just like Node.js or Bun. In fact Ryan Dahl who created Node.js (13 years ago), is behind Deno. Ryan Dahl considered there to be some shortcomings with Node.js. To be able to move quickly, he opted to wr...1 likeWeb Development
Ratnadeep Bhattacharyyaskylab.hashnode.net·Jan 30, 2023Bun: Good replacement for Node.js?I was following Bun project for some time since it released its 0.1.1 version by its creator Jarred Summer. It promised to faster drop-in replacement for Node.js with a native bundler, transpiler, task runner, and npm client built-in. It uses Zig as ...1 like·33 readsJavaScript