SNSamwel Nyandoroinsamwel.hashnode.dev·Mar 6, 2025 · 4 min readTop 5 Mistakes Android Developers Make While Using MVVMModel-View-ViewModel (MVVM) has become the go-to architectural pattern for Android development, helping developers create scalable, testable, and maintainable applications. However, many developers still fall into common pitfalls while implementing M...00
SNSamwel Nyandoroinsamwel.hashnode.dev·Jan 29, 2025 · 3 min readHow to Create RESTful APIs Using CodeIgniterIntroduction CodeIgniter is a powerful PHP framework that is lightweight and easy to use, making it an excellent choice for developing RESTful APIs. In this guide, we will cover how to create a RESTful API using CodeIgniter, including setting up the ...00
SNSamwel Nyandoroinsamwel.hashnode.dev·Jan 27, 2025 · 4 min readExploring Android 16 (SDK 36): BaklavaAndroid, the world’s most popular mobile operating system, continues to evolve with every new release. The latest iteration, Android 16 (SDK 36), nicknamed Baklava, brings a host of new features and enhancements for developers and users alike. From i...00
SNSamwel Nyandoroinsamwel.hashnode.dev·Aug 25, 2023 · 3 min readHarnessing the Power of Firebase Functions: A Comprehensive Guide to Serverless Backend DevelopmentIn modern app development, the need for serverless backend solutions that scale seamlessly has become paramount. Firebase Functions, a component of the Firebase platform, provides developers with a powerful tool to execute custom backend logic in res...00
SNSamwel Nyandoroinsamwel.hashnode.dev·Aug 25, 2023 · 3 min readMastering Firebase Authentication for Seamless User Management in Your Android AppUser authentication is a crucial aspect of mobile app development, ensuring secure access and personalized experiences for users. Firebase Authentication, a part of the Firebase platform, offers a comprehensive solution for implementing user authenti...00