#lume 2.3.0 was released đ„
This version is dedicated to Andrés do Barro.
#lume 2.3.0 was released đ„
This version is dedicated to Andrés do Barro.
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
đ€ đ» Ăffentliche ErklĂ€rbĂ€r-Termine Herbst 2024
đ https://www.peterkroener.de/oeffentliche-erklaerbaer-termine-herbst-2024/
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."
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 đïž
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
Use Deno to create desktop games with `deno compile`
Learn more in our internal talk: https://www.youtube.com/watch?v=RKjVcl62J9w
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