
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
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
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.
😲 https://benjaminaster.com/css-minecraft/
🎞️ Anime.js v4 is a lightweight JavaScript animation library with a simple, yet powerful API
#javascript #web
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…
JavaScript broke the web (and called it progress) #JavaScript
Für ein paar gepflegte WTF-Momente.
#javascript
🔧 Better-T Stack solves #JavaScript fatigue by providing ready-to-use tech combinations through an interactive CLI. Choose from #Svelte, #SvelteKit,
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
• 🔧 Extensible architecture via #PHP and #JavaScript plugins with lazy loading capabilities for performance
• 🎨 Visual #CMS functionality enabling live website content editing and drag & dr…
Promises are a JavaScript programmer's way of saying "I promise you this code is complicated." 🤓
#technology #JavaScript #programming #nerd #joke #nerdJoke
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
Works with #Python #JavaScript #TypeScript #Go supporting frameworks like
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