- Published on
HTTP Request vs HTTP Long-Polling vs WebSocket vs Server-Sent Events
In this blog, we are going to learn the HTTP Request vs Http Long-Polling vs WebSocket vs Server-Sent Events(SSE).
In this blog, we are going to learn the HTTP Request vs Http Long-Polling vs WebSocket vs Server-Sent Events(SSE).
In this blog, we will learn about the Kotlin Collection Functions - associateBy that converts a list into a map.
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.
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.
In this blog, we are going to learn why is it recommended to use only the default constructor to create a Fragment.
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.
This post is about career advice for a software developer to earn a higher salary. Here goes my learning from starting from ground zero.
In this blog, we are going to learn about the differences between a junior, mid-level, and senior developer.
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.