how-to-optimize-nextjs-apps
Locastic, Frontend, Dec 21, 2023 - 11 min read

How to optimize Next.js apps?

Here’s a quick tour of what we did in terms of optimizing our NextJS website and hopefully we’ll help you optimize yours.

reasons-to-build-and-maintain-your-own-ui-libraries
Design, Frontend, Mar 22, 2023 - 7 min read

Reasons to build and maintain your own UI libraries

Luka will try to make a case for building your own components instead of relying on popular open-source libraries.

transforming-the-sylius-admin-experience-with-sylify
Backend, Frontend, Dec 15, 2022 - 3 min read

Transforming the Sylius Admin experience with Sylify

Introducing the new and improved admin bundle that is restyled with Bootstrap instead of SemanticUI and designed to deliver a superior user experience and enhanced accessibility to Sylius admin panel.

credit-card-form-ux-implementation
Frontend, Oct 6, 2022 - 2 min read

Credit card form UX implementation

Examples of some useful helper functions for improving credit card form user experience.

the-shape-of-a-design-system
Frontend, Aug 29, 2021 - 7 min read

The shape of a design system

For a design system to really work, designers and devs need to collaborate in making design decisions, patterns and other elements defined and documented.

dynamic-adjustment-of-the-iframe-height
Locastic, Frontend, May 5, 2021 - 2 min read

Dynamic adjustment of the iframe height

Custom scrollbars are not supported in iOS14, so here’s how you can adjust the iframe height dynamically based on the content.”

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.

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.

asynchronous-javascript
Frontend, Oct 15, 2019 - 6 min read

Asynchronous Javascript

Introduction to modern asynchronous code handling in Javascript while using less code.

multi-language-support-gatsbyjs
Locastic, Frontend, Jul 19, 2019 - 5 min read

Handling multi-language support with GatsbyJs

Our approach might help if you’re building blazing-fast static websites with GatsbyJs, but struggling to achieve multilingual support.