Webforge produziert seit 2015 Web-Applikationen für Tischtennis-Spieler.

weiterlesen


Die neue Band-Seite für Spring Up Fall Down aus Köln geht online. Aus diesem Einzel-Projekt wollen wir eine ganze Projekt-Reihe ableiten.

weiterlesen


September 2013 is the month of new libraries from webforge. We're spending a lot of time to release new open source libraries. We're crafting, we're dangling and keeping the oven hot to melt in new stuff from new existing technologies on the web.

weiterlesen


The boolean trap (Englisch)

Its hard to write good APIs. The premise is: the code is usually written once but read many times. Learn what the boolean trap is and why you should avoid it

weiterlesen


Jede moderne IDE bietet mittlerweile jede Menge Refactor-Funktionen für den eigenen Code an. Die meisten funktionieren jedoch nicht sehr gut.

weiterlesen


If you get an error after upgrading to PHP 5.4 in windows like (in german): Der Prozedureinsprungpunkt "zval_property_ctor" wurde in der DLL "php5ts.dll" nicht gefunden. This will help.

weiterlesen


Did you ever wonder how to test your own implemented assertions in PHPUnit?

weiterlesen


If you get the "The package has modified files" message very often from composer, because you cannot set the +x chmod on windows, here is the solution.

weiterlesen


Doug beschreibt als Google Mitarbeiter 59 fast jedes Detail seiner Arbeit bei Google.

weiterlesen


Learn the best practices for doing something similary to svn update with git on windows.

weiterlesen


Learn how to test for exception messages without writing fragile tests.

weiterlesen


Often you want to publish your application with an command line interface. Composer lets you expose a binary while installing your library. Thats very handy, but a little bit tricky. I will explain how to do it correctly.

weiterlesen


If you're still rooting for windows as your favorite operating system and you're using a lot of cmd.exe and console windows here are some tweaks for you.

weiterlesen