WebDev

what ways do you use to make money from your websites? i'm thinking of creating one and monetizing it [\#webdev](https://kbin.social/tag/webdev)

0
2
https://danielrotter.at/2024/04/02/finding-all-html-tags-not-being-self-closed.html

For some refactoring I needed to find all HTMl tags not being self-closed. I decided to use regular expression for that, and this is what I came up with.

1
0
deno.com

2023 marked a significant step towards our vision of radically simplifying web development. Here are the biggest updates and what’s coming up next.

2
0
deno.com

Deno 1.40 introduces the Temporal API, TC39 decorators, and a range of deprecations and stabilizations, along with improvements in Node.js compatibility, LSP, diagnostics, and handling of unstable features, paving the way for a seamless upgrade to Deno 2.

1
0
www.folotop.com

This is the ideal list of web design and development firms in Houston, Texas, if you're searching for website design and development services.

1
0
apisyouwonthate.com

With API descriptions rising in popularity, the main question I hear folks asking about is "API Design-first" or "code-first". This is a bit of a misleading question because these are not two unique things, there are a few variants. Code-First, Write Docs "When We Have Time" This is how I

1
0
deno.com

Detecting changes in Deno KV with `kv.watch` makes it easier to build real-time applications like newsfeeds, analytics, multi-user collaboration tools, and more.

1
0
shopify.engineering

We walk through how we implemented an SSE server that's scalable and load-balanced to simplify and improve a real-time data visualization application.

2
0
https://danielrotter.at/2023/07/19/combine-jq-with-curl-to-improve-its-json-handling.html

jq is a nice JSON processor, which is helpful when working with JSON outputs, no matter if they are retrieved using curl or any other command.

1
0
https://wasmer.io/posts/onyxlang-powered-by-wasmer

Learn about Onyx, a new imperative programming language that leverages WebAssembly and Wasmer for seamless cross-platform support

2
0
www.htmhell.dev

A collection of bad practices in HTML, copied from real websites.

4
0
deno.com

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

2
0
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.

1
0

which 5 websites have you used and would you like to see them back? [\#webdev](https://kbin.social/tag/webdev)

1
0
deno.com

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

1
0
blog.logrocket.com

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

1
0
deno.com

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

2
0
webdev
WebDev danrot Now 100%
Web Push Book
web-push-book.gauntface.com

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

3
0
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.

1
0
deno.com

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.

2
0

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

1
0

the best blogs for developers: [https://bearblog.dev](https://bearblog.dev) and [https://ayedot.com](https://ayedot.com) [\#webdev](https://kbin.social/tag/webdev)

1
0
heather-buchel.com

Exploring the reasons why we no longer have web designers.

7
8

help me evaluate please. how much should i pay for a blog like this [https://playstationcouch.com](https://playstationcouch.com) ? but focused on economics [\#webdev](https://kbin.social/tag/webdev)

1
0

five alternatives to reddit, easy to use. does anyone know them? [\#webdev](https://kbin.social/tag/webdev)

1
0
rkblog.dev

Showcasing CloudCannon with 11ty as a headless CMS service

2
0

i have a website that gets 120 visits a day. my niche is video games. how can i monetize it? [\#webdev](https://kbin.social/tag/webdev)

-2
0
frontendmasters.com

Click here to see how I turned \~170 lines of code in moder vanilla JavaScript in TodoMVC.

3
0
deno.com

Discover new improvements in Fresh 1.5 that makes your site quicker to load and comes with several improvements to make authoring complex projects easier.

2
0

How can I improve the design of my websites? I'm really bad at it [\#webdev](https://kbin.social/tag/webdev)

3
1
rkblog.dev

Creating an SSG flow to generate a highly optimized static website.

2
0
https://danielrotter.at/2020/04/08/avoid-z-index-whenever-possible.html

Whenever I use z-indexes, I am going to regret it at some point, especially with libraries utilizing components. Let’s see if we can avoid them all together.

3
2
addyosmani.com

"Stick to boring architecture for as long as possible, and spend the majority of your time, and resources, building something your customers are willing...

2
0
joshcollinsworth.com

It's popular to say we can’t agree on Tailwind, but I posit we actually already do. I think what we actually disagree on isn’t the details of this (or any) specific software; it's in what we value, and how we each define assets and liabilities.

5
0
deno.com

Introducing Deno Queues - zero config, scalable messaging with a guaranteed at-least-once delivery. This new primitive builds on the foundation set by Deno KV, and is available today in the Deno JavaScript runtime and Deno Deploy.

2
0
https://pdx.su/blog/2023-07-26-tailwind-and-the-death-of-craftsmanship/

There's a worrying trend in modern web development, where developers are throwing away decades of carefully wrought systems for a bit of perceived convenience. Tools such as Tailwind CSS seem to be spreading like wildfire, with very few people ever willing to acknowledge the regression they bring to our field. And I'm getting tired of it

4
2
https://danielrotter.at/2020/03/28/creating-highly-customizable-html-presentation-with-markdown-and-pandoc.html

Presentations can be created using markdown, a plain file format. There are some available options, but let’s see why it pays off to build your own solution.

2
0
https://cleanuptheweb.org/

cross-posted from: https://lemmy.ml/post/4867982 > Developers, it’s time for you to choose a side: will you help rid the web of privacy-invading tracking or be complicit in it?

2
0
webdev
WebDev wave_walnut Now 100%
Bun 1.0
bun.sh

> > > Bun is stable and ready for production. > >

3
1