Advertisement Β· 728 Γ— 90

Posts by Indrajit Chakrabarty

Post image

Will Lando reign supreme this year?

Follow him and other drivers via GP Wheel, your F1 race companion apple.co/4ch6LcK

1 month ago 0 0 0 0
Video

Just shipped my indie iOS app GP Wheel – Race Companion 🏁

I built it because I wanted a glanceable race-weekend companion (especially via widgets) without needing to open 5 different apps.

App Store: apple.co/4ch6LcK

1 month ago 1 1 1 0
Video

Just shipped my indie iOS app GP Wheel – Race Companion 🏁

I built it because I wanted a glanceable race-weekend companion (especially via widgets) without needing to open 5 different apps.

App Store: apple.co/4ch6LcK

1 month ago 1 1 1 0
Photo of The Swift Programming Language as a physical print textbook. The cover is red. The book is propped up on a flat surface.

Photo of The Swift Programming Language as a physical print textbook. The cover is red. The book is propped up on a flat surface.

Photo of The Swift Programming Language as a physical print textbook. The cover is red. The book is lying flat against a level surface.

Photo of The Swift Programming Language as a physical print textbook. The cover is red. The book is lying flat against a level surface.

Photo of The Swift Programming Language as a physical print textbook. The book is displayed open against a flat surface. The print quality is impressive.

Photo of The Swift Programming Language as a physical print textbook. The book is displayed open against a flat surface. The print quality is impressive.

Photo of The Swift Programming Language as a physical print textbook. The cover is red. The back of the book is displayed, showing a description of Swift.

Photo of The Swift Programming Language as a physical print textbook. The cover is red. The back of the book is displayed, showing a description of Swift.

A month ago, @peterfriese.dev turned the @swift.org language into a typeset PDF. Today I turned it into a physical print textbook. This was such a fun project!

Words cannot describe how immensely grateful I am this reference now exists in my hands. Learning is now more accessible to me. Thank you!!

2 months ago 25 6 1 0

Replace all that CloudFlare workers, $0

2 months ago 1 0 1 0
Preview
Aviation Weather - RunwayBrief App - App Store Download Aviation Weather - RunwayBrief by Liana Solutions Pty Ltd on the App Store. See screenshots, ratings and reviews, user tips, and more games like…

I shipped my first indie iOS app RunwayBrief apps.apple.com/us/app/aviat.... It is an aviation data-at-glance app.

3 months ago 2 0 0 0
Video

My first indie app is now live in the App Store πŸŽ‰
Clean, minimal aviation weather with heavy focus on widgets, alerts and tools

Download here - apps.apple.com/us/app/aviat...

#aviation #indie #indiedev #ios #weather #metar #taf #airport

3 months ago 3 1 0 0
Advertisement
Video

My first indie app is now live in the App Store πŸŽ‰
Clean, minimal aviation weather with heavy focus on widgets, alerts and tools

Download here - apps.apple.com/us/app/aviat...

#aviation #indie #indiedev #ios #weather #metar #taf #airport

3 months ago 3 1 0 0
Post image

TIL - "Act as an iCloud account" is handy for debugging and it is a MUST to publish all schema changes to Production as default is Development (auto-selected in the Dashboard)!

4 months ago 0 0 0 0
Post image

TIL - working with #SwiftData / #CloudKit today - Need to manually add an index on a record type so that the CloudKit console can be used to query records! This one got me too πŸ˜…
Thankfully, I found a video on YT - youtu.be/z6vB6pZV5-s?... which was a lifesaver!

4 months ago 1 0 1 0
Post image

TIL - Adding iCloud / #CloudKit sync in Xcode as capability isn't enough! We have to add "Background Modes" & select "Remote notifications". Xcode shows warning otherwise - BUG IN CLIENT OF CLOUDKIT: CloudKit push notifications require the 'remote-notification' background mode in your info plist.".

4 months ago 0 0 1 0

CloudKit is sometimes frowned upon as a viable backend for iOS apps requiring storage, persistence & synchronisation of data across Apple devices. Using it with SwiftData for an app I am developing, it has been a bunch of surprises. Several TILs that I will share via this post/thread #buildinpublic

4 months ago 5 1 2 0

Using remote, versioned JSON configs via S3/Cloudflare to manage app behavior, handle outages, force updates & deprecate old versions can be a lifesaver! #iosdev #indiedev #buildinpublic

7 months ago 4 0 0 0
Post image Post image Post image

πŸ“ˆ Here are the SvelteBench results for gpt-5. Overall it places in 12th spot. However, it's a huge improvement over the other GPT models (last image), and seems like a decent choice for Svelte 5. Mini and Nano do not inherit the good scores. 😿 khromov.se/svelte-bench #svelte

8 months ago 30 10 3 0

B

1 year ago 3 0 1 0
Preview
Add launch at login setting to a macOS app Register your macOS app as a login item using SMAppService.

I recently implemented launch at login functionality in my macOS app, and I just published a blog post showing how it can be easily done using SMAppService APIs: nilcoalescing.com/blog/LaunchA...
#SwiftLang #macOSDev

1 year ago 60 9 3 0
Advertisement
Preview
Change TextEditor background in SwiftUI Set a custom background for TextEditor in SwiftUI by using a combination of scrollContentBackground() and background() view modifiers.

We can set a custom background for TextEditor in #SwiftUI using a combination of scrollContentBackground() and background() view modifiers. We have to hide the default background first for our custom background to be visible:
nilcoalescing.com/blog/ChangeT...

1 year ago 98 8 2 0