July 6, 2021
Access SQLite DB in WSL from Windows
I recently found myself needing to connect to a SQLite Database inside a project that was in my WSL home directory from Windows.
ReadJuly 11, 2021
Deploy a Laravel Jigsaw Site to Cloudflare Pages
I've tried a few different static site generators and I really like Laravel Jigsaw. It's not a huge leap for someone who has already been working with PHP and Laravel more specifically.
ReadJuly 5, 2021
Start Your WSL Terminal in Your WSL Home Directory
Either edit your json config or use the graphical settings tool to change the "command line" value to "wsl ~"
Read