<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><description>Software Engineer @ Yudek-hq | Open Source @emberjs.com Warpdrive  🧡 | #TechBlogs | System Design | JavaScript | Typescript | React | Node.js&#xA;&#xA;&#xA;https://github.com/sponsors/MehulKChaudhari</description><link>https://bsky.app/profile/mehull.bsky.social</link><title>@mehull.bsky.social - Mehul Chaudhari</title><item><link>https://bsky.app/profile/mehull.bsky.social/post/3maw5ma5px224</link><description>Check out a new way of managing data in frontend applications. reactive, type-safe, and designed to stay relevant as tradeoffs evolve.&#xA;&#xA;It’s framework-agnostic too. Like me 😁&#xA;&#xA;warp-drive.io&#xA;&#xA;If you find me on the site: small icon today, maybe a bigger one later 👀&#xA;&#xA;#frontend #data&#xA;https://warp-drive.io</description><pubDate>26 Dec 2025 20:39 +0000</pubDate><guid isPermaLink="false">at://did:plc:ginm4zaursontairexkfk7co/app.bsky.feed.post/3maw5ma5px224</guid></item><item><link>https://bsky.app/profile/mehull.bsky.social/post/3maby2dmdb22y</link><description>🎥 My @emberfest.eu 2025 talk is now live&#xA;“A Practical Intro to ReactiveResources &amp; Schema Driven Data Handling”&#xA;https://youtu.be/_gr7HbcZiSs?si=l_jtHafkRNZ1YSWv&#xA;&#xA;#EmberJS #WarpDrive #FrontendEngineering #WebDev #ReactiveData #EmberFest</description><pubDate>18 Dec 2025 20:06 +0000</pubDate><guid isPermaLink="false">at://did:plc:ginm4zaursontairexkfk7co/app.bsky.feed.post/3maby2dmdb22y</guid></item><item><link>https://bsky.app/profile/mehull.bsky.social/post/3lz7424p3g22d</link><description>Spoke at EmberFest 2025 today 🎤✨&#xA;&#xA;I shared my first conference talk on ReactiveResources &amp; Schema-Driven Data Handling with WarpDrive.&#xA;&#xA;Thanks to the EmberFest team for being so supportive, and to everyone who attended. 🙌&#xA;&#xA;Special shoutout to @runspired.com and the team.&#xA;&#xA;#EmberFest25 #WarpDrive</description><pubDate>19 Sep 2025 14:44 +0000</pubDate><guid isPermaLink="false">at://did:plc:ginm4zaursontairexkfk7co/app.bsky.feed.post/3lz7424p3g22d</guid></item><item><link>https://bsky.app/profile/mehull.bsky.social/post/3lrqnwf4xyc2h</link><description>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.</description><pubDate>16 Jun 2025 18:57 +0000</pubDate><guid isPermaLink="false">at://did:plc:ginm4zaursontairexkfk7co/app.bsky.feed.post/3lrqnwf4xyc2h</guid></item><item><link>https://bsky.app/profile/mehull.bsky.social/post/3lraslr5zrs2j</link><description>Building apps is one thing. Building secure apps is another.&#xA;What the heck are CSRF, CORS, and CSP?&#xA;&#xA;Here are 3 things every dev should understand (and add!) 👇&#xA;&#xA;#WebSecurity #WebDevelopment #Programming</description><pubDate>10 Jun 2025 11:38 +0000</pubDate><guid isPermaLink="false">at://did:plc:ginm4zaursontairexkfk7co/app.bsky.feed.post/3lraslr5zrs2j</guid></item><item><link>https://bsky.app/profile/mehull.bsky.social/post/3lonqxpgt6s23</link><description>Added a comparison of traditional EmberData models vs new SchemaRecord paradigm to request service cheatsheet.&#xA;&#xA; Handy for teams migrating to the new request service paradigm. &#xA;No fluff, just practical mappings:&#xA;request-service-cheat-sheet.netlify.app&#xA;&#xA;#EmberJS #EmberData&#xA;https://request-service-cheat-sheet.netlify.app/</description><pubDate>08 May 2025 10:58 +0000</pubDate><guid isPermaLink="false">at://did:plc:ginm4zaursontairexkfk7co/app.bsky.feed.post/3lonqxpgt6s23</guid></item><item><link>https://bsky.app/profile/mehull.bsky.social/post/3lonpztg4fc2b</link><description>So many years into React, so many blogs out there, still we miss out on these basic things.&#xA;&#xA;I still see code using random IDs as keys: key={Math.random()} 🤦‍♂️&#xA;&#xA;This breaks React&#39;s reconciliation and tanks performance.&#xA;&#xA;Full breakdown: https://peerlist.io/mehul/articles/react-keys-a-fundamental-often-overlooked&#xA;&#xA;#React #WebDev</description><pubDate>08 May 2025 10:41 +0000</pubDate><guid isPermaLink="false">at://did:plc:ginm4zaursontairexkfk7co/app.bsky.feed.post/3lonpztg4fc2b</guid></item><item><link>https://bsky.app/profile/mehull.bsky.social/post/3lnx22s347k2w</link><description>Fixed a sneaky #a11y issue a while ago!&#xA;Tabbing through a YouTube iframe inside a modal? Focus jumps out to the browser super annoying 😤 &#xA;&#xA;My fix? Check out this blog post for React and HTML example -  https://peerlist.io/mehul/articles/solving-modal-focus-trapping-with-youtube-iframes&#xA;&#xA;#accessibility #webdev #frontend #React</description><pubDate>29 Apr 2025 10:10 +0000</pubDate><guid isPermaLink="false">at://did:plc:ginm4zaursontairexkfk7co/app.bsky.feed.post/3lnx22s347k2w</guid></item><item><link>https://bsky.app/profile/mehull.bsky.social/post/3lnq3n3cxxk2s</link><description>If you&#39;re migrating your @emberjs.com app to use Vite and currently rely on ember-cli-mirage, you might want to switch to ember-mirage. I just made that move, this PR might help you too! 🔧✨&#xA;&#xA;https://github.com/ember-learn/ember-help-wanted/pull/274&#xA;&#xA;#emberjs #OpenSource&#xA;https://github.com/ember-learn/em…</description><pubDate>26 Apr 2025 15:49 +0000</pubDate><guid isPermaLink="false">at://did:plc:ginm4zaursontairexkfk7co/app.bsky.feed.post/3lnq3n3cxxk2s</guid></item><item><link>https://bsky.app/profile/mehull.bsky.social/post/3lkbz5pju722d</link><description>My GitHub Sponsors profile is live! You can sponsor me to support my open source work&#xA;https://github.com/sponsors/MehulKChaudhari?o=sd&amp;sc=t 💖 &#xA;&#xA;I’m not relying on sponsorships, but I was curious (thanks to a little FOMO!) to see who values my work. Excited to see where this leads! 😊</description><pubDate>13 Mar 2025 21:12 +0000</pubDate><guid isPermaLink="false">at://did:plc:ginm4zaursontairexkfk7co/app.bsky.feed.post/3lkbz5pju722d</guid></item></channel></rss>