SOStephen O'Connorinhorseshoe7.hashnode.dev·Dec 2, 2021 · 2 min readSwift Package Manager and Command Line ToolsI always arrive late to the party, and am not an early adopter; I have far too many other hobbies to be a tech-masochist. #SegmentationFault11 So I wanted to dive deeper into Swift Package Manager and using it to write my own packages, modules, and ...00
SOStephen O'Connorinhorseshoe7.hashnode.dev·Nov 10, 2021 · 2 min readConditional Bindings in SwiftUIPerhaps you have a component that has a Binding to a state. So that component, when given a binding, can alter the state, but does not own that state; it just has a Binding to it. It does not own that state because the owner of that state might have...00
SOStephen O'Connorinhorseshoe7.hashnode.dev·Oct 8, 2021 · 5 min readA Crash Course in Software Quality AssuranceYears and years ago, I was once a tester at Electronic Arts Canada. As much as I did not enjoy working in their dungeon, making peanuts for an income, having 4 bottom level managers on power trips, and trying to navigate insidious office politics wh...00
SOStephen O'Connorinhorseshoe7.hashnode.dev·Oct 6, 2021 · 1 min readHello, World!I wonder how many other programmers have started a blog like that. This post will probably be me testing out the platform, seeing how it handles code snippets, then calling it a day. /// A protocol that declares how an API Client will function. pub...00