Most developers make a mistake. They use a loop to send 100,000 separate background jobs. This creates problems. If job number 45,000 fails, you have no way to tell the user. You cannot track progress ...
I eventually had to slow down and refactor. I started using: - annotate () to calculate values at the database level - Prefetch () to control related data retrieval - cleaner separation of concerns - ...
bpstahlman/cac-enabled-git-setup - Shell script and associated files needed to build a version of Cygwin git capable of using a CAC card for authentication. 0mp/goat - A POSIX-compliant shell movement ...