With iOS 26, Apple introduced a stunning new Liquid Glass effect for navigation bars and toolbars. This glassmorphism design provides a beautiful translucent backdrop that blurs content behind it. However, developers quickly discovered a critical bug related to the toolbarColorScheme…
Return by Value in Rust: Why It’s Idiomatic and Efficient Returning values from functions is the idiomatic way to produce outputs in Rust. Unlike languages that rely on out-parameters or reference-based mutation for performance, Rust’s ownership and move semantics make…
You’ve diligently updated your Android app to meet the latest Google Play requirement for 16 KB page size compatibility. You’ve updated your libraries, built your app bundle, and the bundle details in the Google Play Console even confirm that the…
So here I am again, staring at my Windows machine, wondering why something as simple as compiling C++ code has to be such a headache. You’d think after all these years, Microsoft would just include a decent C++ compiler by…
A familiar story for many writers, students, and professionals: you want to polish your writing to perfection, but the premium tools come with a hefty price tag. That was me. I was constantly battling with typos and grammatical errors, and…
You’re in the final stages of containerizing your Python application. Your Dockerfile is written, the dependencies are listed in your environment.yml, and you run docker build. The build process kicks off, Conda is installed, and then, just as it’s about…
Hmm, let me dive deep into this fascinating world of Azure AI Bot Service… It’s like having a digital assistant that actually understands what you’re talking about! 😊 🚀 What Is Azure AI Bot Service Anyway? You know what’s really cool?…
Okay, I’ve dabbled, I’ve read the blurbs, but now it’s time to go all in. I’m talking about a comprehensive, no-stone-left-unturned exploration of Microsoft’s Azure AI Bot Service. What is it really? What are all the moving parts? Can I,…
I’ve been hearing the term “ChatGPT agents” buzzing around a lot lately. It sounds like something straight out of a sci-fi movie, and I’ve decided it’s time to figure out what all the fuss is about. So, I’m documenting my…
I was speaker at the Pregrad Cloud Computing event, my talk was about how you can utilise Cloud in your development lifecycle. How you can build and deploy your app in few step. Often developers varies, how this works? how…
Hi, Recently I was a speaker at “Pieces of Memory” hosted by Ali Mustafa. We talk about a lot of things realted to Large Language Models. We talked about how we can fine tune LLM models as per our needs,…
If you’re developing an Android app, you might have encountered a warning from the Google Play Console stating that your app must target Android 15 (API level 35) or higher. This is a standard requirement from Google to ensure that…
So, I did a thing. I went ahead and force-upgraded my machine to the developer preview of macOS 26. 🤪 My friends think I’m crazy for risking my stable setup, and honestly, a part of me agrees. But two specific…