Node.JS: Busboy, reading file and text parameters 📅 Jan 24, 2019 · ☕ 4 min read · ✍️ Iskander Samatov Recently, I implemented a solution to read both file and text parameters using Busboy and in this tutorial, I will show you how.
Retrofit: extracting nested API objects as JavaBeans 📅 Jan 19, 2019 · ☕ 6 min read · ✍️ Iskander Samatov This tutorial is about the Retrofit library and solving the problem of extracting nested objects from the API calls as JavaBeans.
Android: SearchView with custom suggestions without ContentProvider 📅 Jan 6, 2019 · ☕ 8 min read · ✍️ Iskander Samatov In this tutorial, I'm going to provide instructions on how to set up an Android SearchView that retrieves custom suggestions.