// Import Attributes
import data from "./resource.json" with { type: "json" };
It was about time, wasn't it? 😅 👇
But now, with Firefox 138 all major browser engines support import attributes to import JSON from within your ECMAScript modules. 👇
✅ Chromium: 123+
✅ Safari: 17.2+
✅ Firefox: 138+ (released 2w ago)
PS. This syntax works in modern Node.js, too!
15.05.2025 10:46 — 👍 124 🔁 36 💬 5 📌 3
✌️
13.03.2025 22:01 — 👍 0 🔁 0 💬 0 📌 0
Photo des 3 compères Guillaume Pierre Yves et Yann
Photo du nom d’équipe : beurredoux403
Scalian CTF (Capture the Flag) @epitech-officiel.bsky.social Nantes
13.03.2025 17:21 — 👍 4 🔁 0 💬 2 📌 0
Do you have a source on what could be considered progressive enhancement? I think it’s not that easy to find out
12.03.2025 06:42 — 👍 0 🔁 0 💬 0 📌 0
« Baseline » is fraud IMO. Tons of users would be excluded if we limited to supporting « evergreen » browsers
12.03.2025 06:40 — 👍 0 🔁 0 💬 0 📌 0
🎟️ Il reste encore des places pour le NantesJS de jeudi !
🏠 Il sera hébergé par @zenikanantes.bsky.social
Si vous êtes intéressés, c'est par ici : www.eventbrite.fr/e/1246453549...
17.02.2025 10:18 — 👍 4 🔁 3 💬 1 📌 0
🌶️ you should never globally install apache, php or postgres on your computer
use something like docker instead
... and can i introduce you to my good friend mise.jdx.dev?
19.01.2025 18:53 — 👍 129 🔁 8 💬 25 📌 3
YouTube video by Touraine Tech
NoEstimates vs Story Points : fact-checking dessiné - Victor Lambret
NoEstimates vs Story Points : fact checking dessiné - gros travail documenté de @victorlambret.bsky.social
youtu.be/9UG2ZfmBk5M
11.01.2025 10:37 — 👍 2 🔁 1 💬 1 📌 0
In our case it’s not about Apple.
Some users of our apps only just have old computers/smartphones that stopped being updated. We don’t want to throw them out so we try to respect progressive enhancement as much as possible. It’s also an eco friendly choice 🙂
06.01.2025 20:37 — 👍 2 🔁 0 💬 0 📌 0
Je me désabonne
06.01.2025 19:02 — 👍 0 🔁 0 💬 1 📌 0
Too soon for our browser support 🥲
06.01.2025 19:01 — 👍 0 🔁 0 💬 1 📌 0
HTML Is Actually a Programming Language. Fight Me
In fact, HTML is the most significant computing language ever developed. Underestimate it at your peril.
The W3C's original technooptimist sin was to think that developers would holistically and harmoniously blend three programming languages together, rather than double down on one and dismiss the others as inconvenient trivialities. www.wired.com/story/html-i...
06.01.2025 18:35 — 👍 33 🔁 5 💬 2 📌 2
Bravo
03.01.2025 11:04 — 👍 1 🔁 0 💬 0 📌 0
Il paraît que dans les restau ils ont des fiches de cuisine très précises, les noobs en ont besoin aussi !
02.01.2025 13:59 — 👍 0 🔁 0 💬 0 📌 0
Bonne idée 🙂
02.01.2025 12:29 — 👍 1 🔁 0 💬 1 📌 0
I feel like user contribution is central in this domain, wondering about recipe forks to draw some kind of mind map (more milk, less butter…) 😋
02.01.2025 11:46 — 👍 0 🔁 0 💬 0 📌 0
What websites do you use for cooking recipes? As a technician, I’m more and more frustrated about imprecise measurements: 4 eggs/2 apples (which size?), temperature management…
Given that most French websites have crappy privacy, I’m exploring how we could help bad kitcheners like me 😗
02.01.2025 11:44 — 👍 0 🔁 0 💬 2 📌 0
I’ve just joined the club ❤️ thanks to everyone making our jobs easier openly
31.12.2024 14:28 — 👍 2 🔁 1 💬 0 📌 0
👏 semver done properly
30.12.2024 08:56 — 👍 1 🔁 0 💬 0 📌 0
📣 Demain soir, nous recevons à l'agence un évènement organisé dans le cadre du mouvement DOSCA. Adèle Holley, psychologue clinicienne, viendra présenter une conférence critiquée sur le sujet des violences systémiques
👉Rdv à 18h30
mobilizon.fr/events/65212...
#Zenika
16.12.2024 15:23 — 👍 5 🔁 2 💬 0 📌 1
Plz bookmarks @bsky.app
04.12.2024 17:02 — 👍 0 🔁 0 💬 0 📌 0
Page d’accueil du site 24joursdeweb.fr avec le thème 2024. Sur un fond bleu nuit étoilé, quatres boules de Noël : une boule bleue avec une maison dans un décor enneigé ; une boule rouge avec 2 chats sur des paquets, dont l’un pousse l’autre ; une boule jaune avec des lutins dont l’un est couché dans une coupe de champagne ; une dernière boule bleue avec un bonhomme de neige couché dans la neige.
C’est parti pour 24 jours de web, le calendrier de l’avent des gens qui font le web d’après !
Un grand merci à Laure Février, qui a illustré le calendrier cette année.
01.12.2024 08:09 — 👍 23 🔁 18 💬 2 📌 2
Ahah en bas de page tu peux voir comment ça se fait via l’interface sinon 😅
27.11.2024 15:47 — 👍 0 🔁 0 💬 1 📌 0
This is a great article! ❤️ progressive enhancement.
I would love some kind of tooling to help me find « potentially dangerous » CSS features 🙂
26.11.2024 17:46 — 👍 1 🔁 0 💬 0 📌 0
`nr` bash function to use `node --run` when possible
`nr` bash function to use `node --run` when possible - nr-auto-node-run.sh
Small bash function `nr` to auto use `node --run` instead of `npm run` when available (for better performance ⚡ @e18e.dev )
gist.github.com/yannbertrand...
26.11.2024 13:45 — 👍 10 🔁 2 💬 1 📌 0
Why not an array method? Would help generate CSV or other stuff
26.11.2024 11:57 — 👍 0 🔁 0 💬 0 📌 0
🇸🇦 🇫🇷 🇳🇪
Smash my keyboard for a living—results vary, but sometimes cool stuff happens
Iskantchi Vie 🖖🏾
bien kebsa bien kilishi
4 jours non stop de stream caritatif pour financer les actions de Médecins du Monde.
📍 Centre des Congrès de Lyon, Grand Amphithéatre
📅 27/02 - 02/03
Merci Senen pour les travaux !
@DevFestNantes Organizer, @GDGNantes Organizer, @EpitechNantes Head of Studies
Bridgy Fed (https://fed.brid.gy/) bot user for the fediverse. To bridge your Bluesky account to the fediverse, follow this account.
To ask a fediverse user to bridge their account, send their address (eg @user@instance) to this account in a chat message.…
@gdgnantes leader 🐘 / @devfestnantes organizer 👩💻 / #devoxx4Kids / #GDE Web / developer and proud to be a dev
@sfeir 👨💻 / curious geek
Développeuse & intégratrice web - Facilitatrice Agile | 🌊 @csscade | 🐙 @MobProgFR | La Fresque Du Sexisme ✊
I prefer Mastodon 🐘 and the Fediverse 🌐 https://pouet.chapril.org/@arthurzenika
Placeholder account so you can find me over there... 👋
IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin, by @jetbrains.com
Tips: #IntelliJIDEATips
New Features: #NewInIntelliJIDEA
Our YouTube channel: http://jb.gg/video
Toute l’actualité d’Apple en français.
Together we can fix any thing. 💪🛠️♻️
► 100.000 free Instructions
► Tools & Spare Parts - Shipping from Germany
https://sprout.link/ifixiteurope
« Everyone should be respected as an individual, but no one idolized. » Albert Einstein
www.nirinarabeson.fr
Conférence bordelaise #tech, #dev & #programmation sur les technologies de demain 💻
📆 Prochaine édition : 07 novembre 2025 #bdxio2025 #bdxio
Touraine Tech est l'événement incontournable du secteur IT en région centre 💚 8e édition ➡️ 12 & 13 février 2026 @ UFR Tours Grandmont #TNT26
Les formations recommandées par les développeur·se·s pour les développeur·se·s
Formations: https://www.humancoders.com/
Podcast: https://www.humancoders.com/pages/podcast
Human Talks: https://humantalks.com/
fontsource.org and medama.io creator • open-source enthusiast building tools to simplify the web • github.com/ayuhito