Pelican is my friend now

Posted on Fri 07 April 2023 in Computing

After trying to cut costs, I have decided to move on to a static site generator for my blog.


Continue reading

Securing your Self-Hosted Ghost 5.20 instance with NGINX

Posted on Wed 02 November 2022 in Computing

I just set up blog.riamaria.com a few days ago. It's been really fun setting up the server. I looked up some ways to secure my Ghost instance better. Great ideas here and there, and mostly just regular AppSec things.


Continue reading

Removing an element from a Binary Search Tree in Python

Posted on Mon 24 October 2022 in Computing

I’ve been taking Codecademy lessons recently and one of the bonus exercises was to figure out how to delete an element from a binary search tree. I figured I’d give it a shot.


Continue reading