Under the Hood: How 2FA TOTP Authenticator Apps Work
And a walkthrough of how TwoFac Generates Your 2FA Codes

Search for a command to run...
Articles tagged with #kotlin
And a walkthrough of how TwoFac Generates Your 2FA Codes

Building a Kotlin Compose Multiplatform app for every possible platform - desktop, mobile, watch, web, browser extensions, CLI and more...

So I recently made a Parking Lot CLI program (the kind of ones you make for low-level system design interview questions). You can check the following terminal recording. The interesting thing is, it is made using Kotlin Multiplatform, which means it...

In large multi-module Android (or for that matter any gradle-based) project, version management starts to become a bit of a pain. The most common way people have been coping with that was using buildSrc, but the problem with that is buildSrc changes...
