Detecting Motion Using A Raspberry Pi, Adafruit Motion Sensor, And NodeJS
I am working on a side project which involves a Raspberry Pi (model 2B) and an Adafruit PIR motion sensor. I decided early on…
Read MoreAnything relating to web dev.
I am working on a side project which involves a Raspberry Pi (model 2B) and an Adafruit PIR motion sensor. I decided early on…
Read MoreA Quick Preface A shallow copy of an object is one that points to the same place in memory as the original. Any changes…
Read MoreJavaScript Object Notation (JSON) is nothing more than a string with a specific format. It enables JavaScript to easily send and receive data…
Read MoreSelect lists can be tricky in any language. Typically there is some data source providing a human-readable list of options, a machine-readable value (unique identifier), and…
Read MoreI started learning and implementing Google’s Angular Javascript framework earlier this year for a side project. One of the application pages required sorting of an…
Read MoreI was recently tasked with connecting an existing .NET Web API solution with a 3rd party Java API. I read through the external…
Read MoreI like to use completely separate configuration files when working with different deployment environments. For example, the connection string to the database in my development environment…
Read MoreAfter working on an ASP.NET MVC 5 site for months, I set off, ready to find a Windows web host to move the…
Read MoreMy cousin has a background in web marketing and design, but has never used WordPress before. She is applying for a job in…
Read MoreI left a salaried senior web engineer position in March of 2016. I wanted some time off in order to travel, relax, and enjoy hobbies….
Read More