Other - Page 2
Configuring HTTPS for Nginx
Last updated: 21.02.2026
Views: 231
HTTPS stands for Hypertext Transfer Protocol Secure, and it is the secure version of HTTP, the protocol used for communication between your web browser and a website. HTTPS encrypts the data being sent and received, ensuring that the communication is secure and private.
Some time ago I used VPS for some of my projects. I needed to run PHP and NodeJS on the server and set up domains for these p...
Cheat sheet for work with Git
Last updated: 26.10.2025
Views: 271
Git is an indispensable tool for managing versions of code in development. It allows you to track changes in the project, return to previous versions and work effectively in a team, preventing code conflicts. With its help, developers can conduct parallel work on different functions using branches, and then combine them. In addition, Git provides reliable storage of the history of changes, which h...