RSSAmplifier

Blog

jsorge.net

Christian, husband, dad, developer, batman aficionado

jsorge.netRSS feed ↗20 posts

Latest posts

Arborist 1.1 is out

Arborist 1.1 brings Grove, additional terminal support, iCloud web login, and more!

My New App: Arborist for the Mac

Arborist is my newest app, built for the Mac to be your command center for reusable workflows.

Licensing a Mac App with RevenueCat

Going boldly where no Mac app has gone before!

The Trials and Tribulations of a Blog Engine Update

I decided to update my blog engine over the weekend (which may not have been a wise choice) and it did not go well.

From Zero to App in 18 hours

I made a new app in a very short amount of time, and had a lot of fun doing it.

Meet Baseplate

I have a new app: Baseplate, which helps you organize your LEGO collection!

SwiftData Suprises

I'm playing with SwiftData and got suprised by a couple of things.

self.employer = Adobe()

I got a new job as an iOS engineer at Adobe!

Powered by Tailwind

I got to play with Tailwind CSS this week, and updated my layout to use it.

Tenets of iOS Phased Releases

Things I've learned about phased releases on the iOS App Store.

Xcode Project Generation: A Primer

Xcode project generation is pretty great – here's how you can get started!

Working From My iPad

I've been working from the iPad Pro for the last couple of months. It's going kind of okay!

Apple Silicon Macs: Who Goes First?

Let's speculate about which Macs will get Apple silicon first.

Back to the Zu

I got a job!

On the Market

I got laid off last week, which puts me square in the middle of the job market.

Thinking About Default iOS Apps

Apple's rumored to be allowing default iOS apps in a future version of iOS. I've got some questions about that.

Apps I Love: Kaleidoscope

Kaleidoscope is my diff tool of choice on macOS.

🔗 iOS Performance Tips

This is a good collection of tips to increase performance of your iOS app.

The Time I Stumped the Apple Geniuses

AKA how did Apple sync the iMac G3 desktop color with its case?

(untitled)

Note to self: when animating NSLayoutConstraint properties, remember to call layoutIfNeeded() before the animation block and inside the animation block. Otherwise the animation won’t work. Hopefully this saves future me some time.