All Blogs
AssociateBy - List to Map in Kotlin
In this blog, we will learn about the Kotlin Collection Functions - associateBy that converts a list into a map.
Remove duplicates from an array in Kotlin
In this blog, we are going to learn how to remove duplicates from an array in Kotlin. As there are many ways to remove duplicates from an array in Kotlin, depending on the use case, we can decide which one to use.
Caching with OkHttp Interceptor and Retrofit
In this blog, we are going to learn how to cache HTTP responses in Android using OkHttp Interceptor and Retrofit for building offline-first Android apps.
Why is it recommended to use only the default constructor to create a Fragment?
In this blog, we are going to learn why is it recommended to use only the default constructor to create a Fragment.
Top Tech Engineering Blogs of Companies
We can learn so many good things from the blogs of tech companies. The tech engineering blogs of the following companies are a great place to learn.
Career advice for a software developer to earn a higher salary
This post is about career advice for a software developer to earn a higher salary. Here goes my learning from starting from ground zero.
Differences between a junior, mid-level, and senior developer
In this blog, we are going to learn about the differences between a junior, mid-level, and senior developer.
How to remove items from an array in JavaScript?
In this blog, we are going to learn how to remove items from an array in JavaScript. As there are many ways to remove the items from an array in JavaScript, depending on the use case, we can decide which one to use.
What is Blockchain?
This article is for anyone who is curious about the blockchain but has no idea what it is exactly.