Dmitry iOS Suomi Profile
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
Don't wanna be here? Send us removal request.
@alpennec
Axel Le Pennec
21 hours
Confirmed by Apple 🫔
@alpennec
Axel Le Pennec
3 days
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
@iOSDev_Swift
Dmitry iOS Suomi
4 days
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
@iOSDev_Swift
Dmitry iOS Suomi
7 days
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
@iOSDev_Swift
Dmitry iOS Suomi
14 days
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
Tweet card summary image
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
@iOSDev_Swift
Dmitry iOS Suomi
18 days
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
Tweet card summary image
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
@iOSDev_Swift
Dmitry iOS Suomi
19 days
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
@iOSDev_Swift
Dmitry iOS Suomi
24 days
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
Tweet card summary image
blog.johnozbay.com
A long rant about Apple's design choices.
0
0
0
@iOSDev_Swift
Dmitry iOS Suomi
28 days
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
Tweet card summary image
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
@iOSDev_Swift
Dmitry iOS Suomi
29 days
Meet the 2025 App Store Awards finalists - 49 standout apps and games across 14 App Store categories. https://t.co/Y6WzDquRBy
0
0
0
@iOSDev_Swift
Dmitry iOS Suomi
1 month
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
Tweet card summary image
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
@iOSDev_Swift
Dmitry iOS Suomi
1 month
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
Tweet card summary image
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
@iOSDev_Swift
Dmitry iOS Suomi
1 month
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
@iOSDev_Swift
Dmitry iOS Suomi
1 month
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
Tweet card summary image
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
@iOSDev_Swift
Dmitry iOS Suomi
1 month
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
Tweet card summary image
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
@iOSDev_Swift
Dmitry iOS Suomi
1 month
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
Tweet card summary image
swift.org
The Temporal Swift SDK is now available as an open source project.
0
0
0
@iOSDev_Swift
Dmitry iOS Suomi
1 month
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
@iOSDev_Swift
Dmitry iOS Suomi
1 month
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
Tweet card summary image
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
@iOSDev_Swift
Dmitry iOS Suomi
1 month
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
Tweet card summary image
createwithswift.com
Learn how to bridge UIKit and AVFoundation with SwiftUI to integrate camera functionality.
0
0
0
@iOSDev_Swift
Dmitry iOS Suomi
1 month
Though the code is in JavaScript, the ideas apply to any language
0
0
0