I thought I would take a course to freshen up what I used to know and hopefully learn some new stuff. Course URL: Power BI Masterclass - beginners to advanced | Udemy My Notes: https://docs.google.com/document/d/1qynkMYa9-Umk3uSbL7OwWM_MUVaLwXX0KlUi0xBBTxM/edit?usp=sharing
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 when a condition is true. I have recently revisited Power Automate and I thought it might be fun to interface PA with SmartThings. This is...
It had been a while since I had worked with Power Automate (so long that it changed names!) so I thought I would take a refresher course on udemy.com. This is in addition to the wonderful comprehensive Sharepoint courses that I took here and here. I am very comfortable in this area after working for...
This is another simple guide that I am putting together for my future self. As I make my latest app from the ground up I want to document my experiences. This is not meant to be a thorough guide - it's just a list of steps needed to accomplish the goal. yarn add jsonwebtoken yarn...
I am continuing my recent trend of developing projects from the ground up. In my last article I focused on automated testing using mocha. In this article I want to focus on how to take a MERN project and move it to production via an automated build on Heroku. Why Heroku? First of all, it's...
Thomas Magnum of "Magnum P.I." fame (I am dating myself here) used to have a little voice that talked to him. I'd like to think that in some way we all have that voice. Here is a little secret - UI has never been my strong point. Don't get me wrong - I can go...
This is more in my series in setting up a project. I am knee-deep in setting up this project and I am trying to set up my base template at the same time. I've done this a few times - it feels great to be setting up a project from scratch. The beauty in this...
I thought that I would take the time to document this for myself as both times I did this previously I used different methods. As Tony Horton likes to say in the P90x videos... How do you know what to do if you don't know what you did? The following assumes that the project is...