locastic-listed-on-clutch-leader-awards
Locastic, Aug 25, 2020 - 1 min read

Locastic listed on Clutch Leader Awards!

Locastic joins more than 60 Croatian companies who were selected as Leaders in the B2B domain on Clutch market research platform.

how-to-check-credit-card-type-with-javascript
Frontend, Aug 7, 2020 - 3 min read

How to check Credit Card type with Javascript

Writing a simple, yet effective vanilla Javascript Credit card type checking function.

react-native-cookie-based-authentication
Locastic, Jun 3, 2020 - 4 min read

React Native cookie-based authentication

Cookie-based authentication is not as straight-forward in React Native, unlike standard web networking APIs

i-was-wrong-about-utility-first-css-and-here-is-why
Frontend, May 27, 2020 - 7 min read

I was wrong about utility-first CSS and here is why!

All of the tooling and the best practices in a field always rely on some basic underlying assumptions, and if those basic assumptions are challenged, everything built on top of them can crumble very fast.

Read more

Got a topic in mind? Send your suggestion to blog@locastic.com and we’ll make sure it gets covered.

useful-coding-design-patterns
Locastic, Backend, Apr 22, 2020 - 4 min read

Useful Coding design patterns

Stephane presents two reusable and extendable patterns that can help your development process in the long term.

using-netlify-functions-with-gatsby-js-and-google-sheets-api
Locastic, Apr 15, 2020 - 6 min read

Using Netlify functions with Gatsby Js and Google Sheets API

Use serverless Lambda functions to send emails after form submit and communicate with the Sheets to update the data.

symfony-environment-setup-without-vagrant-or-docker-osx
Locastic, Backend, Apr 9, 2020 - 5 min read

Symfony environment setup without Vagrant or Docker (OSx)

Both Docker and Vagrant can be very consuming when it comes to disk space when you code on macOs.

the-introduction-to-big-picture-eventstorming-v2
Locastic, Agile, Apr 2, 2020 - 6 min read

The introduction to Big Picture Eventstorming.v2

Second part of the series with more updates to the Legend and sessions for BPE.

intro-to-big-picture-eventstorming
Locastic, Mar 24, 2020 - 7 min read

The introduction to Big Picture Eventstorming.v1

Supposedly the easiest form of Eventstorming, but lack of preparation can turn it into a real failure!

symfony-routing-component-customize-url-generation
Locastic, Backend, Mar 17, 2020 - 2 min read

Symfony Routing component – Customize URL Generation

Ever wondered how to customize the route generation in Symfony? So have I, and here is how I did it.