Demystifying Amazon ECSAmazon Elastic Container Service (Amazon ECS) is a powerful and flexible container orchestration service offered by AWS. It simplifies the…Aug 29, 202371Aug 29, 202371
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, 20202.4K1Sep 13, 20202.4K1
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, 202076Jul 16, 202076
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, 202077Mar 2, 202077
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, 201919.1K1Jul 30, 201919.1K1
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, 201931Jul 4, 201931
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, 201811.8K8Apr 17, 201811.8K8
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, 201816Jan 24, 201816
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, 20179484Nov 26, 20179484