Geeky Stuff

Posted by | February 20, 2024
Complete Linear Regression Model in Python

Course:  https://udemy.com/course/machine-learning-basics-building-regression-model-in-python/learn/lecture/13995642#overview My Notes:  https://docs.google.com/document/d/1Z69xm8bJIPC9-M4024I_jG_oMr3cOkcwQEkbFwyyya0/edit?usp=sharing There is a chapter or two in this course that goes deep into linear regression (particularly the analysis), so I wanted to cover just those...

Continue Reading
Posted by | February 11, 2024
Using AI to Find New Movies

I know that I sound like a broken record when I say this - I love mixing passions.   A couple of years ago I decided to make the jump into...

Continue Reading
Posted by | February 1, 2024
MQTT Broker in Azure

I have been notified that my first assignment at my new client is to serialize data from data obtained on the shop floor.  I have done bits and pieces of...

Continue Reading
Posted by | January 19, 2024
Machine Learning, Data Science and Generative AI with Python

I have been notified that I am going to be starting a position with a client that is involved in the manufacturing business.  The client would like to use AI...

Continue Reading
Posted by | January 12, 2024
SabresPuckIQ – The Project That Was, Until it wasn’t

I know that I have said this many times, but one of my favorite things to do is combine my hobbies and interests into a new project.   For example, in...

Continue Reading
Posted by | September 11, 2022
Adding a PiHole Docker Container Container

If you're like me and you hate being spammed with advertisements in your browser than something like PiHole is for you.  If you've ever heard the commercials for DuckDuckGo you...

Continue Reading
Posted by | February 13, 2021
Now Friends: Power Automate and SmartThings

One of my favorite things to do is mix my work life with my personal life.  In the past I've connected my pool with Alexa or running my sump pump...

Continue Reading
Posted by | January 8, 2021
Inspiration Came! Building “That” App

1/28/2021 Status Prod, Staging, Dev and Test Environment Setup:  COMPLETE Automated build and deploy from github:  COMPLETE Backend Mongoose CRUID operations built with automated Mocha testing:  COMPLETE UI:  In progress. ...

Continue Reading
Posted by | December 28, 2020
Throwing Technology at the Sump Pump

So I have a problem at my house:  the float on the sump pump no longer works.  This means that as soon as the pump emptied the sump and the...

Continue Reading
Posted by | July 7, 2020
Writing to DynamoDb via API (in progress)

Just getting rolling on this one. Reference the "How to Read from a DynamoDb" (here) to see how my table is set up.  Create a new API Create a Lambda...

Continue Reading