WebDev

!webdev

@kbin.social
Create post
Announcing Deno Cron

Announcing Deno Cron

Open link in next tab

Announcing Deno Cron

https://deno.com/blog/cron

`Deno.cron` allows you to easily create scheduled jobs and is available on Deno Deploy. Here's how it works.

Announcing Deno Cron
Use git submodules and make for simple code sharing

Use git submodules and make for simple code sharing

Open link in next tab

Use git submodules and make for simple code sharing

https://danielrotter.at/2021/03/06/use-git-submodules-and-make-for-simple-code-sharing.html

Simple code often does not require complicated packaging mechanisms. Reusing established tools like Git and make seem perfect for this use case.

which 5 websites have you used and would you like to see them back?

which 5 websites have you used and would you like to see them back?

which 5 websites have you used and would you like to see them back?

#webdev

Deno Subhosting: the easiest and most secure way to run untrusted multi-tenant code

Deno Subhosting: the easiest and most secure way to run untrusted multi-tenant code

Open link in next tab

Deno Subhosting: the easiest and most secure way to run untrusted multi-tenant code

https://deno.com/blog/subhosting

Subhosting is a new way to leverage Deno Deploy's fast, scalable multi-tenant v8 isolate cloud to run your users code securely.

Deno Subhosting: the easiest and most secure way to run untrusted multi-tenant code
Using CSS content-visibility to boost your rendering performance - LogRocket Blog

Using CSS content-visibility to boost your rendering performance - LogRocket Blog

Open link in next tab

Using CSS content-visibility to boost your rendering performance - LogRocket Blog

https://blog.logrocket.com/using-css-content-visibility-boost-rendering-performance/

CSS content-visibility helps boost rendering performance by controlling whether or not an element renders its contents.

Using CSS content-visibility to boost your rendering performance - LogRocket Blog
Announcing self-hosted Deno KV, continuous backups, and replicas

Announcing self-hosted Deno KV, continuous backups, and replicas

Open link in next tab

Announcing self-hosted Deno KV, continuous backups, and replicas

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

Deno KV is now even more flexible and powerful with self-hosted options, replicas, and S3 and GCS continuous backup support.

Announcing self-hosted Deno KV, continuous backups, and replicas
Web Push Book

Web Push Book

Open link in next tab

Web Push Book

https://web-push-book.gauntface.com/

Web push book provides all the information you need to learn about the web push API.

Web Push Book
Understanding animated graphs in D3.js

Understanding animated graphs in D3.js

Open link in next tab

Understanding animated graphs in D3.js

https://danielrotter.at/2020/06/12/understanding-animated-graphs-with-d3js.html

Building a graph is a pretty straight forward task in D3.js, but I’ve had a hard time understanding how to update them. This is a try to explain why.

Deno 1.38: HTML doc generator and HMR

Deno 1.38: HTML doc generator and HMR

Open link in next tab

Deno 1.38: HTML doc generator and HMR

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

Deno 1.38 ships with HTML doc output, hot module replacement, improved Node.js compatibility by allowing you to use your own `node_modules` folder, and more.

Deno 1.38: HTML doc generator and HMR
Looking for advice on choice of CMS for medium sized portfolio site.

Looking for advice on choice of CMS for medium sized portfolio site.

Hi

I was wondering if any of you could give advice on what CMS to use for a small company. I don't have a lot of experience with CMS's. The most I used was PicoCMS which uses markdown with YAML headers and Twig for templating. Quite fun for a personal site, but not adequate for my company. We have about 60 individual project pages that need navigation, so like an overview page where you can filter by type of project. We currently use Wordpress and it's horrible.

What I'm looking for is something future-proof, meaning that at any time we can migrate to another CMS or another static site builder or what have you. I think the requirement is some sort of easily programmable database structure for the page content (text, images, widgets, ...)

I was looking at Kirby and FrontAid (hate that GitHub is a requirement) so far.

Thank you