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…
Ever found yourself in a coding jam where you have a std::map<Key, Value> and you think, “This is great, I can find a Value from a Key super fast! 👌” But then, a moment later, you realize you need to…
Embarking on a mobile app journey with React Native, Expo, and Firebase is a common path for many developers, promising rapid development and powerful features. However, this journey can sometimes be stalled by cryptic errors. One of the most common…