Nour Jandaliblog.nourjandali.com·Sep 11, 2023Building a Telegram Bot with Supabase Edge FunctionsAre you ready to create your own Telegram bot powered by Supabase Edge Functions? This step-by-step guide will walk you through the process, from setting up your Supabase project to deploying your bot. By the end of this tutorial, you'll have a fully...Discuss·252 readssupabase
tanrunhaofordenopark's hashnodedenopark.hashnode.dev·Sep 9, 2023Deno is greatStarting from Scratch This website is created using cutting-edge technologies: Deno as the runtime, Deno Deploy as the hosting platform, Fresh web framework, and Supabase as the database, offering real-time features. Additionally, the website is powe...DiscussDeno
Rodney Lab - Content Site WebDev & Serverlessrodneylab.hashnode.dev·Aug 24, 2023Deno Fresh SVG Sprites📝 SVG Icon Optimization We will have a look at SVG Icon optimization, in this Deno Fresh SVG sprites post. Without care, SVG icons can take up half of the bytes of HTML code shipped for a particular page. This is especially true working in React a...Discuss·1 likeDeno
Napptivenapptive.hashnode.dev·Aug 21, 2023Running Deno with NapptiveDeno was created in response to limitations in existing JavaScript runtimes like Node.js. Its creator, Ryan Dahl, realized improvements were needed. Among these, was the fact that Node.js has security concerns, such as granting too much access. Deno ...DiscussDeno
MD Taseen KhanforDevelopers Feeddevfeed.hashnode.dev·Aug 20, 2023Getting Started with WebSockets in Deno: Tutorial and ExamplesNowadays it is quite natural to take advantage of WebSockets, either with an in-app notification system, facilitating real-time chats, allowing collaborative tools, among many other cases. In some programming languages or runtime environments, websoc...DiscussDeno
Peter Jiangcheatcod3.hashnode.dev·Aug 8, 2023Embedding TypeScript in your Rust ProjectNote: If you are just looking to have a minimal TypeScript runtime you can check out Deno's great blog post series on embedding deno_core to create a custom JS/TS runtime. This blog post is for those that want a battery-included runtime with FS and I...Discuss·41 readsTypeScript
Dawitblog.oneminch.dev·Aug 1, 2023Deno vs. NodeDeno improves upon Node.js in some significant ways. Modules Modules are loaded directly from URLs and cached locally. import confetti from "https://esm.sh/canvas-confetti@1.6.0"; This allows the decentralization of packages by removing reliance on ...DiscussNode.js
Tim Postechoreply.hashnode.dev·Jul 28, 2023How I'm using Neon Branches In My Upcoming Project To Build An AI-Powered Medical BudtenderThe tl;dr is, I'm building a project that will help cancer (and other) patients that use medical cannabis find strains that are safe for their sensitivities and therapeutic needs nearby, prioritized by price and availability. Currently, this need is ...DiscussDeno
Ivan Karabadzhakjakeroid.hashnode.dev·Jul 12, 2023Making Rest API with Deno and TypeScriptTo be honest, I prefer the NodeJS runtime over JavaScript itself. While JS is great, I appreciate the added benefits of type validation and similar features. During my student days, I heavily used C# to build everything from desktop apps to web servi...DiscussTypeScript
Rodrigo Mansueliblog.mansueli.com·Jul 11, 2023Testing Supabase Edge Functions with Deno TestBackend development requires robust and reliable tools in today's rapidly evolving technology landscape. While Firebase has been a go-to choice for many developers, there is now an open-source alternative called Supabase that offers a PostgreSQL-base...Discuss·612 readsDeno