• Coding
  • Photography
  • About
Stephan Partzsch — Coding & Photography

Category Archives: Coding

16/08/2015
by Stephan Partzsch
0 comments

Continuous Integration for iOS – Code metrics

The last part of the “Continuous Integration for iOS” series covers the configuration of code metrics. Running metrics are a great tool to analyse the quality of the code on continuous level. And this helps to keep the project clean, … Continue reading →

Categories: Coding | Tags: CI, Clean Code, git, iOS | Permalink

07/08/2015
by Stephan Partzsch
0 comments

Continuous Integration for iOS – Create a build job

Now that the Jenkins server is running as a Launch Agent, it’s time to create a build job for building and testing an app. The first step is to provide Jenkins the necessary certificates and provisioning profiles. Add them as … Continue reading →

Categories: Coding | Tags: CI, Clean Code, iOS | Permalink

04/08/2015
by Stephan Partzsch
0 comments

Continuous Integration for iOS – Install and configure Jenkins

Now that the user account is ready for use, the next step is to install and configure Jenkins server itself. Let’s start right away… Install Jenkins server The best way to install Jenkins is via Homebrew. It is less problematic … Continue reading →

Categories: Coding | Tags: CI, Clean Code, iOS | Permalink

22/06/2015
by Stephan Partzsch
0 comments

Continuous Integration for iOS – OS X user account

Continuous integration for iOS is an important part of a professional software development workflow and a helper to automate the build and test process. Besides automatic builds and tests, Jenkins gives the opportunity to run code metrics, to distribute build … Continue reading →

Categories: Coding | Tags: CI, Clean Code, iOS | Permalink

16/04/2015
by Stephan Partzsch
0 comments

How to ignore changes in tracked files with Git

We all know the .gitignore file as a place to exclude files from the version control system, unless they are not tracked. But once a file is committed, it won’t be affected by the .gitignore system. Sometimes files get used … Continue reading →

Categories: Coding | Tags: git | Permalink

14/11/2013
by Stephan Partzsch
2 Comments

Better performance for labels with outline font in UIKit

For games performance is key. But also style and visual appearance are important, especially in iOS games. And sometimes your local artist comes with a great idea: He wants to have outlines around the labels. “Great!”, you might think, “This … Continue reading →

Categories: Coding | Tags: iOS, ObjectiveC, Performance, UIKit | Permalink

10/10/2013
by Stephan Partzsch
0 comments

Finally the slides for my last talk are online. Find an english version as well as a german version on my slideshare account.

Categories: Coding, Event | Tags: Clean Code, Slides, Talk | Permalink

19/08/2013
by Stephan Partzsch
0 comments

At the Clean Code Days 2013 in Dresden, I will give a talk about Social Game programming related to Clean Code. The talk is in German, but I plan to publish the slides here and if I can manage it, they will be translated too.

Categories: Coding, Event | Tags: Clean Code, Talk | Permalink

20/06/2013
by Stephan Partzsch
0 comments

Untouchable UIView container

Have you ever needed an UIView that does not react on touches itself? It is often used as an invisible layer and container for other UIViews. But no matter, if you are interested or need such a thing, you can … Continue reading →

Categories: Coding | Tags: iOS, ObjectiveC, UIKit | Permalink

03/06/2013
by Stephan Partzsch
0 comments

Using Git Tower with git hooks and ruby gems (Mountain Lion)

Nowadays every programmer uses git as the preferred version control system or at least is familiar with it. Some use the command line interface, others favor visual git clients. My favorite is the powerful Tower. It is easy to use, … Continue reading →

Categories: Coding | Tags: git, ruby | Permalink

← Older posts

Recent Posts

  • Continuous Integration for iOS – Code metrics
  • Continuous Integration for iOS – Create a build job
  • Continuous Integration for iOS – Install and configure Jenkins
  • Continuous Integration for iOS – OS X user account
  • How to ignore changes in tracked files with Git

Tags

ActionScript CI Clean Code Error handling git iOS ObjectiveC Performance ruby Slides Talk UIKit

  • Twitter
  • Flickr
  • LinkedIn
  • RSS feed

  • Github
  • Coderwall

Archives

  • August 2015
  • June 2015
  • April 2015
  • November 2013
  • October 2013
  • August 2013
  • June 2013
  • April 2013

Recent Posts

  • Continuous Integration for iOS – Code metrics
  • Continuous Integration for iOS – Create a build job
  • Continuous Integration for iOS – Install and configure Jenkins
  • Continuous Integration for iOS – OS X user account
  • How to ignore changes in tracked files with Git

Tags

ActionScript CI Clean Code Error handling git iOS ObjectiveC Performance ruby Slides Talk UIKit

  • Twitter
  • Flickr
  • LinkedIn
  • RSS feed

  • Github
  • Coderwall

Archives

  • August 2015
  • June 2015
  • April 2015
  • November 2013
  • October 2013
  • August 2013
  • June 2013
  • April 2013
Top

Copyright © Stephan Partzsch — Coding & Photography | legal info

Proudly powered by WordPress | Theme: Yoko by Elmastudio| Child Theme: Bart by Stephan Partzsch