switch-off-the-apiplatform-specification-in-sylius
Locastic, Feb 5, 2021 - 2 min read

How-to switch off the ApiPlatform specification in the Sylius API

If you want to keep your OpenApi(Swagger) documentation clean, there’s a neat way to remove all the unused endpoints.

quick-7-tips-for-symfony-starters
Locastic, Jan 28, 2021 - 4 min read

Quick 7 tips for Symfony starters

Are you lost in the Symfony framework labyrinth? Start with these seven quick tips.

administrate-your-administrators
Locastic, Jan 5, 2021 - 4 min read

Administrate your administrators with Sylius RBAC

Ever needed a way to add a hierarchy between your shop administrators? Here’s a neat way.

customizing-the-new-sylius-apiplatform-integration
Locastic, Dec 15, 2020 - 4 min read

Customizing the new Sylius & ApiPlatform integration

Learn how to make the most of the new ApiPlatform integration if you’re starting new, or upgrading existing projects on Sylius.

Read more

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

populating-elasticsearch-with-serialization-groups
Backend, Oct 30, 2020 - 4 min read

Populating ElasticSearch using serialization groups in ApiPlatform

It can be annoying to write separate ElasticSearch mapping for each entity – so Paula decided to use serialization groups and let the normalizer do the job.

designrush-names-locastic-as-a-top-mobile-development-agency
Locastic, Oct 18, 2020 - 1 min read

DesignRush names Locastic as a top mobile dev agency!

After a lengthy evaluation, DesignRush has recognized Locastic as one of the best mobile development companies in the industry.

bulletproof-static-code-analysis-for-react
Locastic, Sep 29, 2020 - 4 min read

Bulletproof static code analysis for React

Static code analysis is fast, simple and best of all, it gives you immediate feedback for the code you write without having to actually run it

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