Learning Java in 2024
Software Engineering and scientific scepticism
Hi there! My name is Dennis. I work with software and I am based in Germany. It’s nice to meet you.
Raspberry RPI 3, DHT11, LCD In this posts I will try my results of reading a dht11 temperature and humidity sensor and displaying the data on a 2 row LCD display using RPLCD.
Raspberry 3 Model B and SPI (For RFID RC522) Shortly after finishing the work on our schokotron project I finally had some ideas for playing around with my raspberry pi 3. I think I am going to post the experiments...
Webpack 3 and Phoenix 1.3 Phoenix 1.3 changes the asset directory structure which results in most tutorials and examples for adding elm or webpack to phoenix obsolete.
Install prettier executable The emacs mode requires the prettier executable to be installed. The easiest way to install prettier for me was to install it with npm global:
This is the second part of my short series on my experiences with Elm while reimplementing Carna.io. Check out my part one for some background info.
I decided to write a series about the experiences I had writing an Elm app during the last couple of months. I am trying to add a new post every one or two weeks.
Intro Recently I worked on a document search for my current company. As part of the crawling and indexing process I worked on scoring the documents. The project was done during a hack week, and thus the scope was limited...
second attempt