Searching Alfred's Clipboard history programatically
Explains how to programmatically query Alfred's clipboard history, stored as a SQLite database, using SQL commands.
Explains how to programmatically query Alfred's clipboard history, stored as a SQLite database, using SQL commands.
A tutorial on building a cross-platform Expense Tracker app for iOS and macOS using SwiftUI, Core Data, and CloudKit for data syncing.
A step-by-step tutorial for installing and setting up MongoDB on MacOS using Homebrew, including directory creation and permissions.
A step-by-step tutorial for installing and setting up PostgreSQL on MacOS using Homebrew, including database creation and server management.
A tutorial on building a cross-platform image filter app for macOS and iOS using SwiftUI, focusing on code sharing and platform-specific UI.
A tutorial on building a native macOS image filtering application using SwiftUI and the GPUImage2 library.
An introductory guide to Apple's CloudKit framework, covering its safety, use cases, and when to use it for syncing data and storing app configuration.
A step-by-step guide to installing Docker on MacOS using Homebrew, including setting up the Docker engine and environment.
A technical guide on how to fix Mac's Mission Control after it was disabled by the Pearson OnVUE online exam proctoring software.
A step-by-step guide to installing and configuring MongoDB on macOS, including specific instructions for Catalina and newer versions.
Introduces Pock, a utility that moves the Mac Dock to the Touch Bar, making it more useful for app switching and notification checks.
Plash is a macOS app that lets you set any website, live feed, or animated GIF as your dynamic desktop wallpaper.
A developer shares their favorite macOS productivity tools and CLI utilities, including Alfred and Magnet, to enhance workflow and automation.
A developer shares a practical strategy for learning SwiftUI by using it to build internal tools, discussing its current risks and benefits.
A guide to setting up Jupyter Lab to launch automatically on macOS startup using a LaunchAgent .plist file.
A technical guide for upgrading to PHP 7.4 on macOS using Homebrew, including steps for Laravel Valet and managing extensions.
A guide to using Homebrew, the package manager for macOS, covering installation, updating, and managing packages like Node.js.
Explains how to handle macOS sandbox file permissions in AppKit, covering methods like NSOpenPanel and Full Disk Access for accessing folders outside an app's sandbox.
A guide to creating a macOS service that converts Markdown to rich text with syntax highlighting for use in any app, like email clients.
A tutorial on building a video game database iOS app using SwiftUI and the IGDB API, covering data fetching, UI design, and navigation.