IOS DEVELOPER

WRITER. SPEAKER.

  • Posts
  • Speaking
  • About
  • Getting your first job as a junior developer

    9 Aug, 2022 • 14 minute read

    • non-technical

    It's already daunting enough to learn a new programming language. However, learning never stops. So when do you know is a good time to start applying for your first job as a junior developer? Is there ever a good time for that or should you just go for it? In this post, I've shared my personal experience and things I did that helped me land my first job. It took me one year.

    Read more →

  • How to test custom Codable initializer

    26 Jul, 2022 • 4 minute read

    • unit test
    • codable

    Sometimes, when parsing a JSON, you need to implement a custom Codable initializer. Because of that custom logic, you're no longer using the default implementation. It's a good idea to test your code.

    Read more →

  • Publish: Creating Website Content with Markdown

    28 Jun, 2022 • 4 minute read

    • publish
    • web development

    After generating a website using Publish you have two options to start building your website: using markdown files or programmatically. In this post, you'll learn how to add sections and content with markdown files.

    Read more →

  • How to Create a Personal Website in Swift using Publish

    14 Jun, 2022 • 5 minute read

    • publish
    • web development

    Publish is a static site generator that lets you build website in your favourite programming language - Swift!

    Read more →

  • Why speak at conferences and how to apply

    31 May, 2022 • 8 minute read

    • non-technical

    Attending conferences is a great way to learn new things, meet other developers, and promote your company or personal projects you've been working on. But have you ever wondered what it's like to be a speaker? Are you interested in speaking but don't know how or where to start? Impostor syndrome? You have more to offer than you think! Let's see why you should apply as a speaker and how to do that.

    Read more →

  • How to test @Published property with XCTest

    17 May, 2022 • 3 minute read

    • unit test
    • combine

    @Published properties stream values over time and any changes on the property are immediately sent to all observers. Let's recap how the property works and then we'll take a look at how we can test @Published properties using Apple's testing framework - XCTest.

    Read more →

Copyright © 2022 Danijela Vrzan. All Rights Reserved.

Built in Swift using Publish.