All posts by the author korjeek
Features of Searching in Tender Applications and What Elastic Search Has to Do with It

In today’s world, the efficiency and speed of product search on a website play a key role in meeting customer needs and increasing business competitiveness. This is especially relevant for companies participating in tenders, where the specific way product names and article numbers are written can significantly complicate the search for necessary items. Let’s explore […]

Read more
Implementation of Inventory Management for Multiple Offline Stores

How We Implemented Inventory Management for ITKKIT Considering Multiple Offline Stores In today’s world of e-commerce, it is important not only to efficiently manage an online store but also to consider the needs of offline retail locations. We faced an interesting and complex challenge: to develop a system that would allow managers of two ITKKIT […]

Read more
Implementing VK Synchronization

How We Integrated Our Website’s Product Database with a VK Store: A Story of Overcoming Challenges Our company recently completed a project to synchronize the product database of the Ignis Pixel website with its store on VK (Ignis Pixel on VK). This process was far from simple, but in the end, we successfully tackled the […]

Read more
Compressing images for webspeed

To improve your pagespeed rating, you often need to reduce the size of the images used on your website. Let’s look at a simple way to solve this problem. 1) Run the service https://pagespeed.web.dev/ and look at the first diagnostic item, which is related to images. 2) Select the links that the analysis offers and […]

Read more
Upgrade to PHP 8.2: Unleash the Power of Modernization

In the dynamic world of web development, staying up-to-date with the latest technologies is crucial. PHP, the popular server-side scripting language, continues to evolve, and its latest iteration, PHP 8.2, offers a host of benefits that make upgrading from older versions a smart choice. 1. Improved Performance: PHP 8.2 introduces optimizations that make your code […]

Read more
Harness the power of ChatGPT: a new assistant for developers

In today’s fast-paced world of software development, the need for reliable assistance and guidance is paramount. Developers often face complex challenges, seeking solutions that are both efficient and accurate. Enter ChatGPT, a groundbreaking language model developed by OpenAI. With its vast knowledge base and natural language processing capabilities, reaching out to ChatGPT for assistance offers […]

Read more
Preparing a VDS server for Bitrix

Starting tasks on bare VSD Tools Pytty + configured ROOT connection Hosting + Account WinCSP + configured connection Notepad++ User preparation In Ubuntu, it is highly discouraged to work under the ROOT account, so first we will create our own user with sudo rights List all users: nano /etc/passwd Create a new user with console […]

Read more
Import/Export Database via SSH

Works faster and more reliably than through phpmyadmin and with databases of any size. On large databases, in order not to crash the server, we use the configuration mysqldump -u USER -p –single-transaction –quick –lock-tables=false DATABASE | gzip > OUTPUT.gz Go to the client’s SSH server Test Mysql connection mysql -u [DB_username] -p (will ask […]

Read more
What is mining and where did all the video cards go?

In simple words: what is mining and where did all the video cards go You probably heard from the news that all video cards have disappeared from sale. You even found out from there who bought everything – the miners. They “mine” cryptocurrency on their “farms”. I am sure that you have heard about the […]

Read more
How to choose an antivirus for your home computer

Which antivirus is better? Absolutely all users, from computer gurus to beginners, know about such a terrible concept as “computer viruses”. Beginners are afraid of computer viruses, because for them they are fraught with a lot of myths and unknown, and advanced users know the extent of the consequences of such an unpleasant event as […]

Read more