Personal Optimization Why I Use Apple Reminders (and Keep Coming Back to It) A personal take on using Apple Reminders as a lightweight, flexible tool with just enough features to stay organized.
Web Apps How to Build and Publish Browser Extensions for Chrome, Firefox, and Safari Learn how to develop browser extensions. Follow this guide to see how to adapt your extension to be compatible with three popular browsers.
Growing as Makers Learn to Trust Your Instincts as a New Developer Feeling frustrated as a new developer? It’s actually a good sign! Learn how trusting your instincts as a new developer helps you grow faster.
Development Practices When To Implement Error and Loading States Establishing loading and error states early can facilitate low-effort adoption, while delaying can allow for more informed decisions.
Development Practices Navigate Loading and Error States in a Fast-Paced Project In a project with limited time and resources, when to address loading and error states might depend on the project's needs.
Swift How to Customize SwiftUI Toggle Colors with a New ToggleStyle How can you customize the on, off, and tint colors in the SwiftUI Toggle? One solution is to make a custom ToggleStyle.