Prudhvi Reddy
prudhvir3ddy.bsky.social
Prudhvi Reddy
@prudhvir3ddy.bsky.social
Software Engineer
Two things I learned yesterday from @zacsweers.dev 2022 talk

- Invalidate cache and restart option in Android Studio
- ./gradlew clean

Neither of them is going to fix your build.
April 15, 2025 at 2:33 AM
Apple's Xcode is coming up with a in-built code completion now.

Hope there will be no conflicts between official Github's copilot plugin and xcode's
December 3, 2024 at 8:40 AM
This will rethrow the CancellationException to parent for you.

gist.github.com/prudhvir3ddy...
November 28, 2024 at 11:12 AM
Example:
If user makes a network request for which the code is under a scope which is tied to a lifecycle of that screen

And user goes to some other screen before it completes.

Below code does that automatically.

Now that code will trigger a CancellationException.
November 28, 2024 at 11:12 AM
🎨Jetpack Compose in #Android is a hot topic now on X because of how easy it is to make mistakes that can lead to bad performance of the app

But one of the very obvious mistake i observe while doing code reviews in #coroutines ↛ world is writing code something like this 🧵
November 28, 2024 at 11:12 AM
Did you know?

The internal codename for the compose UI toolkit was “crane”.
But the name never saw the sunlight ☀️
November 23, 2024 at 4:35 AM
Do your team a favour by keeping this in codebase

#coroutines
November 10, 2024 at 2:45 PM
Sites you can use to share your code snippets screenshots

- snippet.idx.dev
- ray.so
- carbon.now.sh
November 10, 2024 at 2:43 PM