MDN Web Docs @MozDevNet
The official MDN Web Docs account. We deliver the best web docs around. developer.mozilla.org Worldwide Joined March 2013-
Tweets6K
-
Followers46K
-
Following942
-
Likes5K
Style text selections with ::highlight! The ::highlight pseudo-element lets you customize how text highlights appear. Not just for user selection (::selection), but also for custom highlights created via the Highlight API Learn more 👇 developer.mozilla.org/en-US/docs/Web…
Tired of long-running scripts blocking the UI? The Web Workers API lets you run JS in the background, keeping your app responsive and smooth. ✅ Offload heavy tasks ✅ Keep the main thread free ✅ Great for data crunching, parsing, and more Read how 👇 developer.mozilla.org/en-US/docs/Web…
🕵️♂️ The User-Agent HTTP header tells the server what client is making the request, like browser, OS, and rendering engine. It helps servers: ✅ Serve browser-specific content ✅ Log usage patterns ❌ But can also be a source of fingerprinting Read more 👇 developer.mozilla.org/en-US/docs/Web…
What does the k1 attribute do in SVG? 🌀 The k1 attribute is used with the <feConvolveMatrix> filter element in SVG to apply convolution effects. It’s part of the kernel matrix that defines how pixels are transformed. Learn more 👇 developer.mozilla.org/en-US/docs/Web…
🧪 Thinking of using fetch() streams to track upload/download progress? @jaffathecake shares more, and how could limit future browser optimizations. ✅ Streams = Great for parallel processing ❌ Streams ≠ Reliable for measuring up/down % Read more 👇 jakearchibald.com/2025/fetch-str…
Guide assistive tech with aria-orientation 🧭 The aria-orientation attribute helps screen readers and other assistive tech understand how a UI component is laid out, horizontal or vertical, with widgets like ↕️ Sliders ↔️ Tabs 🔼 Treeviews Read more 👇 developer.mozilla.org/en-US/docs/Web…
Tired of hacking together deep copies with JSON.parse(JSON.stringify(...))? 🔁 The structuredClone() method lets you safely clone complex JavaScript objects. No data loss. No surprises. Just clean, reliable cloning. Learn more 👇 developer.mozilla.org/en-US/docs/Web…
We’d love your feedback! 📣 Take our quick 1–2 minute survey on using ReadableStream as a request body with the Fetch API. Your input helps shape browser support and prioritize real-world use cases. Share your thoughts 📝 survey.alchemer.com/s3/8460326/Fet…
Such a nice little setting. Many people don't know how many attributes you can edit in a lot of fonts, for both accessibility and design choices
Such a nice little setting. Many people don't know how many attributes you can edit in a lot of fonts, for both accessibility and design choices
Need your numbers to line up? Or prefer old-school serif-style numerals? CSS has a property for that: font-variant-numeric // font-variant-numeric: tabular-nums; ✅ Tabular vs proportional ✅ Lining vs oldstyle ✅ Even supports slashed zero Read more 👇 developer.mozilla.org/en-US/docs/Web…
Need to watch for DOM changes without running expensive polling logic? Use a MutationObserver, it tracks changes to elements in real time. ✅ Efficient ✅ Native ✅ Great for components that react to dynamic content How it works + what to observe 👇 developer.mozilla.org/en-US/docs/Web…
Simple, native, reliable. 📌 Relative URLs can be weird, but the URL API makes resolving them super clean. 🚫 Not string concat ✅ Real path resolution 📎 new URL() throws on bad input 📎 URL.parse() returns null instead Here's a breakdown 👇 developer.mozilla.org/en-US/docs/Web…
Did you share your opinion yet? 🤔 We're running a short survey (1–2 min) to understand interest in using ReadableStream as a request body in the Fetch API. Help us guide implementation priorities. Fill up the survey! 👇 survey.alchemer.com/s3/8460326/Fet…
Need a Fetch refresher? ⛲ Fetch API offers cleaner, promise-based syntax, better error handling, and async/await support. You can: 🔒 Add tokens & content types 📮 Make POST requests 🚅 Manage large data sets efficiently Learn more 👇 developer.mozilla.org/en-US/docs/Web…
Let's learn about CSP (Content Security Policy) 🛡️ CSP, when set properly, ✅ Blocks malicious scripts from running on your site. ✅ Prevents data injection attacks. ✅ Reduces the risk of clickjacking and other web security threats. Learn more 👇 developer.mozilla.org/en-US/docs/Web…
We are looking for your input! 📣 We're running a short survey (1–2 min) to understand interest in using ReadableStream as a request body in the Fetch API. Help us guide implementation priorities, especially around support & use cases. Fill it up! 👇 survey.alchemer.com/s3/8460326/Fet…
Did you know? 🤔 rel="me" was introduced in the XFN (XHTML Friends Network) spec in the early 2000s as part of a push for semantic relationships on the web. Browsers don’t do anything with it visually, crawlers and authentication systems can use it to verify online identity.
Features from <select> you should know: ✅ disabled — prevent user interaction ✅ multiple — allow multi-select ✅ size — show more than one option at a time ✅ <optgroup> — group related options And there are more 👇 developer.mozilla.org/en-US/docs/Web…
📣 Web devs — we need your input! We're running a short survey (1–2 min) to understand interest in using ReadableStream as a request body in the Fetch API. Help us guide implementation priorities, especially around support & use cases. Fill it up! 👇 survey.alchemer.com/s3/8460326/Fet…
Meet the Cache API, your tool for storing request/response pairs in the browser! 🗂️ Part of the Service Worker ecosystem, it lets you: ✅ Store fetch responses for offline access ✅ Speed up repeat requests ✅ Build reliable PWAs Learn more 👇 developer.mozilla.org/en-US/docs/Web…

Sara Soueidan @SaraSoueidan
118K Followers 175 Following Award-winning Web UI engineer, int'l keynote speaker, author, educator • creator of the Practical Accessibility course: https://t.co/P1LXpp7Uak
Addy Osmani @addyosmani
354K Followers 2K Following Engineering leader, @GoogleChrome • Author • Great user, developer & AI experiences • @ChromiumDev @ChromeDevTools • @GoogleDeepMind
David K 🎹 @DavidKPiano
75K Followers 3K Following Making state machines at @statelyai · prev. @Microsoft · I play piano
Cassie Evans @cassiecodes
35K Followers 2K Following 🫖 cosycore devrel @GreenSock. creative tinkerer. 💜 cassiecodes on discord
Devon Govett @devongovett
39K Followers 1K Following Creator of @parceljs. Engineer @adobe working on React Aria and React Spectrum.
Firefox 🔥 @firefox
2.4M Followers 511 Following The only non-profit-backed, people-first browser. Help: @FirefoxSupport
Chris Heilmann codepo... @codepo8
66K Followers 2K Following The robots are coming and we need to make a great example for them. Author, presenter, A11y lover, Online teacher at Skillshare and LinkedIn Learning
Una 🇺🇦 @Una
88K Followers 1K Following Making the web more stylish ✨🎨 Web UI DevRel Lead @GoogleChrome 🦄 @csswg + @openuicg. #CSSPodcast host 🎬 https://t.co/J9Y8U6B1eH on the other app
Ben Lesh @BenLesh
63K Followers 2K Following #RxJS core team lead. Dad. Art Lover. Literally not paid by the observable, or for anything RxJS-related. My views actually belong to @_jayphelps. he/him
David Walsh @davidwalshblog
83K Followers 481 Following Senior Engineering Manger, former Staff Software Engineer. MooTools Alumni, Javascript Fanatic, and open source lover. Former @Mozilla, @SitePen
Stefan Judis @stefanjudis
13K Followers 906 Following Weekly web dev news at https://t.co/VBZXGxIpP7. I've left twitter... More at: 🐘 https://t.co/vuqqzKfMmq 🦋 https://t.co/NsacqOFt7Y
Svelte Society 🧡 @SvelteSociety
23K Followers 1K Following The Global @sveltejs Community! 🌍🌎🌏 🗣️ Discord: https://t.co/bDvUqAxQmS 📺 YouTube: https://t.co/YXWzye3Mpy
Firefox DevTools @FirefoxDevTools
45K Followers 43 Following Built for you to design, code, test, refine a better web for everybody. Follow us for announcements, tips, sneak peeks, and more!
Chrome DevTools @ChromeDevTools
117K Followers 93 Following Official account. Follow for latest news, features, tips and more. Shape the future of DevTools, participate: https://t.co/qyqSn15AM4
Mozilla Developer @mozhacks
91K Followers 6K Following Official Mozilla account for people who make the web. Learn about web platform development and emerging technologies. Help: @FirefoxSupport
Anurag Hazra ⚛ @anuraghazru
12K Followers 2K Following ❤️ TypeScript Wizard 🎨 Design Systems | Human Senior FrontEnd Engineer at @Razorpay
javier enciso @j_enciso
97 Followers 562 Following
Junseong Park @jsparkdev
32 Followers 39 Following
Kwthar Tripura @kwtripura
8 Followers 168 Following
Pavan Reddy @paonerdy
95 Followers 2K Following
Daniil Sapa @daniilsapa
3 Followers 45 Following
Ioane Maeva @IoaneMaeva0301M
3 Followers 22 Following
I. EFE @IEfetobor
37 Followers 408 Following A value investor, Lover of Knowledge, and Business Analyst, Finance and investment Educator.
Madoval @Madoval494668
178 Followers 2K Following
T | A @non_nullable
1 Followers 60 Following
thimkhyd @thimkhydd
161 Followers 201 Following frontend web developer |Web 3 Content Writer | Web 3 enthusiast🚀🚀
Lingo.dev @lingodotdev
7K Followers 1K Following Create perfect translations for apps and content using the best LLM models. Used by devs at @solana, @MistralAI, @Calcom and more. Backed by @ycombinator.
Thor_k8s @trinath_india
83 Followers 5K Following
rolex.dev @rolex_devv
572 Followers 2K Following Frontend Developer (React, Next.js, Tailwind expert) 👨🏾💻 • IT Technician 🖥️ • Member — @CH_JesusChrist
Henry @Walter33223241
325 Followers 2K Following Live Music Lover 🎫 Building apps | Sofware Engineer | SEO Services
𝗧𝗮𝗹𝗵𝗮 ... @talha_self
79 Followers 782 Following Student 🎓 📚 | Striving for Growth✨ | Tech Enthusiast 💻
Dimitrios Dragatsikas @dim_drag
1 Followers 152 Following
mwhizz @mwhizz
59 Followers 2K Following
Walter Portocarrero @Bioluminico_
1 Followers 59 Following
O @ralphd2818
13 Followers 340 Following
Mohd Shazali Bin Hami... @shazali141
40 Followers 616 Following
Pushkar @jelcrypt
1 Followers 48 Following
Sultan Mahmud @shuvofkl2
3 Followers 74 Following Oh Allah, please show me the right path. Allah is Almighty.
Chau Giang @giang_ntc
5 Followers 64 Following Learn and share everything about the IT world. If you're currently learning html/css/js please join me!
penuh @desahkesah
6 Followers 38 Following
Saravana V @Saravanavgs
0 Followers 75 Following
spaceemotion @spaceemotion
107 Followers 179 Following Loves to read books. Merges code with passion for design. Loves Soundtracks and makes stuff. Currently working on @novelcrafter - she/her
Neo @sluckyNeo
37 Followers 1K Following
hollo @hollo9103
171 Followers 3K Following
Mithika Mwenda, PhD @mithika_mwenda
18K Followers 9K Following Executive Director Pan African Climate Justice Alliance.
MaelstromWebServices @MaelstromWS
8 Followers 31 Following We turn slow sites into revenue engines—speed, a11y, and search built in. California-born, working worldwide. https://t.co/Tm01Mm8hBp
Anurag Chakravarty @Anuragonexzero
7 Followers 129 Following Frontend Dev | React ⚛️, TypeScript 🧠, UI/UX 💡 | Building clean, performant web apps 🟢 Open to Work – Remote/WFO preferred
Wes Bos @wesbos
412K Followers 2K Following Fullstack JS Dev ❯ https://t.co/6heZ7gZqg1 ❯ https://t.co/lOo3xh23G1 ❯ https://t.co/XYbxq79WBS ❯ Posts 🔥 Tips ❯ Co-hosts @SyntaxFM
Sara Soueidan @SaraSoueidan
118K Followers 175 Following Award-winning Web UI engineer, int'l keynote speaker, author, educator • creator of the Practical Accessibility course: https://t.co/P1LXpp7Uak
Jake Archibald @jaffathecake
105K Followers 2K Following Developer of sorts at @firefox. No thought goes unpublished. He/him. Also jaffathecake on Mastodon, bsky, Threads etc.
Addy Osmani @addyosmani
354K Followers 2K Following Engineering leader, @GoogleChrome • Author • Great user, developer & AI experiences • @ChromiumDev @ChromeDevTools • @GoogleDeepMind
Rich Harris @Rich_Harris
96K Followers 2K Following Cheese fan. I work on @sveltejs at @vercel. Mostly posting at https://t.co/1DNxt27Pks
Lea Verou, PhD @LeaVerou
119K Followers 1K Following I make things to help people make things. @csswg Invited Expert • @w3ctag alum • CS/HCI PhD @MIT Also: 🐘 @[email protected] • 🦋 @lea.verou.me
Firefox 🔥 @firefox
2.4M Followers 511 Following The only non-profit-backed, people-first browser. Help: @FirefoxSupport
Scott Tolinski - Synt... @stolinski
60K Followers 2K Following Co-host of https://t.co/88mStAaGOe | @getsentry Previously Creator of @leveluptuts
Brad Frost @brad_frost
114K Followers 553 Following I'm sad to have to leave, but I have to. You can find and follow me elsewhere: https://t.co/hPY38PkKxR
Bramus @bramus
14K Followers 747 Following Chrome DevRel at Google (CSS + Web UI). @CSSWG Member. Former University Lecturer. PADI Divemaster. Blogs at @bramusblog. You should follow me on Bsky 🦋.
Una 🇺🇦 @Una
88K Followers 1K Following Making the web more stylish ✨🎨 Web UI DevRel Lead @GoogleChrome 🦄 @csswg + @openuicg. #CSSPodcast host 🎬 https://t.co/J9Y8U6B1eH on the other app
Sindre Sorhus @sindresorhus
64K Followers 514 Following I make apps and open source. Made @awesome__re. Also: @sindre_gh_repos @[email protected]
Ben Lesh @BenLesh
63K Followers 2K Following #RxJS core team lead. Dad. Art Lover. Literally not paid by the observable, or for anything RxJS-related. My views actually belong to @_jayphelps. he/him
David Walsh @davidwalshblog
83K Followers 481 Following Senior Engineering Manger, former Staff Software Engineer. MooTools Alumni, Javascript Fanatic, and open source lover. Former @Mozilla, @SitePen
pransh ꩜ @inmypranshoes
2K Followers 1K Following ꩜ Staff Community Manager @mozilla ⨯ @MozDevNet ≒ building @getmeris ꕥ opinions my own ✨
SmashingConf @smashingconf
10K Followers 184 Following Smashing Conferences, friendly, practical events for web designers and developers. Organized by Vitaly, Amanda, Charis, Mac, Jan & the good ol' Smashing Family.
Bsmth, the bsmth guy @docs_guy
425 Followers 439 Following Technical writer on the MDN team at Mozilla's @MozDevNet. I write about web platform technologies and open source software.
SocialPilot @socialpilot_co
74K Followers 4K Following SocialPilot is a powerful social media suite for agencies, SMBs, & multi-location brands. Streamlined scheduling, powerful analytics & easy collaboration.
Sacha Greif @SachaGreif
24K Followers 4K Following I run the State of JS/CSS/HTML/React/etc. surveys. he/him 日本語/中文/English/Français https://t.co/LO4E6m8gnH
Accessibility Awarene... @A11yAwareness
19K Followers 2 Following Bot by @PatrickMGarvin. Helping you better understand web accessibility for people with disabilities. @[email protected]
philhawksworth.dev �... @philhawksworth
10K Followers 834 Following DevRel at @deno_land. Previously @netlify, @rga. Mostly at https://t.co/yAY99bmjnI
Randima Fernando @Randima_F
197 Followers 1 Following • Co-Founder, Center for Humane Technology @HumaneTech_ • Board Member, @Spirit_Rock • Former Executive Director, @Mindful_Schools • Not really here 🙃
Lindsey Shepard @ShepardLindsey
513 Followers 1K Following CMO @Mozilla. Formerly @facebook @goldieblox
Tristan Harris @tristanharris
189K Followers 1K Following • Co-founder @HumaneTech_ • Former Google Design Ethicist • Featured in Netflix's @SocialDilemma_ • #TIME100 for AI • Host #YourUndividedAttention podcast
Xavier Harding @iamxavier
4K Followers 2K Following
Center For Humane Tec... @HumaneTech_
62K Followers 454 Following We envision a world where technology supports our shared well-being, sense-making, democracy, and ability to tackle complex global challenges.
Charlene @CK1london
1K Followers 232 Following
Imo Udom @ImoUdom
1K Followers 1K Following Entrepreneur | Father | Passionate about Product, Innovation, and Strategy
Quincy Larson @ossia
293K Followers 824 Following Teacher and founder of @freecodecamp. 🏕️ Teach yourself math, programming, computer science, world languages – all for free. A 501(c)(3) public charity.
Tech Nation @TechNation
97K Followers 8K Following Tech Nation is the leading growth platform empowering tech founders with the access and knowledge they need from seed stage to success story.
Firefox Beta @firefoxbeta
3K Followers 15 Following Use Firefox Beta on your computer, test new features and report any problem or regression to the Firefox Release Management team! https://t.co/5jUz2eM75z
Microsoft Reactor @MSFTReactor
89K Followers 736 Following Whether you’re building your career or the next great idea, connect and learn from devs and startups that can help. Virtual events are on anytime, anywhere!
Tomek Sułkowski @sulco
26K Followers 482 Following 🅱 Founding Engineer & UX Lead @boltdotnew/@stackblitz 💡 Bolt tutorials & tips Heavily divergent thinker (but will eventually get back to the point)
bolt.new @boltdotnew
107K Followers 36 Following Build enterprise-grade products visually with AI, right in your browser
Paul @wrightp_
227 Followers 182 Following 🔥🦊⚡🐦 Mozillian, 🐧 Linux, 🤖 Android, 🥽 VR, 🐍 Python Views are my own.
Amber Osborne @Amber0sborne
39K Followers 3K Following Technology, Music, Gaming | Marketing, PR & Biz Consultant | Advisor @incantio_sync & @tiltfive | Writer @SeattleMag
bruno pincaro @brunopincaro
122 Followers 208 Following Bruno Pincaro is a graduated at Universidade de Aveiro in Novas Tecnologias da Comunicação.
Amelia Wattenberger �... @Wattenberger
33K Followers 5K Following ☁️☀️ please come visit on the other app ☀️☁️ design, LLMs, web dev, data viz, tools for thought ✨ @shv, previously R&D @GitHubNext, design @AdeptAILabs
GirlScript Foundation @Girlscript1
7K Followers 21 Following We decentralise tech education and opportunities🌏| Est 2017🙌| Impacted 500,000+ learners✨| Open for all❤️ Register for Web3Camp👇
Zoë B | ZoCodes 👩... @ZoCodes
7K Followers 1K Following Self-taught Dev breaking into the 🌍 of Tech | Learning to build AI Agents 🤖
Danny Thompson @DThompsonDev
298K Followers 2K Following Software Developer | Director Of Technology @ThisDotLabs | I've helped 1000s of people land jobs in tech | Book a 1:1 https://t.co/9pEdQaBy3J
Nanjala Nyabola @Nanjala1
71K Followers 2K Following 'My goal is to be a primary, not a secondary source' Ntozake Shange. Represented by @craigliterary. For speaking inquiries contact [email protected]
Slimfit @iSlimfit
203K Followers 15K Following Easy-Going 🤌|| Building @ElevatecNetwork 👨💻|| Author, Tech Pathways || Get a copy of my eBook 📕👇🏼
Michael Ham @designerham
339 Followers 813 Following Happy, farm-raised and creatively inclined. Design thinker & visual communicator. My Moleskines have coffee stains. Designing for @mozilla & @firefox
Front End Happy Hour @FrontEndHH
15K Followers 446 Following 🍻 A podcast with engineers from Netflix, Twitch, & Atlassian talking JavaScript, careers, and all things frontend.
Ryan Burgess @burgessdryan
24K Followers 1K Following Photographer 📸 Engineering leader. Formerly Netflix & Evernote. Host of the @FrontEndHH podcast 🎙
Jashele T. | devjashe... @jasheloper
2K Followers 2K Following 💻 Web & Technology Specialist | 🎬 Content creator | 🧩 Building with Passion, Learning for Life
Arlan 👊🏾 @ArlanWasHere
119K Followers 19K Following Proud founder of @Backstage_Cap💯 + @HireRunner💜🏃🏾♀️, Author IT’S ABOUT DAMN TIME, Host YOUR FIRST MILLION, @QueerGermanGirl’s WIFEY😍@generalhospital fan📺
Karen Sawrey 🇺🇦... @krnswry
1K Followers 2K Following 🦸Breathing fire🐲 @Buildkite💚 Ukrainian in EU. Musician, artist🎸🎨🌈 My own opinions 猫 She/her #writethedocs #womenintech #cybersecurity #promptengineering
Write the Docs @writethedocs
6K Followers 34 Following https://t.co/AD61oyXfSE https://t.co/NfC4ntHwMG
Auth0 @auth0
38K Followers 4K Following Easy to implement, adaptable authentication and authorization platform. We make your login box awesome. Status: @auth0status | Support: @auth0community
Stephan Casas @stephancasas
4K Followers 475 Following Research Preview + iOS/macOS @OpenAI // [email protected]
JavaScriptKicks @JavaScriptKicks
92K Followers 13K Following https://t.co/YC7DLnau3Q is a community based news site focused on #JavaScript including #angularjs #reactjs #aureliajs #backbonejs #emberjs #es6 #nodejs
Terence Eden is on Ma... @edent
11K Followers 0 Following I have abandoned this racist den of iniquity - you should too! Come follow me on Mastodon https://t.co/X0vu1uewgT
Black Girls Code @BlackGirlsCode
115K Followers 3K Following Inspire, educate, and launch one million Black girls in tech by 2040.
Kimberly Bryant @6Gems
108K Followers 7K Following Founder @Blackgirlscode + Black Innovation Lab @TheAscendCo Forthcoming Author: ASCENDING https://t.co/F8NsrPI54Y #BayArea #Memphis 💗1908💚