The Blog

Mostly, but not exclusively, it is about software development and the web.

Subscribe to the ATOM feed of blog posts on this site.

Photovoltaik-Dashboard als Web-Applikation

# Ruby on Rails # InfluxDB # Raspberry Pi # SENEC # SOLECTRUS Blick auf die Solarmodule
Die Energiewende findet seit kurzem auch im eigenen Heim statt - auf dem Dach unseres Hauses befindet sich nun eine Photovoltaik-Anlage. Damit kommt der im Haus benötigte Strom größtenteils aus der Solarenergie und nicht mehr aus der Verbrennung von Kohle, was unabhängig von der Frage nach der finanziellen Rentabilität eine gute Sache ist - und außerdem für einen Web-Entwickler eine interessante Herausforderung darstellt, über die ich berichten möchte.

Weiter lesen

Dockerize Rails, the lean way

# Docker # Ruby on Rails Photo by Guilherme Stecanella on Unsplash
Building a Docker image for a given Rails application is easy – unless you want the Docker image as small as possible. Docker is awesome, but handling large files is annoying. Read how I have reduced the image size of a Rails application from 1.6GB to 329MB.

Read on