During the creation of mobile and web apps, the biggest focus needs to be the user. Our product can be stunning, but if the user is unable to even register into it, it becomes useless. The critical phase of app development is therefore the so-called usability testing. In other words testing of how easy or difficult it is to use it. But do you know when to include it and whether to pick the fast or the slow alternative? (more…)
Month: August 2020

How to Save on App Development
Development and maintenance of information systems is a big expense. In Ackee, we focus on the whole process of application creation from its specification through the design and development to the testing. That is why we know that the road from the idea to a finished app in the store can be complicated, long and expensive. So how to make sure that your application does not cost too much? (more…)

Navigation in Multi-Module Project
Over the last few years Android Developers have established best practises for writing apps: clean architecture, usage of MVVM as primary architectural pattern.
The most discussed topic of 2019 was modularisation. While it brought us a lot of benefits, I’ve discovered some pitfalls, one of them being in-app navigation.

Our Web Frontend Tech-Stack
In this blog post, I present the technological stack we use at Ackee frontend team for building modern web applications. We have a few different stacks for concrete use cases, but almost all of them are derived from JAMstack architecture, which has gained popularity in recent years. (more…)

Deloitte Awarded Ackee in the International Competition Technology Fast 500 EMEA
Czech development agency Ackee was awarded in the prestigious ranking Deloitte Technology Fast 500 EMEA which is mapping the fastest growing technological companies in the region of Europe, Africa and Middle East. (more…)

Loading Dynamic Arguments with the new ArgumentParser by Apple
Apple has recently announced a new ArgumentParser library that leverages property wrappers and is a great example of a well-written declarative API. But the declarative nature of it comes with some drawbacks – mainly that if you need to do something custom that the library is not built for, you will need to get creative. (more…)