German SAP had chosen Ackee as one of the five participants of a hackathon that run during the SAP CONNECT 2018 conference. The goal was to demonstrate what the teams were able to create with the new SAP Mobile Platform SDK and the whole SAP Cloud Platform.
Month: November 2018

Integrating kin blockchain into a mobile app
Two years ago, my colleagues participated in a weekend hackathon and came up with an idea to create a Rock-Paper-Scissors game for Facebook messenger. The real-world RPS game is simple and pretty much everyone knows how to play it. The mobile app didn’t aim to add cool new ways to play the game and tried to be as simple as possible.

React Hooks – New Stuff For Cool Kids
Have you noticed this huge buzz about React Hooks in last few days/weeks? If you are as interested in it as we are and you haven’t hesitated and have watched the Dan Abramovs’ talk (the first one ever on React Conf), you won’t find anything new in the following article. On the other hand, if you’ve never heard about it or you haven’t got a chance to explore it more, this article may speak to you.

How to Deal with Different Environments in Xcode
All our apps are developed in several different environments. Let’s have a look at what we call an environment, what the motivation to have different environments in one app is and what type of inconveniences it could bring. We’ll also unscover a part of our technological stack which helps us to do it the way we do it. ?

Looking Back at DevCon
Programmers and supporters of the Ethereum cryptocurrency have gathered in Prague for the 4th DevCon, official Ethereum Foundation conference. It took place in the Congress Center between 30th of October and 2nd of November 2018 and associated meetups took place also at our Danube House within the wider Blockchain Week Prague event. Thanks to the development of Ethereum iOS DevKit we were one of the official grantees, we had two talks during the conference and we were in the center of action during the whole week.

Data Dependencies Management in Redux Based Applications 1/2
I have been working with React for about four years now. It has been quite a ride and for the whole time the data dependencies management has been an important topic for me. In this article, I would like to show you my journey with the data dependencies management and the result I came up with.