On production we have two separate services for web and cron but for some testing it was needed to run
MoreDBviewer: CLIENT_PLUGIN_AUTH is required
When trying to connect to MySQL from DBeaver as well as other client programs and services, the error CLIENT_PLUGIN_AUTH is
MoreRESTful API design guide
Concept Base things in Rest API Rest API stands for Representational State Transfer. Basic things in Rest API design: Resource
MoreHow to SSH to your Docker Container through a Chisel TCP Tunnel
It is considered a bad practice to connect to a Docker container through SSH, because everything should be done through
MoreStart multiple Zenbots at once with screen
Zenbot is wonderful crypto currency bot. You can write own strategy or use existed ones and literally begin to make
MoreFaceted Search or how to build multi-level filtration on MySQL
When you browse through a shop it’s really useful to use this Faceted Search Filters. You just choose concrete filters
MoreMigrate from a smaller M2 SSD to a bigger one
Hardware recognition UAS computer protocol is blacklisted on Linux Mint 20.1 by default, and exactly this one is required for
MoreConfigure development server with Docker
It sometimes happens to setup development server for team with support many Docker environments. Why is it Docker? It’s easy
MoreValidate uploaded file with Symfony Constraints
Symfony is a flexible framework and not always is possible to find the best solution for your task, but sometimes
MoreMagento translation
Magento has three different methods how to add translation: inline translation theme translation module translation Often it is difficult to
MoreMagmi: How to import images to Magento
Magmi allows to import images to Magento, use Image attributes processor for this task. What can do Magmi Image attributes
More