Jon P

Jon P

I'm the author of these works. Technical professional and independent investor. Dabbler in everything. Good luck!

How To trigger settings sync in vscode

I got a new laptop and noticed that when I was switching back and forth between the old and new one, my settings sync apparently was not working. It turns out that I

How To Get Better at LeetCode

I've been doing LeetCode for the better part of six months now. During this time I've gained a bit of insight on how to improve at solving these types of algorithmic problems, which

How To Upload Files to S3 Using Python

If you have a lot of files that you want to upload to AWS S3, a programmatic approach can help you accomplish it quickly. Using the above script, you can sync a local

How to get JSON response from Ollama

Ollama is a fantastic application for getting a Large Language Model (LLM) up and running on your local environment, quickly. This guide will explain how to set up Ollama to provide JSON-formatted responses to your prompts.