Those Who Swift - Issue 202
Weekly note ✏️Whiteboarding or live coding—call it what you will—is a fundamental part of any developer's job interview. Whether you’re the one conducting the interview or the one being assessed, chances are you’ve encountered it at some point. Some developers enjoy the challenge, while others dread it, but it remains an unavoidable step in many hiring processes. Recently, while discussing the state of the job market and interview processes at a Big Tech company, a Lead Developer responsible for technical interviews shared an interesting observation. After evaluating over 100 developers, he noticed a common trend: many candidates approach this stage with a mindset of solving the task as quickly and correctly as possible. But in reality, that’s not the primary goal. What truly matters is the process—how you structure your code, think through problems, make decisions, and handle obstacles. Whether your solution is perfect or not is secondary. Think of it like a grammar test: aiming for 100% correctness is great, but don’t let it become a source of overwhelming stress. Interviewers are more interested in how you approach the problem than in whether you get every answer right. Connect with the "Those Who Swift" team - Justas Markus & Anton Gubarenko 👋 Sponsor 🤝Forget about Ruby and Fastlane installation issues!Discover Codemagic CLI tools — the free, open-source Fastlane alternative for automating iOS builds, code signing and publishing. Swift Around the Web 🌐Yielding and Debouncing in Swift ConcurrencyMajid Jabrayilov delves into task yielding and debouncing within Swift's concurrency model. He explains how to implement debouncing using available methods to manage rapid input events, and discusses task yielding to prevent long-running synchronous functions from blocking the main thread. Code examples illustrate these concepts in practical scenarios. Enable Multi-Finger Tap Gestures in SwiftUISwiftUI doesn't natively support multi-finger tap gestures, but you can implement them by integrating UIKit's gesture recognizers. This approach allows detection of taps involving multiple fingers, enhancing user interaction capabilities in your SwiftUI applications. Coding 👨💻Adjust the Intensity of Colors in SwiftUI ViewsLearn how to modify color brightness in SwiftUI using the How to use SceneDelegate in SwiftUIExplore how to integrate Apple News 🍏iPhone 16e - Latest iPhone. Greatest price.Apple's all-new iPhone 16e joins the lineup as a cheaper alternative to the iPhone 16. New Requirement for Apps on the App Store in the EUAs of February 18, 2025, apps without verified trader status have been removed from the App Store in the European Union (EU). To comply with the Digital Services Act, Apple Developer Program Account Holders or Admins must enter and verify their trader status in App Store Connect. This ensures that apps meet EU regulations regarding trader information disclosure. New Features for APNs Token AuthenticationApple has introduced enhanced security options for Apple Push Notification service (APNs) token authentication keys. Developers can now create team-scoped keys, restricting usage to development or production environments, and topic-specific keys, associating each key with a specific bundle ID for improved key management. Design 🎨NSAttributedString: Formatting Rich TextLearn how to use Other cool stuff 🧰Introducing gRPC Swift 2George Barnett and Gus Cairo introduce gRPC Swift 2, a major update that brings first-class concurrency support and more expressive APIs for a seamless developer experience. This release leverages Swift's modern concurrency model, offering flexible APIs, pluggable transports, and smart client features like load balancing and automatic retries. Creating CarPlay apps within a SwiftUI app lifecycleEver wonder about how to integrate a CarPlay functionality into a SwiftUI app? Follow these step-by-step instructions, code examples, and best practices for building CarPlay-compatible apps that deliver a seamless in-car experience. AI 🤖Ollama: Running LLMs Locally on Your MacMattt, after a long hiatus of NSHipster blog, introduces Ollama, a tool for running large language models (LLMs) locally on Macs. It simplifies managing AI models, supports privacy, and enables low-latency tasks like text generation and semantic search. The article also highlights the Ollama Swift package for integrating LLMs into macOS apps, showcasing practical examples like building a RAG system and renaming PDFs. Tutorials 📒Extracting structured data from PDFs using Gemini 2.0 and GenkitPeter Friese explores tools like Gemini and GenKit for working with structured data in PDFs. The post demonstrates how to extract, organize, and process PDF data efficiently, offering practical examples and tips for developers handling document-based workflows. Enabling Interaction with Table View in SwiftUIThis guide explains how to enable user interaction with Video 🎥Animated Side Menu in SwiftUISome argue that sliding menus are a poor UI pattern, yet many apps successfully balance focus on main content with seamless navigation. Join Sergio as he dives into creating a custom sliding menu, complete with interactive items and animations. FriendsDonny Walls is offering 15% off his practical bundle of all three books to our community members. |