Software engineeringBene Studio Serverless Workshop - Calorie Counter AppThis post gives an insight into Firebase Functions and Firebase Cloud Firestore using JavaScript as a follow-up of our Serverless Workshop where...
Software engineeringKickstart your React Native app with Firebase – Cloud Firestore (Tutorial #2)In this series we will create an iOS and Android application — called Fakestagram — with React Native, using some of Firebase services....
Software engineeringRedux-Saga To The RescueIn this blog post, we are checking back to our 25. September Redux Saga Workshop. On 19. October we are trying out a new JS Framework for cross-platform...
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.