DotEnv is the perfect way to store sensitive configurations. Stored in a secure location, only two lines of code are needed to load them
Category: Security
PHP, Security
How to generate execution logs with PHP
Execution logs are extremely useful for debugging our programs. In this article, I show a complete function for generating execution logs with PHP
Linux, Security
CHMOD: Permissions in Linux and Unix-Like Systems
Linux systems allow you to restrict access to files using permissions. Learn in this article how to manage permissions using the CHMOD command