Cool Inventions and Things
Schwab API Tool
Schwab’s API is hard to use because it requires OAuth to authorize and connect your account. Plus, CAG (consent-authorization-grant) must be completed every 7 days. No bueno!
This project is an easy-to-use tool to authenticate and authorize with Schwab’s APIs. It’s a landing page you can use as your redirect URI, hosted on Cloudflare Pages which gets you through the auth process and provides you your authorization code.
Read Article 📖👉🏼
Béchamel
Creating a static website where you can just write content and forget about it is hard. Plenty of solutions, each has their own strenghts and weaknesses.
Béchamel is my own SSG website generator, which I use for this website. It’s built using Next.js, React, Tailwind and Jupyter notebooks. Write your content in your Jupyter notebooks and deploy to Cloudflare Pages or GitHub pages for inexpensive or free hosting!
I built Bechamel because I wanted to write content in Jupyter notebooks since it works really well for taking notes and mixing in code and experiments. I tried other SSG systems such as Jupyter Book, but these are more geared to documentation than a blog or personal website.
Read Article 📖👉🏼