Mehul Chaudhari
@mehull.bsky.social
110 followers 140 following 30 posts
Software Engineer @ Yudek-hq | Open Source @emberjs.com Warpdrive 🧡 | #TechBlogs | System Design | JavaScript | Typescript | React | Node.js https://github.com/sponsors/MehulKChaudhari
Posts Media Videos Starter Packs
Reposted by Mehul Chaudhari
"velocity has a direction in a very high dimensional vector space" is a very @eaf4.com quote and a great thought to leave us with in a closing @emberfest.eu keynote 🎉
Reposted by Mehul Chaudhari
🙌 It’s @academiedesrenards.bsky.social and @chris.manson.ie on stage at #emberfest talking about @mainmatter.com #emberjs initiative. We achieved quite a lot, both pushing Ember forward as well as helping initiative members keeping their codebases modern and healthy. Great job Marine and Chris!
Felt amazing to give my first talk, and I’m looking forward to sharing more (and hopefully giving another one soon!) 🌌
Spoke at EmberFest 2025 today 🎤✨

I shared my first conference talk on ReactiveResources & Schema-Driven Data Handling with WarpDrive.

Thanks to the EmberFest team for being so supportive, and to everyone who attended. 🙌

Special shoutout to @runspired.com and the team.

#EmberFest25 #WarpDrive
Reposted by Mehul Chaudhari
We published the full schedule on our website: emberfest.eu

Join us for two days of great talks, networking, friendly chatter about Ember and other stuff, and a lively closing party!

If you're thinking about coming and want to help keep EmberFest running, please consider buying a ticket.
EmberFest
EmberFest - the European Community Ember Conference
emberfest.eu
Reposted by Mehul Chaudhari
There are two types of developers. Those that think you need to debounce an autocomplete, and those that understand physics.
Reposted by Mehul Chaudhari
Hi all! 👋 I was laid off and am looking for my next senior front end developer role.

I have 19+ years of experience working with small agencies and Fortune 500 companies and focus on writing clean, accessible HTML, CSS, and JavaScript.

Resume: aubreysambor.com/resume/

Leads/reposts appreciated!
Resume | Aubrey Sambor
A blog about web development, knitting, and other assorted things.
aubreysambor.com
Are you hiring from India? I am open to exciting opportunities.
Working on redirIQ, a simple URL shortener with analytics and performance tracking. just posted the system design and sequence diagrams. Still early, but it’s shaping up.
If you’ve got good test coverage, even Friday the 13th can be just another ship day xD
Totally understand! I was thinking something like a sponsored conference ticket and maybe a bit of support to help cover travel or stay. I'd really love to be there!

Honestly, I’ve never received a scholarship or support like this before, so I am not sure how it usually works just thought I’d ask 😊
Reposted by Mehul Chaudhari
Next on the list is Chris Thoburn. @runspired.com is a Senior Staff Engineer at AuditBoard, core team member, and the mind behind @warp-drive.io. Always a talk that gets people thinking.
Reposted by Mehul Chaudhari
He doesn’t just talk about Ember, @runspired.com helps define what’s possible with it. Always worth listening to! 🐹
Next on the list is Chris Thoburn. @runspired.com is a Senior Staff Engineer at AuditBoard, core team member, and the mind behind @warp-drive.io. Always a talk that gets people thinking.
Hey EmberFest team 👋
Is there any possibility of sponsored tickets for community contributors? I'd love to be part of the experience and connect with the Ember community in person
These aren't just for big companies or enterprise apps. Add them to your side projects too. It’s the best way to build good habits and get how they work.

A blog with example is WIP

Which of these have you implemented in your projects?
🛡️ CSP (Content Security Policy)

Helps prevent malicious scripts from running on your site by telling the browser what it's allowed to load. Think of it as a bouncer for your web app.
🌐 CORS (Cross-Origin Resource Sharing)

Controls which domains can make requests to your API. Without it, any website could potentially access your backend and steal user data.
🔐 CSRF (Cross-Site Request Forgery)

Prevents malicious websites from taking actions on behalf of your users without their knowledge, such as deleting data or making changes.
Building apps is one thing. Building secure apps is another.
What the heck are CSRF, CORS, and CSP?

Here are 3 things every dev should understand (and add!) 👇

#WebSecurity #WebDevelopment #Programming
I am not* sure if they will allow us to speak about Ember.js at react event.
Yes, ReactIndia. It happens every year around October - November

But I am sure if they allow us to speak about Ember.js at react event.

www.reactindia.io/cfp
We are happy to announce that this year React India is going to follow a hybrid format (Live + Online).
www.reactindia.io
Would love to speak about Ember at non conference in India.
Added a comparison of traditional EmberData models vs new SchemaRecord paradigm to request service cheatsheet.

Handy for teams migrating to the new request service paradigm.
No fluff, just practical mappings:
request-service-cheat-sheet.netlify.app

#EmberJS #EmberData
EmberData Request Service Cheat Sheet
See side-by-side examples of EmberData's Request Service and older patterns.
request-service-cheat-sheet.netlify.app
So many years into React, so many blogs out there, still we miss out on these basic things.

I still see code using random IDs as keys: key={Math.random()} 🤦‍♂️

This breaks React's reconciliation and tanks performance.

Full breakdown: peerlist.io/mehul/articl...

#React #WebDev
React Keys: A Fundamental Often Overlooked
peerlist.io
Fixed a sneaky #a11y issue a while ago!
Tabbing through a YouTube iframe inside a modal? Focus jumps out to the browser super annoying 😤

My fix? Check out this blog post for React and HTML example - peerlist.io/mehul/articl...

#accessibility #webdev #frontend #React
Solving Modal Focus Trapping with YouTube iframes
peerlist.io