All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Developer Shares Approach to Building Mac Apps and Simple REST Client

By

RoadieRoller

4mo ago· 10 min readen

Summary

The article appears to be a developer's response in an "Ask HN" thread where they discuss their current projects, specifically mentioning building Mac apps in Xcode with a shared library approach, and creating a simple REST client that keeps things "boring" and straightforward. The content focuses on practical software development approaches, minimalist tooling, and efficient workflows for building applications.

Key quotes

· 4 pulled
I'm building Mac apps in Xcode, and I keep multiple small apps in a single Xcode project with a few shared libraries
The REST client is literally just another target + essentially one extra file on top of that
No workspaces, no collections, no sync, no plugins. Just method, URL, headers, body, hit send, show response
Requests are saved and loaded as plain local JSON
Snippet from the RSS feed
Nice, Linear is a perfect target for this mindset.

You might also wanna read