Engineering a Yoga Platform with Gemini (Part 4: The Privacy Pivot and the "Stop & Ask" Mandate)Mar 16, 2026·8 min read·19
Engineering a Yoga Platform with Gemini (Part 3: The AI Eye and the Danger of Silent Failures)Mar 8, 2026·5 min read·20
Engineering a Yoga Platform with Gemini (Part 5: From Mockups to a High-Performance Feed)Architectural Resilience: How we built the Landing Page shell, optimized for infinite scrolling, and turned static SVGs into a living community.Mar 30, 2026·5 min read·7
InteractiveMeshGradient (part 1)iOS 18.0+ MeshGradient that can be interactively changedJul 9, 2024·4 min read·40
SwiftUI custom controls all styling no compositionWhen creating controls in SwiftUI the gentle reader can compose existing View objects to create something new like: // Swipe to 100% to buy product struct CheckoutSlider: View { @State var value: Double var body: some View { VStack ...Jun 25, 2024·7 min read·69
SwiftUI animations with GitHub CopilotA SwiftUI animated loader written by AI using TDD This time I'm focusing on writing a SwiftUI animation with the help of GitHub Copilot. I choose this task because I would need a lot of searching on the internet how to do this properly and I was wond...Apr 30, 2024·9 min read·159
@SecurelyStored with GitHub CopilotA Swift property wrapper written by AI using TDDApr 16, 2024·10 min read·31
Mosaic Layout with 🤖I started experimenting with the Microsoft Bing embedded Copilot GPT-4 model in order to draft some code that can achieve the layout I would like. I had a custom UICollectionViewLayout in mind, that shows differently sized images in a collage fashion...Apr 9, 2024·6 min read·73
Small venture into LLM and generative AISo I have created a blog yeey! I wasn’t sure I will ever do it, but recent events have got me hooked on tinkering again. What better way to create a blog than to use AI to do it for you. No the content of this blog will not be AI genereted, well at l...Mar 27, 2024·2 min read·38