-
The AlertYoSelf Reboot
There is a plan, to join the present with the past. I am going to rebuild a (more proper) API version of my app, AlertYoSelf. AlertYoSelf was a little something I created while learning an earlier version of iOS. It made it to the App Store, and was actually downloaded a few times. (Un)Fortunately, the…
-
FastAPI – quick to build, runs fast
FastAPI is an up and coming framework for Python to create an API. Some would say it’s already here. Yes, its main purpose is to be an API, but it can still host a website. Much in the same way Flask is a web framework, but can be used as an API. They can do…
-
PHP, SEO and MySQL Walk into a Bar…
Ok, maybe they don’t walk into a bar, but meet up on a website. In this case, it’s a site for work. This new website has a section for articles, similar to blog posts. Creating the articles and accessing them were “easy” (I will not go into detail about how to access a mysql database…