wireframes-and-why-do-we-need-them-simplified
Locastic, Design, Mar 5, 2021 - 3 min read

Wireframes and why do we need them (simplified)

Today we talk about the importance of wireframes and what a big and crucial part of the product design process they really are.

clean-api-configuration-in-sylius
Locastic, Backend, Feb 26, 2021 - 4 min read

Clean and easy API configuration with Sylius

Here’s how you can extend the Sylius API configuration without duplicating vendor XML config

deploying-symfony-apps-with-cron-and-supervisor
Locastic, Backend, Feb 24, 2021 - 5 min read

Deploying Symfony apps with cron and Supervisor

Sit back and relax while your web or mobile applications are being deployed.

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.

Read more

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

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.

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