Tag: automation
Tracking a Baby with AWS and IoT
I don’t talk about it much when I’m in a professional mindset, but I do have a family at home. My daughter, Aubrey, was born on May 24, 2016. For the first few months of her life, my wife and I tracked her diaper and feeding schedule meticulously using an app called Baby Connect. It allowed us to record data on our individual phones but have it synchronized through the cloud. Of course, being the technologist I am I couldn’t leave it at that. Using AWS services and their IoT toolkit, I was able to build some additional integration points for Baby Connect, allowing me to track diapers with the push of a button on the changing pad, or bottles with the sound of my voice and my Amazon Echo.
Reading the Event Log with Windows PowerShell
This post is part of the #PSBlogWeek PowerShell blogging series. #PSBlogWeek is a regular event where anyone interested in writing great content about PowerShell is welcome to volunteer for. The purpose is to pool our collective PowerShell knowledge together over a 5-day period and write about a topic that anyone using PowerShell may benefit from. #PSBlogWeek is a Twitter hashtag so feel free to stay up to date on the topic on Twitter at the #PSBlogWeek hashtag. For more information on #PSBlogWeek or if you’d like to volunteer for future sessions, contact Adam Bertram (@adbertram) on Twitter.
Internationalization with Import-LocalizedData: Part 2
When I first sat down to write this post, this one came out
instead. If you’re not familiar with the Import-LocalizedData Cmdlet, you
might want to start there.
Bones - My Learning Experience
Bones is a WordPress theme built by Themble that was recommended to me not long ago by a friend. I had been debating building a custom theme for the site, and I wasn’t sure where to start. Now, only a few weeks after I started looking at Bones in my (extremely rare) spare time, plattsoft.net is live on my new theme. There are a lot of great features in Bones, and I really like it now that I’ve gotten used to it. I definitely hit some bumps along the way, though. I want to document the solutions to the frustrating problems I faced, but first I want to talk about the things about Bones that made it possible to put up with all of that frustration.
Searching Your Code with Windows PowerShell
I frequently need to search through source code to find references to variable and object names. When I got a new workstation running Windows 7 x64, I wanted to find a search utility that would take full advantage of all the horsepower I had at my fingertips. Previously, I had used Windows Grep, but There didn’t seem to be an x64 version available. After some searching I found a lot of people pointing towards Windows PowerShell.