@deno_land@fosstodon.org
@deno_land@fosstodon.org avatar

deno_land

@deno_land@fosstodon.org

A modern runtime for JavaScript and TypeScript https://deno.land #deno #denoland

This profile is from a federated server and may be incomplete. Browse more on the original instance.

deno_land, to node
@deno_land@fosstodon.org avatar

did you know you could use deploy and subhosting but with familiar infrastructure-as-code patterns?

we have an official Deno Terraform Provider that you can use to reliably provision and manage hundreds of projects on Deno Deploy and Subhosting.

learn more in our blog post, where there's a simple walkthrough on deploying code to Deploy via Terraform:

https://deno.com/blog/terraform

deno_land, to node
@deno_land@fosstodon.org avatar

write weather data to KV every hour
in 12 lines of code with Deno Cron

check it out on Deno Deploy: https://dash.deno.com/playground/deno-cron-weather

deno_land, to node
@deno_land@fosstodon.org avatar

Fresh 1.6 is released!
🍋️ Proper Tailwind CSS plugin
🍋️ Partials on Forms
🍋️ Better island bundles
🍋️ Plugin API improvements
🍋️ Less manifest merge conflicts
🍋️ Faster routing
Read more in the release notes

https://deno.com/blog/fresh-1.6

deno_land, to node
@deno_land@fosstodon.org avatar

wanna learn how your company can deliver even more value to your users? 🤔️

RSVP to our stream where Bert and Kevin

  • discuss ways to extend your product with a development platform
  • demo the API to show how easy it is get started

https://www.linkedin.com/events/howtounlockthelast10-ofyourplat7135733522731839488/theater/

deno_land, to node
@deno_land@fosstodon.org avatar

new cron️
🕘 simple API
🕕 no overlapping cron executions️
🕒 automatic handler retries
🕛️ works on Deno Deploy

https://deno.com/blog/cron

deno_land,
@deno_land@fosstodon.org avatar

simple API that works on Deno Deploy even without a web server

check out this cron in a Playground 👉🏻️ https://dash.deno.com/playground/cron-without-a-server

deno_land, to node
@deno_land@fosstodon.org avatar

be more productive writing tests with Deno.test.only() and Deno.test.ignore()

watch the full video of deno test tips and tricks here: https://www.youtube.com/watch?v=gDtDVfsgHgs

video/mp4

deno_land, to node
@deno_land@fosstodon.org avatar

running untrusted code on the web is risky.
here's a look at how we ensure maximum isolation of our v8 isolates 🔐

https://deno.com/blog/subhosting-security-run-untrusted-code

deno_land, to node
@deno_land@fosstodon.org avatar

we've added new pricing tiers for Subhosting, including a generous free tier

👇

https://deno.com/deploy/pricing

video/mp4

deno_land, to node
@deno_land@fosstodon.org avatar

a common challenge when adding a developer platform to your product is usage based customer billing

Subhosting makes it easy to track usage org-wide and by project

https://deno.com/subhosting

deno_land, to node
@deno_land@fosstodon.org avatar

Lines of Rust code across various repos
deno: 192133
deno_lint: 41944
deno_doc: 13230
deno_core: 35831
eszip: 3068
denokv: 5146
deno_graph: 10849
rusty_v8: 35896
import_map: 1685
deno_npm: 6836
deno_config: 2276
fastwebsockets: 3418
deno_task_shell: 7392
deno_semver: 3349

deno_land, to node
@deno_land@fosstodon.org avatar

It only took Deco.cx, Brazil's leading frontend platform, one year to onboard top brands, who rave about their "amazing developer experience", "instant deployments", and "fast page loads".

https://deno.com/blog/deco-cx-subhosting-serve-their-clients-storefronts-fast

deno_land,
@deno_land@fosstodon.org avatar

“Developing today requires knowing all of these frameworks,” says Deco.cx co-founder Guilherme (on the left). “The next million developers are not even studying programming yet — everything needs to be simpler.”

deno_land,
@deno_land@fosstodon.org avatar

The modern simplicity of a Deno stack "helped us move faster,” Luciano says. “We built everything in one year.”

Their customers benefited too — Zee.Dog loved how easy it was to iterate and saw 5x faster pageload speeds and a 30% ⬆️ in conversion rates.

deno_land, to node
@deno_land@fosstodon.org avatar

want a zero-config data store that supports ACID transactions and multiple-consistency levels without being tied down to Deno Deploy? 🤔

KV is now open source and self-hostable 👇
https://github.com/denoland/denokv

deno_land, to node
@deno_land@fosstodon.org avatar

Subhosting, the easiest and most secure way to run untrusted multi-tenant code, now has self-service options and a free tier:

https://deno.com/blog/subhosting

deno_land, to node
@deno_land@fosstodon.org avatar

Exciting updates for stateful server-side JavaScript apps with new KV features:

✔︎ Self-hosted open source Deno KV daemon

✔︎ Continuous backup into S3 or GCS

✔︎ Option to self-host read replicas

✔︎ Point-in-time recovery

Read more: https://deno.com/blog/kv-is-open-source-with-continuous-backup

deno_land, to node
@deno_land@fosstodon.org avatar

Not totally sure how to use some of the many many MANY features in 1.38? 🤔

Tune in to watch Kevin and Bartek demo and discuss them on the livestream now.

https://www.youtube.com/watch?v=5tUDSrnHFPk

deno_land, to node
@deno_land@fosstodon.org avatar

soon you can watch 👀 for changes in Deno KV

what would you build with that?

video/mp4

deno_land, to node
@deno_land@fosstodon.org avatar

biggest features of 1.38 🤯

read more: https://deno.com/blog/v1.38

video/mp4

deno_land, to node
@deno_land@fosstodon.org avatar

1.38 comes with hot module replacement

video/mp4

deno_land,
@deno_land@fosstodon.org avatar

you can also programmatically listen for "hmr" events:

learn more about HMR with Deno and other features from 1.38: https://deno.com/blog/v1.38#hot-module-replacement

deno_land, to node
@deno_land@fosstodon.org avatar

Announcing 1.38

✔︎ HTML doc gen
✔︎ HMR
✔︎ Better Node.js compatibility
✔︎ 7-20x faster JSX transformations
✔︎ Built-in .env support
✔︎ WebSockets over HTTP/2
✔︎ VSCode & Jupyter updates, performance boosts, and more!

https://deno.com/blog/v1.38

deno_land, to node
@deno_land@fosstodon.org avatar

coming soon 👀

image/png

deno_land,
@deno_land@fosstodon.org avatar

@hexagon Thanks for sharing!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • anitta
  • InstantRegret
  • mdbf
  • ngwrru68w68
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • osvaldo12
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • JUstTest
  • tacticalgear
  • ethstaker
  • provamag3
  • cisconetworking
  • tester
  • GTA5RPClips
  • cubers
  • everett
  • modclub
  • megavids
  • normalnudes
  • Leos
  • lostlight
  • All magazines