PinnedPublished inStackademicWhy Caching Matters and How to Do It RightIf you’re a software engineer — whether working in frontend, backend, or mobile development — you’ve likely encountered caching. Caching…Mar 19Mar 19
PinnedPublished inThe StartupMVVM with Hilt, RxJava 3, Retrofit, Room, Live Data and View BindingIn this article, we will see how to implement MVVM architecture with Hilt, RxJava, Retrofit, Room, Live Data, and View Binding.Jun 20, 20203Jun 20, 20203
Logging in a Django applicationLogging is the process of recording messages or information about the execution of a program.Jul 22, 2024Jul 22, 2024
AWS Lambda Function URLs — A beginner’s guideAWS has recently launched Lambda Function URLs, a brand new feature which allows you to map a built-in HTTPS endpoint to any of your Lambda…Apr 7, 2022Apr 7, 2022
Published inThe StartupSlack Integration with Cloud CustodianCloud Custodian is an open-source tool that you can use to manage your cloud resources. It allows users to define a policy written in YAML…Jan 11, 20221Jan 11, 20221
Password Generator Library for AndroidEver faced a situation when you want to add a password generating functionality in your app but don’t want to code it. Don’t worry…Aug 2, 2020Aug 2, 2020
View Binding in AndroidWhenever we start a project the most monotonous work is to initialize each of the views from our layout files and using findViewById again…Jun 16, 20201Jun 16, 20201
Introduction to Dagger 2: For BeginnersHello and Welcome, if you are an Android developer or you have just started learning android you must have heard of Dagger.No it has…Jun 5, 20203Jun 5, 20203
Published inVoice Tech PodcastAndroid Speech To Text TutorialIn this article, we will learn how to implement speech to text functionality in android.May 28, 202011May 28, 202011
Linear Layout AndroidIn android, Layout is the basic building block for an application. It is responsible for holding all the UI(User Interface) elements that…Mar 27, 2020Mar 27, 2020