this post was submitted on 28 Feb 2026
18 points (100.0% liked)

Web Development

5508 readers
60 users here now

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

Related Communities

Wormhole

Some webdev blogsNot sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 2 years ago
MODERATORS
 

About Deno:

Deno is an open-source JavaScript runtime for the modern web. Built on web standards with zero-config TypeScript, unmatched security, and a complete built-in toolchain.

you are viewing a single comment's thread
view the rest of the comments
[–] spartanatreyu@programming.dev 2 points 19 hours ago

The --self-extracting flag in deno compile --self-extracting looks awesome.

I could compile my 11ty stack into a single executable that I could send anywhere, but it would still be able to read external markdowns so semi-technical coworkers can make content changes without the maintenance overhead of a CMS and without the coworkers needing to learn modern web dev.

It would also be super awesome for all the internal tools I've built that need to run offline.