Tag
Tutorial
6 articles tagged "Tutorial".
- App icons with Icon Composer: from Figma to Xcode 26 A step-by-step guide to creating adaptive iOS and macOS app icons using Icon Composer in Xcode 26. Pick a Figma community template, export SVG, configure layers for light, dark, and tinted appearances, then wire it up to your target.
- Connect Claude to your Zotero library with a local MCP server A step-by-step guide to wiring Claude into your own Zotero library with a local MCP server. Search, summarise, and pull quotes from your papers in plain conversation, with every hop staying on your machine.
- Run your Linear board from Claude Code: set up the Linear MCP Linear ships an official hosted MCP server, so wiring it into Claude Code is one command and a browser sign-in, with no install and no API key. This is a plain, step-by-step guide to connecting it, confirming it works, and using it for real project management without letting it loose on your tracker.
- Let Claude Code set up the Zotero MCP for you: a prompt-first guide You do not have to install or configure anything by hand. With Claude Code in auto mode, you prompt and it does the work. This is a plain, step-by-step guide to the prompts, the checks, and confirming the connection on both macOS and Windows.
- Printing thermal receipts from an iPad: ESC/POS over Bluetooth There is no Swift package that just works for the cheap thermal printers Indonesian shops actually buy. This is the byte-level field guide (ESC/POS, Core Bluetooth, MTU chunking, and a small ReceiptBuilder you can copy) for printing a Rupiah receipt from an iPad.
- Structuring a new SwiftUI project so month six does not hurt A practical starting structure for a fresh SwiftUI app: the entry point, grouping by feature instead of by kind, where state actually lives, naming conventions, and the honest signal for when to reach for Swift Packages.