String replacement across multiple files in current directory using `sed`
The following bash code will replace any occurance of old text with some new text in all yaml files in the current directory when run on a mac. This is …
Analytical – Honest – Passionate
The following bash code will replace any occurance of old text with some new text in all yaml files in the current directory when run on a mac. This is …
In a previous post we used sweetviz to make a summary of a csv file, and ydata profiling to compare 2 different csv files. Well Sweetviz can also be used …
On this blog I self host Umami analytics to help me keep an eye on how many visitors come and which pages and types of content are most popular. I …
Insightful discussion with Jeff Booth about the interaction between an inflationary system (fiat) and a deflationary system (bitcoin).
When using SQLfluff to format sql files it is possible to set certain formatting rules that should be followed when formatting the the files. These rules can be specified in …
SQL is a very flexible language when it comes to formatting. As long as the commands and syntax are in the right order then the SQL query will work. Whitespace …