Skip to main content

Herbstcampus 2012

· One min read
Stephan Hochdörfer
Head of IT Business Operations

Vom 03.09.2012 bis zum 06.09.2012 findet in Nürnberg der Herbstcampus 2012 statt. Die Veranstaltung geht in das fünfte Jahr und gilt als technologieorientierte conference für Software-Entwickler, Architekten und Projektleiter mit den Technologie-Schwerpunkten .Net und Java. Ich freue mich mit den Vorträgen "Wie Software-Generatoren die Welt verändern können" und "Testing untestable code" dabei sein zu dürfen.

Eclipse Plugin Composer

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· One min read
Stephan Hochdörfer
Head of IT Business Operations

I`d like to announce the release of a new Eclipse Plugin called "Composer". Install the plugin via our public updatesite. The plugin adds support for calling the PHP Tool Composer from within Eclipse. After installation the plugin will contribute the context menu "External Tools > Composer > Install" and "External Tools > Composer > Update" to the composer.json files in your workspace projects.

Web Developer Conference 2012

· One min read
Stephan Hochdörfer
Head of IT Business Operations

Nils Langner lädt ein und ich komme: Gemeinsam mit Lars Jankowsky, Johann-Peter Hartmann, Bastian Feder, Björn Kaiser und Simon Hohenadl gestalten wir einen Track bei der Web Developer Conference 2012 die vom 17.09.2012 - 18.09.2012 in Hamburg statt findet. Ich werde den Vortrag "Große Systeme, lose Kopplung, Spaß bei der Arbeit!" präsentieren und skizzieren wie man es schafft Komponenten zu entkoppeln um die Wartbarkeit zu vereinfachen.

oscon 2012

· One min read
Stephan Hochdörfer
Head of IT Business Operations

Vom 16.07.2012 bis zum 20.07.2012 findet in Portland die von O'Reillly organisierte oscon 2012 Konferenz statt. Ich freue mich mit dem Vortag "Testing untestable code" als Sprecher dabei sein zu dürfen.

Jazzon 12

· One min read
Stephan Hochdörfer
Head of IT Business Operations

Vom 26.06.2012 bis zum 28.06.2012 findet in Zürich die Jazoon 2012 Konferenz statt. Ich freue mich mit dem Vortag "Introducing a software generator framework" als Sprecher dabei sein zu dürfen. Der Vortrag behandelt die Entwicklung von Software-Generatoren auf Basis eines von uns entwickelten Generator-Framework welches in Kürze unter einer open-source Lizenz veröffentlichen werden wird.

Silex, Twig and Translation support

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· 2 min read
Stephan Hochdörfer
Head of IT Business Operations

As I have written a couple of days ago, we are using Silex and Twig to build a small application for one of our customers. Since the project was in need of I18N support, we set up the TranslationServiceProvider with the Symfony/Translation component as the Silex documentation advised. Unfortunately I was not able to find a Twig extension allowing us to translate static content within a Twig template, so it was the time to jump in and develop an extension on my own and publish it on github. Simply drop the files in your vendors directory and include the lib/bitExpert/Silex/Autoloader.php file within your application and execute the steps listed below: