-
More GIS, this time ArcGIS…
I am finding GIS to be very interesting. The most recent tutorial, Exploring Spatial Information using ArcGIS Pro, did a very good job of introducing the product. It had similar elements to my last course for QGIS, but I think it has better structure and explanations. ArcGIS is a paid product, vs QGIS, which is…
-
Getting into GIS
Today I completed a course on Udemy, Applied GIS in 2022 – Project-based Spatial Analysis in QGIS. It seems to be a good toe tip into the GIS pool. The primary purpose of the tutorial is to familiarize us with purposes, elements and definitions of GIS. And to introduce us to QGIS, the open source…
-
Elasticsearch!
For longer than I’d like to admit, I kept hearing about this thing called Elasticsearch. Now I have an idea of what it is! Over the last week, I completed the Beginner’s Crash Course to Elastic Stack (YouTube mini videos). I am by no means claiming that I KNOW Elasticsearch, but I believe I have…
-
Diving Back In. Again…
Well, I allowed my education to take a back seat again… I have relocated to another state, and my goal is to build the skills needed to always get a remote job/career, so I can live anywhere! Fortunately, my progress has not been as stagnant as my postings. I made a page on my GitHub…
-
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…
-
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…
-
Big Step in FreeCodeCamp!
I have been slacking. I can justify the heck out of it, but that does not change the fact that there is no GOOD reason for being lazy the last 30 days or so. But now that I am getting back in the driver’s seat, a big step has finally been completed on FreeCodeCamp. I…