Category: Parse

  • AlertYoSelf Reboot Progress

    As you may have read previously, I am in the process of rebooting an iOS app I had in the App Store. It is underway, but the end result is in question. The core is set up and working, being based on the Fastapi course from Eric Roby. Users can sign up, alerts can be…

  • 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…

  • Talking about git. Again

    Sometimes it takes a few times to do something, or screw something up, for it to sink in… Today we are are going to re-hash the importance of git, or of any version control system. And more specifically, using it properly. I may have mentioned my app, AlertYoSelf, that I have on the Apple App…

  • 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…

  • Parse Server Defeated

    I have hit another stage of feeling like I have accomplished something. I now have my own Parse Server running. It also has a dashboard and cloud code. Plus, (wait for it…), it is also has background jobs!!! The jobs turned out to be considerably less complicated than I thought. It may not be a “proper”…