Dmitry iOS Suomi
@iOSDev_Swift
Followers
107
Following
243
Media
101
Statuses
2K
Daily REMOTE iOS jobs: https://t.co/W2EQdyGH05 iOS news, articles, on-site jobs: - https://t.co/rG9jOQo9ly
Finland
Joined February 2024
Confirmed by Apple š«”
One tip to speed up your SwiftUI previews 𤩠I wanted to centralize constants like opacity, spacing, or sizes used by my View to speed up prototyping. Stored properties: slow š as Xcode recompiles the file every time I tweak a value. Computed properties: instant updates šļø
4
8
249
Saving $4000+/month with self-hosted runners The article explains how the author cut macOS CI costs by switching from GitHub-hosted runners to a small self-hosted Mac build cluster, breaking down real build minutes and monthly pricing comparisons. https://t.co/uwYtfgvMav
1
0
0
How to use Claude Code for big tasks without turning your code to shit The post explains how to use Claude Code for large, complex coding tasks without turning your codebase into a mess. https://t.co/p8lEJmAH0a
holdtherobot.com
I find myself using LLMs for coding in 4 specific ways:
0
0
0
Interesting security research article about a new class of vulnerabilities in AI IDEs (Cursor, Copilot, Claude Code, Windsurf, etc.). https://t.co/SSVIDWzvHE
maccarita.com
Donāt want to miss my next post? Follow me on X or connect on LinkedIn Summary We all know AI reshaped how we build software. Autocomplete evolved into AI agents that can autonomously act on behalf...
1
2
5
This article is a practical guide for iOS developers and content creators on how to optimize videos for iOS, from capture to playback. https://t.co/voIS6dwDNt
fastpix.io
Optimize iOS videos with MP4, H.264/HEVC codecs, and proper resolution to deliver smooth playback, reduce load times, and enhance visual quality across Apple devices.
0
0
0
Advent of Code 2025 starts today - a series of daily coding puzzles from December 1 to 25. The Swift community is joining in with a shared leaderboard and a starter template for those who want it. Check out the details here: https://t.co/2wodOF4t9G
forums.swift.org
Hi Swift Community! It's the most Wonderful Time Of The Year. Time to spend with Family and Friends spend on Swift coding challenge fun! Every December, Eric Wastl publishes Advent of Code, a fun set...
0
0
0
The sacred secret behind our App's speed Two Bear app devs share how extreme user edge cases (pastors with 90k+ notes) exposed hidden performance bugs, and how fixing them with better SQL and Swift profiling made the app faster for everyone. https://t.co/s1TUQaelL2
0
0
0
This post argues that Apple has lost its legendary attention to detail, pointing to endless UX bugs, privacy permission nags, inconsistent layouts and broken design patterns across macOS and iOS 26 in apps like Reminders, Files, Safari, and Messages. https://t.co/yzZZoaDIIk
blog.johnozbay.com
A long rant about Apple's design choices.
0
0
0
Emotional, very honest post about how awful Xcode is to use: from useless SwiftUI compiler errors and unreadable project files to flaky simulators, opaque tooling and a private bug tracker that keeps developers in the dark. https://t.co/sM07G1sXlB
holdtherobot.com
The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
0
0
0
Meet the 2025 App Store Awards finalists - 49 standout apps and games across 14 App Store categories. https://t.co/Y6WzDquRBy
0
0
0
Swift 6.3 brings big upgrades to Embedded Swift: float printing, new EmbeddedRestrictions warnings, Swift MMIO codegen, nicer LLDB support, smoother C interop via @ c. New linking features make MCU apps easier to build and debug. https://t.co/C04EAgl7E4
swift.org
Embedded Swift is a subset of Swift thatās designed for low resource usage, making it capable of running on constrained environments like microcontrollers. Using a special compilation mode, Embedded...
0
0
0
Zettelkasten for Programmers The post shows how a programmer uses a Zettelkasten workflow to turn Matt Massicotteās Swift actor advice into small linked notes, clarifying when actors are overkill and which simpler tools to use instead. https://t.co/iz2MZV9TAD
christiantietze.de
Let us read an article by Matt Massicotte about Swift actor use and abuse, and extract from it as much as we can learn.
0
0
0
This article provides a high-level, conceptual overview of how an AVFoundation camera capture session is structured - inputs, the central AVCaptureSession, outputs, the live preview layer and the difference between capture settings and stream settings. https://t.co/VIkyEZZjh2
mfaani.com
I used the following tutorial series from Apple on āCapturing and Displaying Photosā. Theyāre great. Just that it took me a bit to be able to piece together how components from AVFoundation work...
0
0
0
GSoC 2025 project overhauls Swift Testingās console output with a hierarchical test tree, clearer failure details, and a new serialized event-based reporter. It makes large test suites much easier to scan, debug, and use in future out-of-process harnesses https://t.co/DixJYPoU3o
swift.org
The Swift community participated in Google Summer of Code 2025, and weāve recently been showcasing all of the projects and work accomplished here on the Swift blog. You can learn more by following...
0
0
0
Improvements to SourceKit-LSP boost Swift code completion and signature help so IDEs like VS Code can show full docs and detailed overload/argument info. Already merged, coming in a future Swift toolchain - try it with a main dev snapshot. https://t.co/ppE50UFFPJ
swift.org
Our blog post series showcasing the Swift communityās participation in Google Summer of Code 2025 continues with our third update. Learn more about the projects and work accomplished:
0
0
0
Temporal Swift SDK is now open source: durable workflows for Swift (async/await, structured concurrency, strong typing, macros), resume-on-failure, deterministic workflows + idempotent activities, with docs, examples, and an open invite to contribute. https://t.co/8jQa8mSgIh
swift.org
The Temporal Swift SDK is now available as an open source project.
0
0
0
From Swift to Mojo and high-performance AI Engineering with Chris Lattner Chris Lattner discusses his journey from creating LLVM and Swift to building Mojo and Modularās AI stack. https://t.co/leqlvbouY5
0
0
0
GSoC 2025 Showcase: Swiftly support in VS Code This post announces Swiftly integration in the VS Code Swift extension, adding one-click toolchain switching, in-editor installs with live progress, .swift-version auto-detection, and macOS support. https://t.co/xvC0ZXoq92
swift.org
Another successful year of Swift participation in Google Summer of Code recently came to an end, and weād like to shine some light on the projects and work accomplished!
0
0
1
The post explains how to add camera features to SwiftUI by bridging UIKit with AVFoundation. The author builds a CameraManager, a UIViewRepresentable preview, and SwiftUI views using ObservableObject and delegate patterns. https://t.co/iR4MR76kZp
createwithswift.com
Learn how to bridge UIKit and AVFoundation with SwiftUI to integrate camera functionality.
0
0
0
Though the code is in JavaScript, the ideas apply to any language
0
0
0