Jan 22, 2021
#devops
How to back-up Postgres database on Linux using cronjob
Learn how to backup Postgres database on Linux, using cronjobs. Very simple and very straight forward guide step by step using only scripts.
Jan 13, 2021
#tools
JS verify coordinates inside polygon
Verify if point of coordinates (longitude, latitude) is polygon of coordinates. Polygon contains arrays of points.
Jan 13, 2021
#devops
Generate SSH key and add it to the ssh-agent
Generate SSH key and add it to the ssh-agent. Simple guide to handle ssh keys on your own computer and use the key with ssh-agent.
Jan 13, 2021
#abstract
The work environment is your second home
The work environment is your second home, or maybe even better is your first home. If you have a 9-5 job, probably you spend most of your day time inside your work environment.
Jan 13, 2021
#abstract
Working with legacy code in a world full of fake developers
Working with legacy code is the hardest part of the entire career of any developer. I think there is no developer who did not face some.