Tootfinder

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

@khalidabuhakmeh@mastodon.social
2025-07-02 13:24:46

I have to give credit to the @… community. Any issue I enter into GitHub gets an almost immediate response that helps me solve my problems. #javascript #website

Awesome Jeff Goldblum GIF by First We Feast
@kubikpixel@chaos.social
2025-05-30 06:20:30

CSS Minecraft
There is NO JavaScript on this page. All the logic is made 100% with pure HTML & CSS. For the best performance, please close other tabs and running programs.
😲 benjaminaster.com/css-minecraf

@UP8@mastodon.social
2025-07-16 21:00:07

🎞️ Anime.js v4 is a lightweight JavaScript animation library with a simple, yet powerful API
#javascript #web

@khalidabuhakmeh@mastodon.social
2025-05-29 12:44:40

Hey, you #JavaScript folks want to build #secure web experiences? Well, join us on this #livestream where we talk about the best current practice of Backend For Frontend to keep your apps safe from…

@jake4480@c.im
2025-07-04 14:54:56

JavaScript broke the web (and called it progress) #JavaScript

@qbi@freie-re.de
2025-07-14 19:29:20

Für ein paar gepflegte WTF-Momente.
#javascript

@michabbb@social.vivaldi.net
2025-07-29 21:18:16

#Semgrep static analysis tool for #code scanning at ludicrous speed 🔍
🔍 Supports 30 languages including #Python

@michabbb@social.vivaldi.net
2025-07-21 20:40:11

🔧 Better-T Stack solves #JavaScript fatigue by providing ready-to-use tech combinations through an interactive CLI. Choose from #Svelte, #SvelteKit,

@smurthys@hachyderm.io
2025-06-22 21:06:11

A "simple generalization" of a #JavaScript "Stored Map" ended up taking 2 days of work (done in 4 days) but happy with the result: Able to drop-in replace the non-general version *and* satisfy a different use case. Plus, I learned a lot and gathered a ton of #teaching material. 😊
#softwareEngineering #webdev

@michabbb@social.vivaldi.net
2025-06-15 10:27:34

• 🔧 Extensible architecture via #PHP and #JavaScript plugins with lazy loading capabilities for performance
• 🎨 Visual #CMS functionality enabling live website content editing and drag & dr…

@smurthys@hachyderm.io
2025-06-14 16:37:43

Promises are a JavaScript programmer's way of saying "I promise you this code is complicated." 🤓
#technology #JavaScript #programming #nerd #joke #nerdJoke

@smurthys@hachyderm.io
2025-06-15 12:48:03

A large chunk of client JS code is just this over and over and over again. In case *I* removed a necessary element when *I* wasn't watching. 🤦‍♂️
```
const x = document.getElementById("X");
if (!x) {
console.error("X element not found.");
   return;
}
//later
alert("Check console.");
```
#technology #programming #JavaScript #defensiveProgramming

@michabbb@social.vivaldi.net
2025-07-13 20:41:18

Works with #Python #JavaScript #TypeScript #Go supporting frameworks like

@smurthys@hachyderm.io
2025-06-05 14:36:08

I recall using an app/service/... for offline access to all kinds of docs, but sadly, I don't remember its name. (I know I have used it to access cppreference and such). Any ideas? 🥺
Alternatively, any suggestions for offline access to JavaScript docs? MDN says it has offline access but then says it's only for "MDN Plus", which it also says I have but does not provide a means to enable offline storage. 😤
#askMastodon #askFedi #question #JavaScript #Mozzilla