-
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…
-
Selenium and Pytest, making testing your friend
I recently completed the course, Python From Scratch & Selenium WebDriver QA Automation 2023, at Udemy. (certificate). In full disclosure, I did fast forward through the “Python From Scratch” portion as I already have some Python experience. I also skipped the “Robot Framework” section. I purchased the course to learn Pytest and Selenium webdriver. Also,…
-
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…
-
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…
-
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…
-
Triumphant over PHP7!
I am not a php developer, but I have built a couple websites that utilize the PHP include statement to make a single instance of an item such as a header or footer and use across the whole site. When php5x was deprecated, the previous statements would no longer work in 7… I consulted with…
-
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…
-
Twilio, a lovely platform
I discovered Twilio a couple years ago when beginning to build my app, Alertyoself. Twilio is a cloud communication platform that handles the difficulty for you. (This is not a paid advertisement, I just really like their service) Recently, I played with their new verification service, and I admit it is pretty nice. To be…