Software engineeringBuild your own Christmas chat treeOr should we say Chat-mas tree?😜 Create a working chat application in 2 hours using React, SSE (Server-Sent Events) and OneSignal on Heroku.
Software engineering5 Ways to Connect Redux ActionsThis article provides 5 ways of defining mapDispatchToProps with explanations. Great introduction to our Redux Saga Workshop!
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.