All posts by the author korjeek
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
How to choose the right PC?

If you are not the best at understanding how a computer works, then this material will inform you how to choose the right computer and help you make the right choice when buying a ready-made computer. A computer can be different builds for different purposes, so first you need to decide what set of computer […]

Read more
Adobe Muse CC 2015. DIY One-Pagers

In our century, companies that achieve good results almost all have their own website: business card website, corporate website, online store, or as it is now fashionable to say landing page (landing page). One-page site – a site on the page of which all the company’s material is displayed, starting with a phone number and […]

Read more
Website promotion principles

General information: There is a crisis in the yard, which means that business, as well as in non-crisis times, is looking for ways to generate a flow of incoming customers cheaply. Creating a company website and promoting it on the Internet is a way to get new customers cheaply. Ideally, your site should present your […]

Read more