Category: Development

How do we do CI/CD?

If you’ve read the article about the benefits of CI/CD, you may have been motivated to deploy these practices on your project too, and now you’re wondering how to get started. In short, to put CI/CD theory into practice, you need to design a system…

5 Tips for Better (System) E-mails

In the e-commerce team, we spend several hours fine-tuning e-mails for new e-shops. The aim is to ensure that system messages, such as payment confirmation, order dispatch information, etc., are correctly displayed on all devices, browsers and e-mail clients.  There are more and more ways…

10x faster requests thanks to Go

I like to try new things, new technologies and languages. And ideally in something bigger than just “hello world”. When we started solving the problem with a slow section of the application on Crossuite, we discussed two solutions. Either “stretch” this section to multiple servers…

Functions in PHP

In the previous article, we showed you how to get PHP up and running and presented some basic elements. In this section, we’d like to update your knowledge of the functions – how to create them, call them and process their output. We’ll describe classic…