Demystifying Amazon ECSAmazon Elastic Container Service (Amazon ECS) is a powerful and flexible container orchestration service offered by AWS. It simplifies the…Aug 29, 2023Aug 29, 2023
Instrumentation Tests using Dagger-Hilt, MockWebServer, Espresso, AndroidSometimes I wrote about instrumentation tests with Dagger-Android library. Dagger-Hilt makes the flow much easier than earlier.Sep 13, 20201Sep 13, 20201
Quick start guide — Dagger-Hilt in Android appDagger is a dependency injection library from Google, I’ll list improvements with successive library version releases till now, and my…Jul 16, 2020Jul 16, 2020
Published inAndroidPub“let”-“run”-“with”-“also”-“apply” — Kotlin scope functions.I hope all of you know these are Kotlin standard scope functions which are used to run a block of code with a context and return the…Mar 2, 2020Mar 2, 2020
Published inProAndroidDevUnit Tests with Dagger2, Retrofit2, RxJava2 and MockK — AndroidUnit Tests are test cases which runs on JVM, used to find bugs in code at the early stages, it is not for the product, but for the…Jul 30, 20191Jul 30, 20191
Published inAndroidPubInstrumentation Testing with Dagger2, Retrofit2, MockWebServer — AndroidIt has been a while since I wrote a blog, I got some time to write about UI testing, which I found useful. When I started writing test…Jul 4, 20191Jul 4, 20191
Published inAndroidPubAndroid Custom Alert Dialogs + Kotlin extension functions + Kotlin Higher Order functions = Life…Being an Android developer, tech enthusiast, I always like to explore/experiment/implement all new stuffs in my day to day professional…Apr 17, 20188Apr 17, 20188
Published inAndroidPubHow to generate XML with Kotlin Extension functions and Lambdas in Android app — Kotlin DSLWorking with JSON is like a piece of cake to any mobile developer. Unfortunately, sometimes we may need to work with XML as well to support…Jan 24, 2018Jan 24, 2018
Published inAndroidPubHandmade backend for Android app using Python Flask FrameworkYou are a mobile developer, you are very much happy with your handcrafted apps. Ever wondered of exploring/making backend services for your…Nov 26, 20174Nov 26, 20174