All Stories

DLD Importent notes

DLD Imp notesAccording to Amdahl’s law speed up for infinite number of process:

In Jekyll, tutorial, Jul 24, 2020

crypto Importent notes

DES Symittric key cryptography key-64 bit/128 bit block- 64 bit key 56 bit key lenght. replace by AES has 4x16 ‘s’ block Double DES- Meet in middle attack prone. Triple Des- 5...

In Jekyll, tutorial, Jul 24, 2020

C Importent notes

C Importent notesPointersSize of pointers is fixed. Size of an array is number of elements multiplied by the type of element, that is why we get sizeof arri as 12 and sizeof arrc as ...

In Jekyll, tutorial, Jul 24, 2020

Android jetpack compose intro

Jetpack ComposeComposable Functions In Jetpack Compose, UI is defined by functions annotated with @Composable. These functions describe what the UI looks like and its behavior. Here’s...

In android, tutorial, Jul 24, 2020

Unit Testing Login Functionality in Android with Kotlin and Mockito

Unit Testing Login Functionality in Android with Kotlin and Mockito

In tutorial, android, Jul 24, 2020

Hilt DI Deep Dive

All apps that use Hilt must contain an Application class that is annotated with @HiltAndroidApp since it triggers Hilt’s code generation at compile time. And for Hilt to be able to ...

In Android, DI, Jul 24, 2020

Powerful things you can do with the Markdown editor

There are lotsss of powerful things you can do with the Markdown editor

In Jekyll, tutorial, android, Jul 24, 2020