PinnedMiyuru Sanjana·Nov 28, 2024Mobile Engineer POV :UI or DATA?This is the First Article of the article series “Mobile Engineer POV” and Im planning on publishing an article on Every week about my past…
Miyuru Sanjana·Oct 31, 2025Large Java Codebase Migration : Legacy Android Navigation to Jetpack ComposeI got a large legacy java codebase for an android app. Simply its very painful to deal with legacy codebases (also code is not efficient…
Miyuru Sanjana·Apr 13, 2025Introduction to ML Series (Part 1)Explore foundational Machine Learning concepts from an MSc introductory class. This article is about ML,Supervised, Unsupervised learning
InStackademicbyMiyuru Sanjana·Feb 13, 2025Flutter : How to Remove Singletons from your App and Why?Stop Abusing Singletons. Learn Why They’re Problematic and How to Replace Them with Better Code.A response icon1A response icon1
InAWS in Plain EnglishbyMiyuru Sanjana·Jan 6, 2025My Experience in Migrating a Client’s Website to AWSStarting a cloud data migration for a client’s website felt like going into unknown territory. I remember how our team felt both excited…
InStackademicbyMiyuru Sanjana·Dec 28, 2024Making Your API Better: A Practical Guide for Growing ApplicationsAt present, APIs (Application Programming Interfaces) serve as the bridge between various software applications, enabling communication and…
InEasy FlutterbyMiyuru Sanjana·Dec 19, 2024Flutter : Dynamically Customize Your App’s Appearance with Firebase Remote ConfigAs a mobile developer, you’re always trying to deliver fresh and engaging user experiences. But pushing frequent app updates to tweak the…A response icon1A response icon1
InStackademicbyMiyuru Sanjana·Dec 12, 2024Mobile Engineer POV : How to Adopt a Growth MindsetEver feel stuck, unable to move forward no matter how hard you try? You’re not the only one. Many people get blocked because they think…
InEasy FlutterbyMiyuru Sanjana·Dec 8, 2024Flutter : Setup Mixpanel for AnalyticsUnderstanding your users is the key to success. Imagine knowing exactly how many users complete onboarding, how many sign up and create an…A response icon1A response icon1
InStackademicbyMiyuru Sanjana·Dec 5, 2024Flutter : All you need to know about StringBuffer (Dart)Hello Dart developers! 😈 Today, we’ll try out a powerful utility that boost the string manipulation in Dart, “StringBuffer”. Whether…A response icon2A response icon2