-
Summing up 2023
This week, I have been doing some digital clean up. In doing so, I reached this blog and see some posts that were never completed. Instead of trying to fully complete them, here are a few highlights! AI – To be clear, not training AI, but understanding how to use it to get meaningful responses.…
-
Ringing in 2024!
2024 is a New Year, and a new me! I started out the year going down a rabbit hole, but it was an interesting rabbit hole with a long history. Are you familiar with shows such as Expedition Unknown or Lost Cities Revealed with Albert Lin? These are just two examples, but there are many…
-
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…
-
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…
-
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…
-
A little Python Script…
This post is being made because this is not quite worthy of a git repo… But it is an example of how a small script can solve a “problem”. In spring 2022, “Hamilton” was coming to town, and I really wanted to get tickets!!! They announced it multiple months in advance, and I was constantly…
-
Bounced Back to Elasticsearch
I’m BAAAAACK! To playing with Elasticsearch. I completed the tutorial a few months ago, and have decided to preview a few things for the project that has been in the back if my mind for a few years. (That will be discussed at a later date) “The Project” requires fast search results, but with the…
-
Python and Python Scripting
This post is being created as an example of an area of concern while I am teaching myself… Am I learning the right stuff? I am beginning to look for a new position, and some employers are looking for “Python Scripting”. It was not a phrase I was familiar with and looked it up, but…
-
A Lesson Learned Through Pycharm
A couple of years ago, I won a copy of Pycharm, and have been loving it ever since! This is not a paid advertisement, just my own experiences. It took me a long time to discover the following feature, because reading the manual from front to back and finding out the available features is not…