Similar Posts
Announcing React Native Versatile Modal: One Modal Component to Rule Them All
ByAdilAnnouncing React Native Versatile Modal: One Modal Component to Rule Them All I’m thrilled to announce the release of my first npm package: @nonsobarn/react-native-versatile-modal! 🚀 The Problem That Needed Solving As React Native developers, we’ve all been there. You need a simple alert modal in one part of your app, a bottom sheet in another,…
What Are Webhooks, and How Do You Implement Them?
ByAdilImagine a customer just completed a payment at your online store. Now your server needs to know if the transaction went through, so it checks every few seconds, repeatedly asking: ‘Is the payment done yet?’ This approach is called polling, and it’s wasteful. Your server keeps asking for updates that aren’t there yet, burning through…
Why Is My AI Docker Image So Big? A Deep Dive with ‘dive’ tool to Find the Bloat
ByAdilKey Takeaways A Docker image isn’t just a single file, but a stack of immutable layers — where each layer corresponds to a Dockerfile instruction. Large AI-Docker images often bloat because of heavy AI library installations and large base OS components. Use tools like docker history (to view layer sizes) and dive (to interactively explore…
Hate ‘slide to stop’ alarms in iOS 26.1? Here’s how to get the button back
ByAdilIf you prefer the alarm interface in iOS 26 to iOS 26.1, there’s a simple way to switch back. 🎬 Watch the Video
The AI ick
ByAdilHow we feel about AI-generated content, what AI detectors tell us, and why human creativity matters. Also, what is art? 🎬 Watch the Video