Skip to main content
DesignUIUX

White Space in Design

White space is a very useful technique when you’re creating design layouts. It’s important when you’re putting together a design layout that you let elements on the page breathe.
Dejan Trajkoski
12.11.2020
iOSSwiftTestingTesting

iOS Unit Tests – My story

I can say that writing unit tests is good for every programmer on his way to becoming great. The quality of coding could dramatically improve using unit tests. The philosophy of writing tests and thinking how the code should be structured to allow the tests to pass, will make you…
CamundaTechnology

Automate Processes with Camunda

Camunda is a great tool to have in your toolbelt. If you are working on projects that often require business processes and/or human actions then Camunda can save you a lot of time. But first, you need to have an understanding of what it is and how it works.