Mobile
Node.js: Module wiring and dependencies explained
· β˜• 9 min read · ✍️ Iskander Samatov
In this post, let's explore the behind-scenes of the Node.js module system and how it's wired together in a way that flexible and scalable.

Avoid long If/else with a Strategy Pattern
· β˜• 5 min read · ✍️ Iskander Samatov
In this post, let's cover Strategy Pattern. This pattern will help you write loosely coupled code and avoid long if/else statements.

React Native: Fluid card drag and drop animation
· β˜• 6 min read · ✍️ Iskander Samatov
Recently I wrote a drag and drop animation inspired by Asana's UI in React Native. In this post, I'm going to share how I built it.

Differences between React.JS and React Native
· β˜• 5 min read · ✍️ Iskander Samatov
If you know React.JS, in this post you will learn the differences that you need to learn to start building with React Native.

Retrofit: extracting nested API objects as JavaBeans
· β˜• 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.