- 🔭 I’m currently very much into Flutter and Kotlin Multiplatform!
- 🌱 Currently a working as a Senior Software Engineer. I'm passionate about Mobile App development, gaming and just about anything tech in general!
- 🖋 I write articles in my spare time, here's my blog: https://codesadhu.medium.com
- 🌱 I've also dabbled quite a bit in competitive coding. Here's my profiles: CodeChef, HackerRank, HackerEarth
- 💬 Ask me about App Development!
- 📫 How to reach me: Shoot a mail anytime!
- ⚡ Fun fact: The animal in the Github Logo is an Octo-puss! Get it? 😀
Flutter Provider — The easiest state management approach one could ask for
When it comes to building apps using Flutter, creating responsive and beautiful User Interfaces is not all there is. Animations, data flow and state management are core parts that cannot be ignored. In this article, we’ll take a look at the state man...
Websockets - What are those and how to use them in Flutter
If you’re someone who’s been developing mobile apps for a while, you’ve probably used REST APIs for fetching/storing data on a remote server somewhere. These APIs use something that we in the tech biz call HTTP protocols, so the calls that we make to...