dragonscave.space is one of the many independent Mastodon servers you can use to participate in the fediverse.
A fun, happy little Mastodon/Glitch instance.

Server stats:

239
active users

#webdev

138 posts86 participants1 post today
Public

y’all - please stop supporting wordpress.org/com. stop recommending it to clients, stop making your business depend on it, stop telling newbies to build in #wordpress, and find alternatives like classicpress or any open-source project that’s actually open to well-intentioned feedback and genuine collaborative spirit without a fragile-ego dictator.

wordpress runs over 30% of the internet, and the guy who runs it is clearly not able to do so with a clear head or emotional stability.

you do not need wordpress. there are user-friendly, customizable CMS that’s a dime a dozen these days.

you do not need wordpress. wordpress needs you.

progressplanner.com/real-impac

Progress Planner · The Real Impact of a WordPress BanJoost de Valk and Progress Planner got banned from WordPress, and that's a big deal. And we shouldn’t allow ourselves to normalize it.
Public

Creating 21 basic email templates in the app by hand = ~30 minutes
Coding a script to create them via API = 10 minutes studying the docs, 15 minutes coding, 5 minutes testing = ~30 minutes + easy way to create more in bulk in seconds.
Hmm, which way should I choose?
#webdev #api #email

Public

A typeface for creating sparklines in text without code.

github.com/aftertheflood/spark

Works on both the desktop and the web where it works without #Javascript, though it does require a modern-ish web browser.

A typeface for creating sparklines in text without code. - aftertheflood/sparks
GitHubGitHub - aftertheflood/sparks: A typeface for creating sparklines in text without code.A typeface for creating sparklines in text without code. - aftertheflood/sparks
Public

Question for you #webdev peeps:

I've made a site and it's totally in dark mode. How I like it 😊

But some people mentioned that I should offer a light mode toggle because "some people are not used to dark mode and won't like it".

Do you think that's valid?

(Someone else said that there's also potentially an accessibility issue with dark mode - is that true?)

Public

Preact is a fast 3kB alternative to React with the same API. I started using it for a project at work and I’m really liking it. Aside from size and speed, it provides some really nice features not present in React. For example, I find signals are a really nice way to manage shared state between components.

preactjs.com/guide/v10/signals

preactjs.comSignals – Preact GuideSignals: composable reactive state with automatic rendering