samwel.hashnode.devTop 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...Mar 6, 2025·4 min read
samwel.hashnode.devHow 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 ...Jan 29, 2025·3 min read
samwel.hashnode.devExploring 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...Jan 27, 2025·4 min read
samwel.hashnode.devHarnessing 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...Aug 25, 2023·3 min read
samwel.hashnode.devMastering 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...Aug 25, 2023·3 min read