#SwiftDeveloper

Cihat GรผndรผzJeehut@iosdev.space
2024-10-21

๐Ÿš€ Need help with SwiftUI, Xcode, or iOS/macOS development? Save time and energy by getting 1-on-1 coaching from an experienced dev! For just $35/h, I'll help you solve your toughest development challenges. Limited seats available โ€“ book now!

๐Ÿ‘‰ coach.fline.dev

#SwiftUI #iOSDev #macOSDev #Xcode #SwiftDeveloper #DevTips #IndieDev #LearnToCode

2023-06-17

**Bonus stream!**
iOS deployment scripting, chill Friday vibes

twitch.tv/FullQueueDeveloper

#SwiftDeveloper #iOSDev #SPX

2023-06-15

New release of IdentifiedEnumCases Swift Macro!

Rename generated ID type to `CaseID` which is less likely to collide with existing code.

Use this Swift Macro to generate an ID type for your enum cases, so that you can refer to the enum case itself when they have associated values. Requires Swift 5.9

github.com/FullQueueDeveloper/

#WWDC23 #WWDC #iOSDev #SwiftLang #SwiftMacro #SwiftDeveloper

2023-06-09

Introducing `StaticMemberIterable` Swift Macro!

Confidently cover all static members in tests or in your UI. Like CaseIterable, this macro creates an array of all the static members of a type. This is useful when a type has a few instances of itself as static members.

github.com/FullQueueDeveloper/

#WWDC #SwiftMacro #iOSDev #SwiftLang #SwiftDeveloper #WWDC23

2023-06-04

S3E10 live now on Twitch twitch.tv/FullQueueDeveloper SwiftUI chill coding stream. Building a journaling+todo app.

#swiftdeveloper #iosdev #buildinpublic

2023-05-15

How to build your iOS app for TestFlight and the App Store from the command line (Season 3, Episode 8)

Today's session is up on YouTube!
youtu.be/kuAg3meTYiw

#BuildAutomation #TestFlight #iOSDeveloper #SwiftDeveloper #buildInPublic

2023-05-14

How to build your iOS app on the command line for the App Store & TestFlight ๐Ÿ’œ S3E8

Live now on Twitch!

twitch.tv/FullQueueDeveloper

#iOSDeveloper #SwiftDeveloper #BuildTools #CommandLine #BuildInPublic #LiveCoding

2023-05-14

Build your iOS app for TestFlight in 3 steps on the command line: Archive, export archive, and upload.

#SwiftDeveloper #iOSDeveloper #TestFlight #BuildAutomation

xcodebuild archive -scheme "\(scheme)" \
    -destination generic/platform=iOS \
    -archivePath "\(archivePath)"altool --upload-app -t ios \
    -f "\(scheme).ipa" \
    --apiKey $ALTOOL_API_KEY_ID \
    --apiIssuer $API_ISSUER_IDxcodebuild -exportArchive -archivePath "\(archivePath)" \
    -exportPath "\(exportArchivePath)" \
    -exportOptionsPlist "\(exportOptionsPath)"
2023-05-07

Chill music and coding. Building a NEW "to do" app in SwiftUI.

Also, celebrating one year live on Twitch!

S3E7 live now on twitch.tv/FullQueueDeveloper

#iOSDeveloper #SwiftDeveloper #LiveCoding #ProductivityApp #BuildInPublic

2023-04-02

SPX is the new name of Swish!

Yes, SPX is NPX for Swift.

Curious about the motivation, timeline, and affected packages? Read more here:
fullqueuedeveloper.com/tech-no

#swiftdeveloper #swiftlang

2023-03-16

Wrote about the GRDBQuery helpers I keep reusing. GRDBQuery doesn't depend on GRDB, so opening a PR wouldn't wok.
github.com/groue/GRDBQuery/iss

#ios #iodeveloper #grdb #sqlite #swiftui #swiftlang #swiftdeveloper

2023-02-28

๐Ÿ’œLive now on twitch.tv/FullQueueDeveloper ๐Ÿ—ฝ

Working on multi-station trips with transfers for Underway, real-time subway app for NYC

#buildinpublic #twitch #iosdeveloper #swiftdeveloper #indieppdeveloper #livecoding #creativecoding

2023-02-27

Schedule this week: Tuesday, Wednesday, Thursday, Friday. 2pm - 5pm, Eastern time on twitch.tv/FullQueueDeveloper

This is the last week of Season 2, stay tuned for updates on Season 3!

#iosdeveloper #livecoding #buildinpublic #opensource #swiftdeveloper #creativecoding #twitch

2023-02-23

๐Ÿ’œ Underway real time subway app for NYC | new feature: navigate in real-time. Live now on twitch.tv/FullQueueDeveloper

#livecoding #indieappdeveloper #iosdev #swiftdev #swiftdeveloper

2023-02-22

Today's session is up on YouTube!

Started "Navigate" screen. Successfully refactored Search screen to use as the search box on the navigate screen. Wrote SQL for a single segment journey. Showing results in the screen.

youtu.be/VXewLAKPPBE

#iosdev #iosdeveloper #swiftdeveloper #livecoding #buildinpublic #coworking

2023-02-14

Friday's exploration video is up!
youtu.be/vYMtBA691Uc

Exploring Sunlight times in WeatherKit. Will a useful app come out of this? Set up tests that showed we need to ask Apple for yesterday's sunset as well. Made these adjustments, & got these tests to pass.

#iosdev #swiftui #swiftdeveloper #buildinpublic #creativity

2023-02-14

Tie Stream! ๐Ÿ‘”Thank you for 100 YouTube follows!

youtu.be/85XTkAMQhps

We finished up the RefreshToken job for FQAuth

We read the second half of chapter 2 of The Creative Act: A Way of Being by Rick Rubin

Huge thanks to BruceLeif for 10 gifted subs!

#buildinpublic #iosdev #swiftdeveloper #signinwithapple #iosdeveloper #swiftdev

2023-02-10

๐Ÿ’œ Freestyle Friday's | exploring ideas in Swift and SwiftUI. Today is Sunlight | Friday, Feb 10, 2023 |

twitch.tv/FullQueueDeveloper #iosdev #swiftlang #swiftui #swiftdeveloper

2023-02-09

Yesterday's session is up on YouTube!

Progress on the scheduled job to refresh Sign in with Apple Tokens.

At the break at the halfway mark, we read the first part of Chapter 2 of The Creative Act: A Way of Being by Rick Rubin

youtu.be/OY3a0sI38aY

#iosdev #signinwithapple #swiftlang #vapordev #swiftdev #swiftdeveloper

2023-02-04

Yesterday's session is up!
youtu.be/hNeIHthNaqI

Friday Joy Rides are for cutting loose and seeing where the creativity takes me. Ended up makeing a grid system in SwiftUI. Ended up modeling our weekly schedule, and rendering it into this grid. And we added a command to export the schedule as PNG.

#indieappdeveloper #fridayjoyride #swiftdeveloper #iosdeveloper #swiftui #swiftpackagemanager

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst