printhelloworld.de
print("Hello, World!")
https://www.printhelloworld.de/slides-writing-testable-code.html
Slides: Writing Testable Code [Updated]. 2011-08-26 by Johannes Seitz. I recently prepared a presentation entitled "Painless Testing - Writing testable code" for work and I would like to share it with you. There is a Python Version. Of and a Java Version. These slides will require an HTML5 capable browser such as any recent Mozilla Firefox, Google Chrome or Safari version. Press the right/left keys on your keyboard or click somewhere near the right or left edge of your browser window to switch slides.
printhelloworld.de
print("Hello, World!")
https://www.printhelloworld.de/category/continuous-integration-ios.html
Resolving the Jenkins Xcode License Agreement Issue. 2012-04-06 by Johannes Seitz. When I set up a new Jenkins CI Server on OS X in order to build iOS Projects I ran into some trouble. The combination of Xcode 4.3, the Jenkins Xcode Plugin 1.3.1 and the Jenkins CI Version 1.458 does not seem to play well together. Whenever I tried to build an Xcode project, the build failed with the following message:. The solution is to run the following command:. In Frankfurt am Main, Germany.
printhelloworld.de
print("Hello, World!")
https://www.printhelloworld.de/index.html
Nobody ever got fired for buying a framework. 2014-05-22 by Johannes Seitz. Today James Shore struck a nerve with me when he tweeted:. When did use a framework become a substitute for knowing how to design? And why did designing code become youre writing a framework? Mdash; James Shore (@jamesshore) May 19, 2014. However, the question on my mind is not so much when. People started using frameworks as a substitute for good design. I am more interested in the why. Sandro Mancuso has been pointing out to me.
printhelloworld.de
print("Hello, World!")
https://www.printhelloworld.de/category/conference-videos.html
Brilliant talks on Software Engineering. 2012-03-12 by Johannes Seitz. I love to watch talks on software engineering. To me, they're a great source of inspiration and knowledge, I can just cram somewhere into a quiet evening on the couch. I found it quite a discovery that so many videos of talks I deem absolutely brilliant are available on the web - for free! Architecture: The lost years. Brilliant keynote delivered by Robert Martin. He presents his preferred architecture for MVC-ish web apps, based ...
printhelloworld.de
print("Hello, World!")
https://www.printhelloworld.de/brilliant-free-videos-on-software-engineering.html
Brilliant talks on Software Engineering. 2012-03-12 by Johannes Seitz. I love to watch talks on software engineering. To me, they're a great source of inspiration and knowledge, I can just cram somewhere into a quiet evening on the couch. I found it quite a discovery that so many videos of talks I deem absolutely brilliant are available on the web - for free! Architecture: The lost years. Brilliant keynote delivered by Robert Martin. He presents his preferred architecture for MVC-ish web apps, based ...
printhelloworld.de
print("Hello, World!")
https://www.printhelloworld.de/resolve-jenkins-xcode-license-agreement-issue.html
Resolving the Jenkins Xcode License Agreement Issue. 2012-04-06 by Johannes Seitz. When I set up a new Jenkins CI Server on OS X in order to build iOS Projects I ran into some trouble. The combination of Xcode 4.3, the Jenkins Xcode Plugin 1.3.1 and the Jenkins CI Version 1.458 does not seem to play well together. Whenever I tried to build an Xcode project, the build failed with the following message:. The solution is to run the following command:. In Frankfurt am Main, Germany.
printhelloworld.de
print("Hello, World!")
https://www.printhelloworld.de/nobody-ever-got-fired-for-buying-a-framework.html
Nobody ever got fired for buying a framework. 2014-05-22 by Johannes Seitz. Today James Shore struck a nerve with me when he tweeted:. When did use a framework become a substitute for knowing how to design? And why did designing code become youre writing a framework? Mdash; James Shore (@jamesshore) May 19, 2014. However, the question on my mind is not so much when. People started using frameworks as a substitute for good design. I am more interested in the why. Sandro Mancuso has been pointing out to me.
printhelloworld.de
print("Hello, World!")
https://www.printhelloworld.de/an-odyssee-of-android-testing.html
An Odyssee of Android testing. 2012-05-01 by Johannes Seitz. A few days ago I started developing my first native Android App. Finally a green field project! Finally, an opportunity, to do things right! Finally, a project I could develop in a Test-Driven fashion without the weight of any legacy cruft slowing me down! Or so I thought. I wrote a first test to check the "title" property of my main activity. Nothing too fancy. I hit the run key. And sure enough, my JUnit bar turned red. But wa...At junit....