Rahul Sharmarahul1sharma.hashnode.dev·Aug 5, 2024Exploring the Modern Web Development Stack: Trends and Technologies in 2024In the ever-evolving landscape of web development, staying updated with the latest trends and technologies is crucial. 2024 has brought a wave of innovations that are transforming how we build and deploy web applications. In this article, we will div...DiscussWeb Development
Cloud Tunedcloudtuned.hashnode.dev·Jul 23, 2024Introducing Deno: The Next Generation JavaScript/TypeScript RuntimeIntroducing Deno: The Next Generation JavaScript/TypeScript Runtime In the realm of JavaScript and TypeScript development, Deno has emerged as a powerful and modern runtime, designed to address many of the limitations of Node.js. Created by Ryan Dahl...DiscussDeno
Nikhil AkkiPronikhilakki.in·May 18, 2024What is Drizzle ORM?Intro In the ever-evolving tech landscape, where data management and application development intersect, emerges Drizzle ORM—a modern, lightweight, serverless-ready Object-Relational Mapping (ORM) tool designed for TypeScript applications. At its core...Discuss·106 readsjavascript framework
Guileasblog.etheve.eu·May 11, 2024Deno Mysql - Query VS ExecuteWhen you look at the Deno Mysql documentation you can use two functions to run your query : client.execute(/*SQL*/) client.query(/*SQL*/) I wasn't sure when to use what, so I consulted the code to find out. Both function work the same as the query f...DiscussWhat I've learned todayDeno
Anita Madubaanitascript.hashnode.dev·Feb 22, 2024Alternatives to Node.jsNode.js has become a popular choice for server-side JavaScript development, but it's not the only option available. As a developer, it's crucial to be aware of alternatives that might better suit specific project requirements. This article explores s...DiscussNode.js
Cloud Tunedcloudtuned.hashnode.dev·Feb 4, 2024Exploring Deno: A Modern Runtime for JavaScript and TypeScriptExploring Deno: A Modern Runtime for JavaScript and TypeScript Deno is a secure runtime for JavaScript and TypeScript built on the V8 JavaScript engine and Rust, designed to address the shortcomings of Node.js while providing a more secure and develo...DiscussDeno
Nick Ballnpbee.hashnode.dev·Nov 10, 2023Neovim, Deno, and TypeScript in a monorepoIf you’ve ever tried to get both Deno and TypeScript LSP’s set up in Neovim you’ve likely run into configuration issues. Both Deno and TypeScript operate on .ts files, so by default both LSP’s will try to attach when you open a TypeScript file. The D...DiscussDeno
Nick Ballnpbee.hashnode.dev·Oct 8, 2023Testing an API endpoint with DenoDeno has become one of my favorite tools for web development. It’s refreshing to have all of the essential features readily available without needing to reach for third-party libraries. Recently, I’ve been working on an API-first version of Waveformr...DiscussDeno
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·617 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