ETEnrico Testoriinhypertesto.hashnode.dev·Jul 14 · 8 min readCentralized auth for internal tools with CaddyI am lazy. Not in the “I don’t want to work” sense1, but in the “I refuse to solve the same problem twice” sense. So when I found myself looking at a growing collection of internal tools (each one eit00
ETEnrico Testoriinhypertesto.hashnode.dev·Jul 10, 2019 · 2 min readA simple script to drop all tables in a MySQL databaseThis is another translation of a post written originally on my blog, i hope it will be useful! I had to drop all the tables in a MySQL database because the structure and the content were updated. I couldn't use ALTER and UPDATE statements because th...00