CZChris Zirkelinzirkelc.hashnode.dev·Oct 7, 2021 · 3 min readCalculating π with the Monte Carlo SimulationWhen I was in university, I first learned about the Monte Carlo Simulation as way to calculate \(\pi\) (pi). The simple – yet genius – idea behind this concept just blew my mind. Calculating an infinite number like pi doesn't sound like fun for most ...00
CZChris Zirkelinzirkelc.hashnode.dev·Aug 26, 2021 · 5 min readDebug a React App in VSCodeWhen developing a React app (or any JavaScript app), I heavily use console.log() for debugging purposes if something is not running as expected. Only if it's really tricky, I use the VSCode debugger. It's not that I don't like debuggers, debugging JS...00