From deno.com
Self-contained Executable Programs with Deno Compile
2 2
Deno compile is a flexible tool that turns a JavaScript or TypeScript program into a portable, streamlined binary for any OS. Here's how it works.
#deno #node #webdev #javascript #typescript
23h ago
From deno.com
1 1
In-depth documentation, guides, and reference materials for building secure, high-performance JavaScript and TypeScript applications with Deno
10h ago
From deno.com
Deno 1.46: The Last 1.x Release
1 1
Our last 1.x release before Deno 2 comes with a ton of features, ranging from a simpler, improved CLI, to multi-threaded web servers, improvements to Node.js/npm compatibility, and more.
on Sep 5
From deno.com
Build a Database App with Drizzle ORM and Deno
0 1
Using an object-relational mapping (ORM) database can make working with persistent data simpler. Here's how to use a popular ORM, Drizzle, with Deno.
on Wed, 5PM
From deno.com
Introducing your new JavaScript package manager: Deno
0 2
Deno’s new package manager, added in v2.0, is fast, flexible, and supports Node and package.json. Here’s how it works.
on Nov 8
From deno.com
How to convert CommonJS to ESM
0 0
Here’s a thorough guide that covers everything you need to know to migrate your CommonJS project to ESM.
on Oct 18
From deno.com
0 0
Our next major version of Deno combines the simplicity, security, and performance of Deno 1 with full Node and npm backwards compatibility, and much more.
on Oct 17
From deno.com
The Final Touches: What’s New In v2.0.0-rc.10
0 0
We've merged in many fixes and improvements to the Deno 2 release candidate. Here's what's new.
on Oct 5
From deno.com
Announcing Stable V8 Bindings for Rust
0 0
Rusty V8, a library that provides high-quality, zero-overhead Rust bindings to V8, is finally stable. Here's how to use it.
on Sep 25
From deno.com
0 0
This release candidate, a near-final look at Deno 2, includes the addition of Node's process global, better dependency management, and various API stabilizations, and more.
on Sep 19
From deno.com
Secure, efficient private npm registries with Cloudsmith and Deno
0 0
Deno can use private npm registries with Cloudsmith, which offers additional security features, analytics into module usage, and more. Here’s how to do it.
on Sep 10
From deno.com
Painting the Plane as We Fly It: Designing JSR
0 1
JSR, created for the JavaScript community, needed a logo and a website to look distinct, friendly, and inclusive. Here's how we approached this design problem.
on Sep 4
From deno.com
Introducing Web Cache API support on Deno Deploy
0 0
The Web Cache API offers sub-millisecond read latency, multi-Gbps write throughput, and unbounded storage. Here’s how you can use it.
on Aug 27
From deno.com
Protect your cloud spend with new Deno Deploy spend limits
0 0
You can now exercise greater control over your Deno Deploy spend with our new spend limits. Here’s how they work.
on Aug 8
From deno.com
Deno, the next-generation JavaScript runtime
0 0
Deno features improved security, performance, and developer experience compared to its predecessor. It's a great time to upgrade your Node.js project to run on Deno.
on Aug 8
From deno.com
Benchmarking AWS Lambda Cold Starts Across JavaScript Runtimes
0 0
When running production JavaScript in the cloud, performance is a critical consideration. Here’s how Deno’s cold start times compare against other JavaScript runtimes on AWS Lambda.
on Aug 7
From deno.com
What we got wrong about HTTP imports
0 0
Designing a module system around HTTP imports was ambitious. Here are some issues we encountered and how we solved for them.
on Aug 1
From deno.com
What we got wrong about HTTP imports
0 0
Designing a module system around HTTP imports was ambitious. Here are some issues we encountered and how we solved for them.
on Jul 29
From deno.com
0 0
Supabase's isomorphic JavaScript client library is now available on JSR.
on Jul 16
From deno.com
Deno 1.45: Workspace and Monorepo Support
0 0
Deno 1.45 introduces workspaces and monorepo support, improved Node.js compatibility, updates to `deno install`, the new `deno init --lib` command, deprecation of `deno vendor`, Standard Library stabilization, upgrades to V8 12.7 and TypeScript 5.5.2, and more.
on Jul 12
From deno.com
Introducing KV Backup for Deno Subhosting
0 0
This new feature allows Subhosting users to configure their KV databases to back up data to their own S3-compatible object storage via APIs.
on Jul 9
From deno.com
How to setup a blog with Hugo and Deno Deploy
0 0
Set up and deploy a blog to the edge in minutes.
on Jul 6
From deno.com
0 0
Quick, digestible bites of TypeScript goodness for Deno developers. In this first bite, we introduce TypeScript, how to add type annotations to your code and why you should.
on Jun 28
From deno.com
How the Guardian uses Deno to audit accessibility and performance across their 2.7 million articles
0 0
The Guardian receives over 350 million unique page views. Learn how Deno helps the Guardian maximize web performance and adhere to accessibility standards to retain and grow their readership.
on Jun 26
From deno.com
How We Made the Deno Language Server Ten Times Faster
0 1
When a customer reported performance issues with the Deno language server, we began a performance investigation that resulted in reducing auto-completion times from 6-8 seconds to under one second in large codebases. This is how we did it.
on Jun 26
From deno.com
Introducing More Flexible Domain Association for Deno Subhosting
0 0
This new update simplifies programmatically managing custom domains, wildcard domains, subdomains for different deployments, and more.
on Jun 25
From deno.com
0 0
Get expert Deno runtime support tailored to your business needs. Featuring priority support, guaranteed response times, and more.
on Jun 25
From deno.com
The stabilization process of the Standard Library has begun
0 0
The Deno Standard Library is going to reach 1.0.0 shortly. We hope you try RC versions of the packages and give us feedback!
on Jun 24
From deno.com
Deno 1.44: Private npm registries, improved Node.js compat, and performance boosts
0 0
Deno 1.44 adds support for private npm registries, gRPC connections, improved Node.js compat with initial Next.js support, and significant performance improvements.
on Jun 24
From deno.com
Roll your own JavaScript runtime
0 0
A walk-through of creating a CLI that executes JavaScript files.
on May 23
From deno.com
How we built a secure, performant, multi-tenant cloud platform to run untrusted code
0 0
When building a modern cloud platform to securely run untrusted code, it can be difficult to balance cost and performance. Here’s how we built Deno Deploy and Deno Subhosting.
on May 17
From deno.com
Deno: the easiest, most secure JavaScript runtime | Deno Docs
0 0
Reference documentation for the Deno runtime and Deno Deploy
on May 17
From deno.com
The Deno Standard Library is now available on JSR
0 0
The Deno Standard Library has moved to JSR, supporting SemVer ranges in imports and compatibility with Node.js, Cloudflare Workers, and more.
on May 15
From deno.com
How to document your JavaScript package
0 0
Writing good JSDocs for your JavaScript package is critical to its success. Here are some best practices for creating docs that helps your users be successful.
on May 10
From deno.com
Deno KV internals: building a database for the modern web
0 0
How we built a performant, scalable, ACID-compliant, JavaScript-native database on FoundationDB.
on May 4
From deno.com
Your Low Code Solution Needs an Escape Hatch
0 0
A low-code solution is a simple way to offer some flexibility for your users. However, to accommodate further customization (especially for enterprise users), you should have an “escape hatch” — simple, code-level customization. Here are three product scenarios and where an escape hatch makes most sense.
on May 3
From deno.com
Deno 1.43: Improved Language Server performance
0 0
Deno 1.43 enhances productivity with a faster language server, improved npm compatibility, a new `deno serve` subcommand, URL.parse() API, and announcements regarding Deno 2.
on May 1
From deno.com
How Slack used Deno to save months of engineering effort in launching their new platform
0 0
Learn how building with Deno helped Slack launch their new development platform in weeks and not months.
on Apr 29
From deno.com
JSR Is Not Another Package Manager
0 0
JSR introduces a new way to share JavaScript and TypeScript code across platforms, focusing on simplifying distribution without replacing existing package managers.
on Apr 24
From deno.com
Announcing the Hookdeck SDK on JSR
0 0
Hookdeck, an event gateway for distributed and async architecture, now has an SDK on JSR.
on Apr 23
From deno.com
Announcing the Neon Serverless Driver on JSR
0 0
Neon, a performant, edge-compatible, serverless Postgres driver, arrives on JSR.
on Apr 18
From deno.com
An intro to TSConfig for JavaScript Developers
0 0
TypeScript, one of the fastest growing languages, helps JavaScript developers improve code quality and productivity. But getting started can be challenging. Here's an introduction to TSConfig.
on Apr 17
From deno.com
How Netlify used Deno Subhosting to build a successful edge functions product
0 0
Learn why Netlify chose Deno Subhosting over building their own solution with AWS Lambda to offer a successful edge functions product within weeks.
on Apr 13
From deno.com
0 0
A modern JavaScript registry needs to be fast, reliable, and be as simple as possible for end users. Here's how we built JSR.
on Apr 12
From deno.com
Introducing Simpler Project Creation in Deno Deploy
0 0
Introducing a more simplified project creation flow in Deno Deploy, including seamless CI/CD setup, a more transparent build and deployment step, and more.
on Apr 3
From deno.com
Deno 1.42: Better dependency management with JSR
0 0
Deno 1.42 revolutionizes dependency management with the seamless integration of JSR, enhancing Node/npm compatibility and introducing significant performance improvements.
on Mar 28
From deno.com
How to use Express with Deno | Deno Docs
0 0
Express is a popular web framework known for being
on Mar 27