JJoeyinjyorin.hashnode.dev·Oct 23, 2022 · 3 min readAre the numbers we generate truly random?Introduction Whenever we need our code to produce a random number, we usually call a method from a library to generate it for us. But are the numbers generated from the library really "random"? In this article, we take a look at Python's random modul...00
JJoeyinjyorin.hashnode.dev·Jan 3, 2022 · 5 min readJetpack Compose: First ImpressionsIntroduction Jetpack Compose is Google's newest declarative UI Kit for Android app development. All along, we have been using XML layouts and binding the views to activities or fragments. Compose is more like Flutter where you can just declare a view...00