In this article, I briefly introduced Extended Reality and talked about how to get started building these experiences. I also described a few use cases for these technologies that currently exist.
Crawl, Walk, Run, Fly. Go From Newbie To Experienced Developer
In this article, I explain what to do to help you get from Newbie to Experienced Software Developer in four phases.
2019 in Review
2019 was an amazing year. In this article, I reviewed how 2019 was for me in my career and other areas of my life that I wanted to share
A guide to writing real-life thread-safe code
In this article, I would show a real-life example of a method that is not thread-safe and show different steps of how to make code thread-safe
Unique Web & Mobile Project Portfolio Ideas
In this article, I shared a list of project ideas (Web & Mobile) that you can work on if you need to build new projects for your portfolio
Be productive with your productivity by doing these
In this article, I would share three main principles I follow that help me achieve productivity in my work and life everyday.
Creating battery friendly background tasks on Android
In this article, I would try to show how to create battery friendly background tasks using Work Manager, which is part of Android Jetpack.
Structured concurrency with Kotlin coroutines
In this article, I would try to explain coroutin builders, coroutine scopes and how structured concurrency in Kotlin works.
Kotlin Coroutines. Make it make sense.
This article covers how to use Kotlin coroutines on Android the easy way. In this article, we would also explore the kotlinx-coroutines library.
Upload Image in Gallery to Firebase from Android app (Kotlin)
In this tutorial, we would upload an image from an Android app to the firebase cloud storage and add the path of the uploaded image to firestore.