Variables to considers. Owner=root Group=myuser path_wordpress=/var/www/html/wordpress Note: myuser can be www-data.…
getFileById = async ( req : Request , res : Response ) => { const url = req . params . url ; cons…
Catalog: Duplicate Code. Unnecessary Comments. Long Parameter List. Long Method. Large Class. Primitive Obsession…
Downloads the image and run it. docker run ubuntu Run in background docker run -d ubuntu Downloads the image, bu…
This example code for send email using server gmail. """Module for send mail""" from …
Fisrt install server SMTP, run command. apt-get install postfix In the wizard, Choose “Internet Site” Second inst…
Hexagonal Architecture Clean Architecture by Uncle Bob. Onion Architecture. Separate infrastructure from business logi…