How to implement Snazzy maps onto your website:
<iframe src="https://snazzymaps.com/embed/720443" width="100%" height="600px" style="border:none;"></iframe>Blog
We write about technology & digital product development.
Check our blog now and then to get the newest tips & tricks for your digital reality

Preventing Spam with Preventive e-mail confirmation
As we were developing one app based on Directus.Cloud. We discovered there is no such thing as email confirmation. There is a way but…

Dropping React Native development?
In the year 2020 we developed an app with React Native and it happened to be a quick work with decent quick results. We had…

React Cheat Sheet
Inheriting Methods & Properties
When creating a new Class you can inherit and use the properties and methods from the parent Class with calling super();…