Advertisement
Transform Your Career with the iOS Lead Essentials — Black Friday Offer
This Black Friday, unlock over 40 hours of expert training, mentorship, and community support to secure your place among the best devs.
What’s the difference between any and Any?
How to test Push Notifications in the simulator
Swift has more formatters than you know!
Using a Swift macro to generate an EnvironmentKey
Do you know what .layoutIfNeeded() actually does?
I can teach you the basics of UIKit in 2 hours 👩🏽🎓👨🏻🎓
Be careful when using .onTapGesture()
How to easily test In-App Purchases 🛍️
How to mock any network call with URLProtocol
When should you use a hybrid framework? 🤔
A couple weeks ago I did a livestream and someone in the chat asked me a very interesting question:
What’s your opinion on using hybrid frameworks to develop apps?
It’s a question that’s actually quite common and I’ve realized that I’ve never created any content on this topic!
So it’s time to fill that gap, here’s my answer to that question.
Bad practice: not using .isMultiple(of:)
How to write safer code using the Lock 🔒 and Key 🔑 pattern
Bad practice: using .lowercased() to compare strings
Do you know what translatesAutoresizing MaskIntoConstraints actually does? 🤨
If you’ve ever written programmatic layout code with UIKit, you already know that if you forget this line, it’s guaranteed that your UI will break.
But have you ever wondered why that’s the case?
What does this line exactly do?
And what’s this “autoresizing mask” that it mentions?
How to make a completionHandler much safer
How to give great answers to technical interview questions 👩🏽💻👨🏻💻
Going through a technical interview is a stressful experience 😣
Between the interviewer that tries to evaluate your skills and the pressure of trying to land a job, it's very easy to stumble and deliver subpar answers 🫠
So I want to share with you a simple 3-step framework that will help you answer interview question in a way that feels clear, structured and impactful 😌
Bad practice: loading a large image on the main thread
Hidden feature: subscript
How to write Unit Tests for Code Performance ⏱️
How to easily debug your network code 🛰️
Debugging network code can be a pretty frustrating experience…
But did you know that there are tools that make it easier?