Thomas Huber

8 Followers
45 Following
297 Posts
Programming & Tinkering. #javascript #typescript #dotnet #deno

#lume 2.3.0 was released đŸ”„

This version is dedicated to Andrés do Barro.

https://lume.land/blog/posts/lume-2.3.0-andres-do-barro/

Lume 2.3.0 - Andrés do Barro

A blog to follow the updates of Lume, the static site generator for Deno

đŸ”„ Updates
“You can kick the alpha tires on System76’s Cosmic, a new Linux desktop”
“A whole new desktop aims to appeal with tiling, themes, and a safer Rust core.”
https://arstechnica.com/gadgets/2024/08/you-can-kick-the-alpha-tires-on-system76s-cosmic-a-new-linux-desktop/
You can kick the alpha tires on System76’s Cosmic, a new Linux desktop

A whole new desktop aims to appeal with tiling, themes, and a safer Rust core.

Ars Technica

Hosting on Deno Deploy just got more performant with beta Web Cache API support:
🚀 sub-millisecond read latency
🚅 multi Gbps write throughput
đŸ’Ÿ unbounded storage

https://deno.com/blog/deploy-cache-api

#deno #node #javascript #typescript #webdevelopment #serverless

Introducing Web Cache API support on Deno Deploy

The Web Cache API offers sub-millisecond read latency, multi-Gbps write throughput, and unbounded storage. Here’s how you can use it.

Deno Blog
Finally, a positive review of #Deno (@deno_land) in the Bytes newsletter: https://bytes.dev/archives/317?ck_subscriber_id=887776687
#javascript
Bytes #317 - The Deno-lution

Controlling the population of JavaScript dates, scary JS stories to tell in the dark, and good old fashioned name calling.

Bytes by ui.dev

đŸ€“ đŸ» Öffentliche ErklĂ€rbĂ€r-Termine Herbst 2024

👉 https://www.peterkroener.de/oeffentliche-erklaerbaer-termine-herbst-2024/

Öffentliche ErklĂ€rbĂ€r-Termine Herbst 2024 ‱ Peter Kröner ‱ Webtechnologie

InstantDB: https://github.com/instantdb/instant

"...a client-side database that makes it easy to build real-time and collaborative apps like Notion or Figma."

#webdev

GitHub - instantdb/instant: Instant is a modern Firebase. We make you productive by giving your frontend a real-time database.

Instant is a modern Firebase. We make you productive by giving your frontend a real-time database. - instantdb/instant

GitHub

Deno 1.46 is not only the last 1.x release, but also one of the biggest:
- Simpler CLI
- Multi-threaded web servers
- HTML, CSS, YAML support in `deno fmt`
- Better Node/npm compat (support for playwright, google-cloud, etc.)
and much more đŸ‘‡ïž

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

#deno #javascript #typescript #node #npm

Deno 1.46: The Last 1.x Release

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.

Deno Blog

Today I saw this React hook (see photo) get shared on birdsite. It enables one to “automatically scroll down when new messages arrive in a chat”.

While it might work, you could — and should — use this little bit of CSS instead:

```
.log {
scroll-snap-type: y proximity;
align-content: end;
}
.log::after {
display: block;
content: "";
scroll-snap-align: end;
}
```

“
 remains snapped to the bottom 
unless the user has scrolled away from that edge” — https://drafts.csswg.org/css-scroll-snap/#example-d0a2d86f

CSS Scroll Snap Module Level 1

Use Deno to create desktop games with `deno compile`

Learn more in our internal talk: https://www.youtube.com/watch?v=RKjVcl62J9w

#deno #javascript #typescript #webdevelopment #gamedev

Building games with Deno

YouTube

Gestern mitbekommen?

👉 Mein Erfahrungsbericht mit DIY-Frontend-Frameworks: https://www.peterkroener.de/frontend-ohne-fomo-ein-erfahrungsbericht/
👉 Code.Movie kann jetzt Rust: https://code.movie/blog/rust-support-and-improved-code-splitting-in-0.0.17.html

Frontend ohne FOMO: ein Erfahrungsbericht ‱ Peter Kröner ‱ Webtechnologie