@pallavishekhar_ Profile picture

Pallavi

@pallavishekhar_

Co-Founder @ Outcome School | Making tech education outcome-focused | @outcome_school

Similar User
Nancy Chauhan ☁️ photo

@_nancychauhan

Chetan Gupta photo

@Ch8n2

Elye photo

@elye_project

Canopas Engineering photo

@canopas_eng

kvm photo

@__kvm

Codingal photo

@codingal

raditya gumay photo

@r_adiit

Pranay Patel 💙⚡ photo

@pranaypatel_

Martin Bonnin photo

@martinbonnin

Ninad MG photo

@ninad_mg

@8187_Bhavna photo

@8187_Bhavna

முரளி  💙 photo

@murali_cse

Sudhir Singh Khanger photo

@sudhirkhanger

Rubinart 𐐘  photo

@jnsnlslm

Arun Babu A S P photo

@arunbabuasp

Pallavi Reposted

Internals of RESP - Redis Serialization Protocol In this blog, we are going to learn about the internals of the Redis Serialization Protocol(RESP). Read here: outcomeschool.com/blog/resp-redi… #SoftwareEngineering


Pallavi Reposted

Learn about the inline, noinline, and crossinline in Kotlin • inline function in Kotlin: outcomeschool.com/blog/inline-fu… • noinline in Kotlin: outcomeschool.com/blog/noinline-… • crossinline in Kotlin: outcomeschool.com/blog/crossinli… #AndroidDev #Kotlin


Pallavi Reposted

From 29 LPA to 56 LPA - one of my students achieved this remarkable growth. How did he do it? He gave equal importance to all four pillars of Android development when preparing for interviews: 1. Data Structures and Algorithms: You can't skip DSA. 2. Machine Coding Round: You…


Pallavi Reposted

Long-running tasks in parallel with Kotlin Flow We will need the zip operator of Kotlin Flow to run the long tasks in parallel. So, we need to understand what a zip operator is. Zip Operator is an operator that combines the emissions of two flow collections together via a…

Tweet Image 1

Pallavi Reposted

What is CoroutineContext in Kotlin? CoroutineContext is an interface in Kotlin's coroutines that helps us define the context or the environment in which a coroutine executes, using various elements. Learn in-depth by seeing the source code: outcomeschool.com/blog/coroutine… #AndroidDev


Pallavi Reposted

Android Interview Question: SharedViewModel in Android Answer:

Tweet Image 1

Pallavi Reposted

How does the Kotlin Multiplatform work? A thread 🧵 #AndroidDev #Kotlin #iosdev

Tweet Image 1

Pallavi Reposted

A gift from my student. I'm truly at a loss for words to express how I feel. #gratitude

Tweet Image 1

Pallavi Reposted

Android Interview Question: What are OkHttp Interceptors and what are their use cases? Answer: "According to documentation, Interceptors are a powerful mechanism that can monitor, rewrite, and retry the API call. So basically, when we do some API call, we can monitor the call or…

Tweet Image 1

Pallavi Reposted

Learn to build a ride-sharing Android App like Uber, or Lyft Open-Source Project: github.com/amitshekhariit… #AndroidDev #kotlin

Tweet Image 1

Pallavi Reposted

How to read the code of open-source projects like Glide, Retrofit, RxJava, etc? Let me tell you this from my experience. As I keep saying: The best way to learn to code is to code. But, to write good code, you will also have to read good code. Make a habit of reading good code.…


Pallavi Reposted

RecyclerView Optimization - Scrolling Performance Improvement • Use Image-Loading Library • Set Image Width and Height • Do less in onBindViewHolder method • Use Notify Item RecyclerView API • Avoid a nested view • Use setHasFixedSize Continued...


Pallavi Reposted

Jetpack Compose Interview Questions: • Jetpack Compose vs Android View System. • Explain the concept of declarative UI in Jetpack Compose. • Declarative UI vs Imperative UI. • What are Composable functions? • What is Recomposition? • What is State in Compose? • How does…


Pallavi Reposted

Android Best Practices: - Use Repository: The data layer should expose data using a repository. The ViewModel should access data via the repository, rather than directly interacting with data sources. - Do not use AndroidViewModel: Use the ViewModel class instead of…

Tweet Image 1

Pallavi Reposted

Mastering Kotlin Coroutines • coroutines • suspend • launch, async-await, withContext • dispatchers • scope, GlobalScope • lifecycleScope, viewModelScope • coroutineScope, supervisorScope Share if you like it. outcomeschool.com/blog/kotlin-co… #AndroidDev #Kotlin


Pallavi Reposted

7 Interview Questions: • Write code having memory leaks • What are higher-order functions? Write code to show the usage • flatMap vs map • Write code to do two tasks in parallel • How does memory is managed in the OS • Implement LRU Cache • What did you learn last week


Loading...

Something went wrong.


Something went wrong.