Python Logging Best practice to create a logger function and use it anywhere you need to log log.py : include logging config and function use.py : call example It is better to create a config file and set the settings of the log.py file in it.
Typescript Logging Best practice to create a logger function and use it anywhere you need to log log.ts : include logging config and function use.ts : call example It is better to create a env file and set the settings of the log.ts file in it.
Linux gnome terminal settings backup Customize your gnome terminal with this file Open terminal in .txt file directory :
Minimal settings for vscode to work I develop easier with these settings Customized by me for myself. You can use it if you want and you can change it for yourself.
Simple bash for make a branach from develop Command to run in git directory and make a branch from develop Customized by me for myself.
Python Logger (save in file) Best practice to create a logger function and use it anywhere you need to log main.py : main file to make an example of logger in it. logger.py : log functionality It is better to create a env file and set the settings of the log.ts file in it.