Ember Publish Ember test results to Jenkins We are using Jenkins to run our Ember builds. Recently I wanted to publish the results of running ember test to Jenkins, luckily for us, most of the required functionality at the Ember side was available in ember-cli. Ember CLI CI=1 ember test ci --silent --r xunit | tee logs/
Smart Home Expose Home Assistant through an SSH tunnel Today I will show you how to expose your Home Assistant through an SSH tunnel [https://www.ssh.com/ssh/tunneling/example], and keep it active with autossh [https://linux.die.net/man/1/autossh]. Then use an Nginx reverse proxy on your remote server combined with your own custom
Development Mapzen Alternatives This is a copy and paste blogpost, originally posted at Mapzen [https://mapzen.com/blog/migration/], because the service is shutting down and I wasn't sure how long the blogpost was going to be online for, I wanted to preserve the valuable information and republish it myself. Apart from this
Travel USA mid-west 2017 A quick overview of our trip to the USA in 2017 to see the Total Solar Eclipse, and all the places we visited along the way.
Smart Home Using the Nest thermostat with a modulating Junkers boiler (part 2) This is the second part of a 2-part blogpost about using the Nest thermostat with a modulating Junkers boiler. In this part I will guide you step by step through the setup and installation process of hooking up a Nest thermostat to my Junkers CerapurComfort boiler. Read Part 1 [https:
Smart Home Using the Nest thermostat with a modulating Junkers boiler (part 1) In this blogpost I will tell you my story of how I wanted to integrate my central heating, with a smart home solution. It's a 2 part story, where I first go into detail about my setup before the nest. And the second part will be about installing the Nest.
Ember Embed EmberJS app in Drupal 8 block Here’s a quick overview of the requirements I had. * Use EmberJS to create a Javascript Component Embedded in a single Drupal 8 block * Only load the ember javascript code on the pages where the block is displayed * Don’t use a separate stylesheet for the component’s styling * Don’