Read our latest posts
or search for

Building a mobile app that matters
Relja takes a look at Omoreader, a helpful mobile app built to help people deal with dyslexia symptoms.

Debugging the un-debuggable
We all have a lot of different ways of debugging. Some use dumps or logs, others use various debugging tools etc. But what to do when you can’t use any of those? In the past few months, I had several different features that required connecting to an external service or an API. During development, I… Continue reading Debugging the un-debuggable

Locastic web: an agile experiment
In order to spice things up, we decided to launch our site in a truly agile and incremental manner.

How to: Variable variables
Variable variables are obscure parts of your code starting with a double dollar sign (eg. $$example)
Read more
Got a topic in mind? Send your suggestion to blog@locastic.com and we’ll make sure it gets covered.

Getting around Web Summit
Web Summit is a tech conference held in Lisbon, Portugal and allegedly the best place to talk about the trends in the tech industry, with a large emphasis on future innovations.

How to minimize conditions with Boolean algebra
As developers, all of us will sometimes come along with a problem that will make you think out of the box.

What makes Web Summer Camp special?
Web Summer Camp is behind us! More than 200 participants, companions, speakers, and sponsors have gathered for hands-on learning, networking, and fun on the last days of summer.

Having troubles with implementing translations in ApiPlatform?
You can’t decide on the best way to implement translation for entities on your ApiPlatform app?

Speed-up database refreshing in PHPUnit tests
This principle makes SQLite extremely fast and efficient, and also powerful thanks to the library’s underlying technology.