Tootfinder

Opt-in global Mastodon full text search. Join the index!

No exact results. Similar results found.
@kexpmusicbot@mastodonapp.uk
2025-10-31 02:55:50

🇺🇦 #NowPlaying on KEXP's #EasternEchoes
JPBS:
🎵 Surya Namaskar
#JPBS
jpbs.bandcamp.com/track/surya-
open.spotify.com/track/1CghQef

@kubikpixel@chaos.social
2025-12-31 08:05:09

Why Developers Are Ditching Frameworks for Vanilla JavaScript — #Frontend developers are returning to #Vanilla JavaScript. Here's how native #API's and

@aral@mastodon.ar.al
2026-01-29 13:31:42

So here’s a little JavaScript initialisation order quiz.
Take the following code:
```js
class A {
constructor (parameters = {}) {
Object.assign(this, parameters)
}
}
class B extends A {
foo
constructor (parameters) {
super(parameters)
this.foo ??= ‘no’
}
}
const b1 = new B()
const b2 = new B({ foo: ‘ok’ })
console.info(`${b1.foo}, ${b2.foo}`)
```
What output would you s…

@LillyHerself@Mastodon.social
2026-01-29 23:11:23

RE: mastodon.social/@jeffjarvis/11
Germ theory denialist???? What year are we in again????

@nic@geno.social
2026-01-30 14:55:41

🤔 Meta, Google & TikTok vertreten eigentlich nicht deine Werte?
Fediverse schonmal gehört, aber wo jetzt anfangen?
➡️ Wir bieten Workshops zur gemeinwohlorientierte Social-Media-Nutzung für zivilgesellschaftliche Organisationen
Hier kannst du dich bei Interesse eintragen: metamine.de/

Cartoonartige Zeichnung eines Mastodons als Maskottchen für die freie und quelloffene Software Mastodon.
Quelle https://github.com/mastodon/mastodon/blob/9cb26bb56b6b61e4e8577519347ada40a7751cd6/app/javascript/images/screen_hello.svg
@kornel@mastodon.social
2025-12-29 14:31:54

There's a media query for JS enabled/disabled: developer.mozilla.org/en-US/do

@kubikpixel@chaos.social
2025-12-31 09:05:26

Rust JS Tooling 2025: Why Biome, Oxc, and Rolldown Change Everything
Explore how Rust-powered tools like Biome.js and Rolldown are delivering 10x performance gains and revolutionizing the JavaScript ecosystem in 2025.
— by @…
🦀

@kubikpixel@chaos.social
2025-12-29 08:05:29

Replacing JS with just HTML
For many years now, JavaScript has been the workhorse of the web. If you wanted to do something that couldn't be done with just HTML and CSS, you could usually find a way to do it with JS.
And that is great! JS has helped push user experiences forward, and honestly helped push HTML and CSS forward!
🧑‍💻

@kubikpixel@chaos.social
2025-12-29 08:35:06

»Trends That Defined JavaScript in 2025:
Despite AI and the push for simplification in web development, JavaScript frameworks aren’t quite ready to yield their hold on the frontend.«
Personally, I'm not a JavaScript fanboy, but you can't avoid it for web frontend. I prefer TypeScript in this regard because in my opinion it is more precise.
🧑‍💻