Recent Posts

Quant Interview FAQ — Derivatives

8 minute read

Each question below includes a Short Answer, a concrete Example, and a Detailed Explanation with quant-level depth, including formulas, edge cases, and pract...

Setup MySQL secure_file_priv for File Output

1 minute read

secure_file_priv in MySQL is a server variable that restricts where LOAD DATA INFILE and SELECT … INTO OUTFILE can read/write files. You can’t change it dire...