Functional Programming in a Nutshell (in JS)
Reading Time: 9 minutes Functional Programming (FP) is a great tool to...
React Hooks, TypeScript and Redux for React Native
Reading Time: 16 minutes Building a counter app to know how to start...
Scheduled Notifications
Reading Time: 5 minutes Have you ever wondered how apps like Tinder,...
Adding Jest to a Babel 6 project
Reading Time: 2 minutes Jest is an amazing testing tool developed by...
Magento 2 Mixins
Reading Time: 2 minutes In this article, I will let you know how to use...
An Intro To Using VueJS for Front End Development
Reading Time: 7 minutes What is Vue.js? What is Vue.js? Vue.js is a progressive...
Destructuring, the easiest way
Reading Time: 4 minutes In the last days, I have been working on a project...
Write better Javascript, EP 1: Conditionals
Reading Time: 5 minutes Write better Javascript, EP 1: Conditionals This...
How to select the next TextInput after pressing the “next” keyboard button
Reading Time: 2 minutes See code on Github Navigating between text fields...
Set up your CI and CD for React Native Part 2
Reading Time: 4 minutes Generate signed builds for your mobile project...