1 follower
I like computers
Create the database dump (you'll be prompted for the password) pg_dump -U<DB_USER> -h<DB_HOST> <DB_NAME> > dumpfile Copy over the dump file to the new...
neovim is improved vim · I've finally made the move after being introduced to vim back in at the Univeristy of Kentucky (Go Big Blue!) in the last...
Name your variable to improve readability such that it would be hard for you to use it incorrectly. Below is a subtle bug where I wanted to archive...
There were three servers under an application load balancer (ALB) that needed to be vertically scaled by our devops team. These servers were...
leverage it for your classes · __getattribute__ is always called for attribute lookup. However if not found, __getattr__ is called. We can leverage this...
Follow the best practices outlined in git’s documentation for your commits Subject line: capitalized; <50 chars; w/o a full-stop; Messages should be...