Software Dev

Pulse: Network Inspector

If you want to debug your network traffic on iOS, Pulse looks like a great alternative to WiresharkProxyman, and Charles Proxy.

Pulse takes a different approach, embedding into your app rather than sniffing the network, which can be pretty invasive. (Proxyman “basically performs a MITM attack to see your encrypted traffic.” ๐Ÿค”)

๐Ÿ‘‰ Pulse: Network Inspector

What I wished iOS had is a simple analog of Safari Web Inspector. So I built just that.

Via iOS Dev Weekly.

Pulse Logo
Software Dev

The Mac Developer’s Swiss Army Knife

I get so annoyed when I find myself using random websites ๐Ÿคฎ or all different apps ๐Ÿคท๐Ÿปโ€โ™‚๏ธ to do things like format JSON, test regex’s, encode/decode Base64, encode/decode URLs, or convert Unix time strings.

This nifty little Mac app does all the basic things any developer regularly needs natively, locally, and offline. And it’s free if you build it yourself. Or pay for the official build. Up to you.

๐Ÿ‘‰ DevUtils.app – Developer Utilities for macOS

DevUtils.app screenshot

Via iOS Dev Weekly. See also: Mac-assed Mac Appsย ๐Ÿ˜†

Software Dev

Mac-assed Mac Apps ๐Ÿ˜†

I came across the phrase “Mac-assed Mac apps” ๐Ÿ˜† in this short post about Proxyman. Proxyman is a “Modern and Delightful Web Debugging Proxy” for the Mac.

๐Ÿ‘‰Proxyman

Proxyman looks like a really nice alternative to Charles Proxy, which is very functional but drearily cross-platform app for Mac, Windows, and Linux.

Other examples are Mac-assed Mac apps are the Paw REST client as an alternative to the cumbersome Postman and Things as a true Mac-first app. And I’ll add Mail as an alternative to the crusty Outlook, which is slow to load and I just cannot use because it doesn’t support the standard Mac keyboard shortcuts (e.g. Clrt-A, Crtl-E).

What can I say, I just love these true Mac-assed Mac apps because they’re fun and easy to use. ๐Ÿคท๐Ÿปโ€โ™‚๏ธ

Via iOS Dev Weekly.