Posted on Leave a comment

The best resources about

[https://cryptobook.nakov.com/]

A simple framework for mobile system design interviews
[https://github.com/weeeBox/mobile-system-design]

Backend system design
[https://coggle.it/diagram/YjiKOFhHPaPgXMo4/t/backend-system-design]

Mobile System design
[https://coggle.it/diagram/YcHE1714-BafgLyg/t/mobile-system-design]

Grokking the Advanced System Design Interview
[https://www.educative.io/courses/grokking-adv-system-design-intvw]

Grokking Dynamic Programming Patterns for Coding Interviews
[https://www.educative.io/courses/grokking-dynamic-programming-patterns-for-coding-interviews]

Grokking the Coding Interview: Patterns for Coding Questions
[https://www.educative.io/courses/grokking-the-coding-interview]

Grokking streaming systems real-time event processing

Posted on Leave a comment

Android inside

Jetpack etc

LiveData with Coroutines and Flow — Part I: Reactive UIs
13.07.2020 [https://medium.com/androiddevelopers/livedata-with-coroutines-and-flow-part-i-reactive-uis-b20f676d25d7]

LiveData with Coroutines and Flow — Part II: Launching coroutines with Architecture Components
13.07.2020 [https://medium.com/androiddevelopers/livedata-with-coroutines-and-flow-part-ii-launching-coroutines-with-architecture-components-337909f37ae7]

LiveData with Coroutines and Flow — Part III: LiveData and coroutines patterns
13.07.2020 [https://medium.com/androiddevelopers/livedata-with-coroutines-and-flow-part-iii-livedata-and-coroutines-patterns-592485a4a85a]

Continue reading Android inside
Posted on Leave a comment

Android compilers, AOT, JIT, performance, etc

Android CPU, Compilers, D8 & R8 [ https://proandroiddev.com/android-cpu-compilers-d8-r8-a3aa2bfbc109 ]

Android app startup time: why we care [ https://medium.com/inlocotech/android-app-startup-time-why-we-care-b70eada84b26 ]

Сжимаем APK, стараясь сохранить его работоспособность [ https://habr.com/ru/post/452524/ ]

Increasing performance in an Android application [ https://heartbeat.fritz.ai/increasing-performance-in-an-android-application-1086640aeef ]

Continue reading Android compilers, AOT, JIT, performance, etc