CodeCropper: Will code for food.
-
Scoring a job in the US as a software engineer.
This post was originally published in October of 2013 so some information might be outdated. I usually write very technical things about iOS in my blog but today I’ll make an exception. I get asked about this a lot so I decided to write an article about it so I could point people to instead…
-
Python’s documentation at your fingertips
The pain As I mentioned in my last blog post, I started learning Python some time ago and fell in love with it. But, as with any new programming language, I spent a lot of time browsing through the documentation to find out the correct name of the method to find a substring within a string…
-
Python script to compose iPhone marketing images
An excuse to use Python I consider myself a polyglot programmer and try to learn a new language every now and again. My latest is Python and I can say that I love it! It’s easy to learn, has a HUGE library, very good support for lists and dictionaries and is flexible enough to be an…
-
Replicating TweetBot’s Alerts and Action Sheets
How it all started: A love and hate story. Since the first time I had to use an UIActionSheet or UIAlertView in an app I disliked the way it was implemented. It was a pain if you had two kinds of alerts in the same class for example as everything is done by invoking a…
-
The PhotoAppLink library story
Launching Today is the day os the official launch of the PhotoAppLink library. The library is a joint effort of me and Hendrik Kueck from PocketPixels, maker of the ever top selling ColorSplash. We have a website if you want to know the latest about this. This post is to tell the story behind this. The problem Since the…
-
Two small iOS tricks
Sorry Well, I got back from WWDC and there was just too much to do, so I’ve been neglecting my blog a little bit. But since I already missed one post on AltDevBlogADay and today I was about to miss another (3 strikes and I’m out???) I decided to get something quick but maybe useful for all…
-
Getting metadata from images on iOS
Recap My latest post was on how to write image metadata on iOS. I got a lot of good feedback from it so I think people are interested in this kind of stuff. I got 33 people watching my repo on GitHub. Cool, I got code stalkers! One thing was missing from the post though: how to…
-
Adding metadata to iOS images the easy way
Does it have to be so hard? Are you writing a camera app or image editing app for iOS but are clueless on how to add geolocation to your pictures? Baffled by the lack of information in the otherwise very thorough XCode documentation? I feel your pain my friend. Or actually, felt, cause I got…
-
That’s why I do what I do
As a software developer I get a lot of pleasure when a code that I wrote, all those ifs and methods and classes, turns into a real thing, something on my computer screen, doing what I have summoned it to do. But I get even more pleasure when I see someone using these things, when…
Got any book recommendations?