-
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…
-
Evolution of Thought
This may be the first post I have done that explicitly relates to something I have done for work. Not to mention an opportunity to show growth in how to approach items and learn from them for the future. The situation – The new site for work was created and pushed live. All was well…
-
Flask Simple Basic Authentication
For my day job, I rebuilt the main site with Python, Flask Flask-SQLAlchemy & SQLite. (I chose SQLite over MySQL for simplicity reasons, but that may be changing) I am using Flask-HTTPAuth to access a few individual pages for admin reasons, so I don’t need to secure the whole site. For the moment, I thought using…
-
No Replacement for the Real Thing
If you have read this blog before, then you know I have done plenty of tutorials. With this practice, comes plenty of repetition. And while in the middle of the tutorial, I understand what I am doing. But once it is completed, I am left with an overall understanding (which is not a bad thing…
-
More with Udemy and Python
Another tutorial has fallen before me!!! This time, I have taken down REST APIs with Flask and Python. This one was more enjoyable than the previous course. I felt it was more on point for the description, but we also went down a possibly “unneeded” rabbit hole. (These opinions may be coming from my inexperience as…