Skip to main content
#DieHimmels­traeumerin

iOS dev • sketchnoting • accessibility • pineapple on pizza • sports • she/her

iOS Posts

  • Dec 4, 2022 ⋅ 8 min read

    My Way Into Tech

    A week ago, I wanted to speak at a local meetup called She ’n IT about my way into IT, but I had to cancel last minute because I was sick. 🤧 I will get another chance to talk about it in the future, but because I really love hearing other people’s stories, especially other stories from women in tech, I decided to write my story down in form of a blog post.

  • Jan 23, 2022 ⋅ 1 min read

    Typos in Xcode – Never Again!

    Typos in code can always happen, we’re all human. Most of us aren’t native speakers and write their code in English anyway. But typos in code can be annoying. Other developers will eventually stumble across them and can get distracted reading the code. At best, they will fix the typo, but it will be bit of work to make the change, commit the code etc. It would be better not to introduce typos in the first place, right? Someone should be alerting us to typos as we write the code! Well, Xcode can actually do that!

  • Mar 15, 2021 ⋅ 5 min read

    Sketchnote Summaries of possible iOS Interview Topics

    After my first technical interviews in years, I have found that it’s always a good idea to refresh your knowledge and prepare for technical interview questions (who would’ve thought) 😅 Although I knew what the questions were about, I found it difficult to talk about details and explain topics spontaneously. To be less freaked out when an interviewer asks me about capture lists or memory management in Swift, I wanted to make some sketchnotes on possible interview topics. They would be perfect as a summary. And if they help me, maybe they’ll help you too.

  • Feb 14, 2021 ⋅ 9 min read

    How I Added Basic iPad Support to my iPhone Only App

    I have a confession to make. It’s really sad, but true. In my career as an iOS developer, I’ve only ever build iPhone apps. iPads were never meant to be supported. Well... the apps "worked" in theory! Sort of. So, during my vacation in December, it was finally time to start working on the two-plus years old ticket to add iPad and iPhone landscape support for Cineaste App.

  • Jan 12, 2020 ⋅ 4 min read

    Migration from Travis CI to GitHub Actions

    The last days, I migrated some of my open source repositories from Travis CI to GitHub Actions. I only used Travis for running tests or linter, nothing too complicated.

  • May 16, 2019 ⋅ 8 min read

    Building Apps for Everyone?!

    Is it really important to build mobile apps with accessibility features and who needs them? Deep down, everyone of us knows that when we don’t support accessibility features in our products, we leave users behind. But in reality, we all find tons of excuses for not going that extra mile …