Sorry, this entry is only available in German.
Category Archives: Programming
Save the Date: Presentation about Race Condition on 15. May
I plan do give a presentation in the Hamburg Java user group. Date: 15 May Topic: Race Conditions More Information at Meetup.com You can download the raceconditions-jughh slides here
Does quantum computing helps to understand the paradox of Schrödinger’s cat?
Quantum computers look like the first mainframe computers in the 1940s and 1950s: room-sized devices that only a small number of experts have access to. Almost like the Oracle of Delphi with its special caste of priests. Unlike back then, today, everyone can use this technology via the Internet.
Software Architecture: Layers and DTO’s
Sorry, text is curently in german only.
(Deutsch) Vier bemerkenswerte Videos zu Thema Microservices
Sorry, this entry is only available in German.
(Deutsch) Back to the 60ties: Flussdiagramme
Sorry, this entry is only available in German.
Migrate a Ruby on Rails App to Rails 4.x with “Strong Parameters”
A helpful rake task I’m just updating a three year old rails app from 3.2 to 4.2. One of the changes is that now the controller is responsible to protect against mass assignments. I think this is the right architecture, as the controller has the job to receive the input parameters and transfer them to …
Continue reading “Migrate a Ruby on Rails App to Rails 4.x with “Strong Parameters””
Quantum Computing with Ruby
Few know that you already can do quantum computing with the Japanese programming language Ruby. If you have a Ruby interpreter installed on your computer, you can follow the following experiment, which is inspired by Erwin Schrödinger. (See also my article from 1997)
How does the NFC-Hunt App from Google works?
Google organized a kind of scavenger hunt for the developers conference IO 2013 to demonstrate the practical use of NFC. Participants needed an NFC-enabled Android and then installed an app called “NFC Hunt”. The app gives clues where to find specific NFC tags in the real world. The user has to find and scan these …
Continue reading “How does the NFC-Hunt App from Google works?”
Rotating Billboard with CSS-Animations
(Deutsch) Wie man Bilder auf Webseiten sich rotierend austauschen lässt, ohne JavaScript, nur mit CSS.