One Page

Aniket Kadam, author

Written by Aniket Kadam - building useful things. Follow me on Twitter

Room Testing: Off Device

29 July, 2019

The official instructions for testing room, of which you cna see a complete example here, suggest that you should always test on a device…

Let, Also, Run, Apply - Explained

25 July, 2019

Let’s see what a few kotlin extension functions do: let, also, run and applyEach of them are just differ in two ways.The way the object that…

Model View Intent (MVI) Cheat Sheet

24 July, 2019

Event -> (processing) -> Result -> State or Event -> (processing) -> EffectEventsEvents define user actions. These may or may not carry…

Firebase Firestore Quickstart

19 July, 2019

Collections hold documents.Documents hold data.Every odd numbered segment of your path, is a collection. Eg: is a collection. is a doc…

CSS Selectors

19 July, 2019

# : Selects on the ‘id’ attribute. #output matches: . : Selects on the class .user-input matches: tag name : selects on the tag p matches…

Simplifying Testing Coroutines with Test Rules

26 June, 2019

I’ve recently had to test coroutines and while constructing them I’ve had to replace the Main Dispatcher or the coroutine block would never…

Googling for info

25 June, 2019

I’m going to explore two categories of things you might google for, Features and Bugs:FeaturesLet’s say you’re trying to find out how to…

Functional to Imperative Cheat Sheet

20 June, 2019

Here’s how you convert Imperative -> Functional!if statements = filtertwo params, where one gives info to add things to the other…

LGBT Tech People

02 June, 2019

“Everyone deserves to live in the world, being true to who they are.”For LGBT Pride month, I thought it would be great to look into the…

Competition doesn't scale

25 May, 2019

Think of all the really driven people you know. I’m sure all of us know a few.Those who can best every odd and conquer any obstacle.The…

Comfort is Productivity

21 May, 2019

Consider a race!Let’s consider your job involves running, from point A to point B. The faster you do it, the better.Lets say that for this…

Negging and Compassionate Responses

03 May, 2019

Let’s say that you hear “Oh you’ve got a great personal project but you should bring that motivation to your work also.” how are you…

Tracking Down Bugs in Tens of Millions of Lines of Code in 5 minutes

23 April, 2019

TLDR; Find a unique bit of text that’s near or related to your issue, google it, and keep thinking about if the result really relates to…

Failure Log: Issue #1

11 April, 2019

Too much of tech looks like magic to those who haven’t been steeped in it long enough. It can look like everyone is doing clean perfect work…

Building Systems: Applying casino rules to your life

11 April, 2019

What is a system exactly?It’s about making the good actions easy and the bad ones hard.They’re a way to support and scale behaviours…

RxJava Subjects

09 April, 2019

AsyncSubjectEmits only the last value of an observable, only after it completesAlso emits it to any subsequent observers.(only the last…

Dagger2 Android

04 April, 2019

Let’s go over a few terms and the simplest version of what they mean, before we get into how they’re used.Component.Defines the app…

Salary Negotiation

06 January, 2019

What do you think your salary is based on?If you answered, the quality of your work, your effectiveness on the bottom line, your experience…

Burnout Resources

06 January, 2019

How to know if you’re burned out? What do you feel when going into work everyday?ExcitedNeutralDreadIf you picked option 3, you’ve…

Navigation Fragments Notes

06 January, 2019

Notes on the navigation fragmentThis will be about my notes on the Navigation Controller Architecture Component, about this talk.Reasons to…

Everyday Git

16 December, 2018

Philosophy of git:Make small logical changes.When it’s working, go through your changes, reading once more for what you could do better.Read…

Healthy Foods Made Fast

29 September, 2018

Food Diaries!Main Courses!A meal of three components:Random vegetables, fried togetherwith some seasoningand a main ingredientIs an easy…

What is One Page (op)

26 September, 2018

One Page is where I list the tiny information that made a concept click for me.Want to learn about Dagger2 in 6 lines? This is the place to…