Software engineeringKickstart your React Native app with Firebase – Cloud Firestore (Tutorial #1)In this series we will create an iOS and Android application — called Fakestagram — with React Native, using some of Firebase services....
Software engineeringKickstart your React Native app with Firebase – Cloud Firestore (Tutorial #0)In this series we will create an iOS and Android application — called Fakestagram — with React Native, using some of Firebase services.
Software engineeringEngage Your Users on Rare ScreensYou should care about a lot of new different screens and states which aren’t planned to be in the main user flow, but occasionally happens to show up.
Software engineeringWhy Should We Separate the Utility Functions?Let’s look a process to create well tested, reusable utility function.
Software engineeringRestless Fingers vs. Restful ServiceMost of us have faced the situation when your average user just keeps pressing a button on the frontend and makes subsequent calls to a backend endpoint.
Software engineeringAsync/await vs Coroutines vs Promises vs CallbacksThis post covers 4 ways of implementing async continuations in JavaScript.
Software engineeringBuild Your Own Spotify App in React NativeYou will learn how to craft your own Spotify listing app with React Native — in a fast and efficient way.
Software engineering3 Project Takeaways: Complexity in Mobile DevelopmentAs you are already facing the project challenges of 2018, let us share with you 3 project takeaways from our side.
Software engineeringReducing Redux Action Import Hell with Namespaces in ES6Importing a lot of actions can be messy in a larger Redux app. Here are some tips to do it more clean and organized way.