Our Articles

Technical deep dives, benchmarks, architecture & Swift

Our blog covers technical explorations, benchmarks, architectural insights and modern Swift development — all from a real-world, production-grade perspective.

SwiftUI in 2025: The Complete Guide

SwiftUI in 2025: The Complete Guide

From iOS 13 to iOS 26

Discover SwiftUI's evolution with a complete guide covering fundamentals, state management, navigation, animations, UIKit interoperability and performance.

Read →
Security is Everyone's Business: From CEO to Developer

Security is Everyone's Business: From CEO to Developer

Technical, organizational, and cultural: a complete guide to building secure products

In 2024, the personal data of several million French citizens was exposed. This article is for everyone building digital products: executives, product managers, designers, developers, QA, DevOps. It addresses work organization and team culture as much as technical design.

SwiftUI Liquid Glass: The Complete iOS 26 Guide

SwiftUI Liquid Glass: The Complete iOS 26 Guide

From digital meta-material to morphing animations

Liquid Glass represents the biggest evolution in Apple design since iOS 7. This guide covers the glassEffect API, GlassEffectContainer, morphing transitions, accessibility, and best practices.

Foundation Models: Apple's On-Device AI for Developers

Foundation Models: Apple's On-Device AI for Developers

From text generation to Tool Calling

With iOS 26, Apple opens its embedded language model to developers. This guide covers LanguageModelSession, guided generation with @Generable, Tool Calling, and building a complete conversational assistant.

CryptoKit Quantum: Protect Your Apps Against Quantum Threats

CryptoKit Quantum: Protect Your Apps Against Quantum Threats

ML-KEM, ML-DSA and hybrid HPKE

iOS 26 introduces a silent revolution in CryptoKit: post-quantum cryptography. With the new ML-KEM, ML-DSA and hybrid HPKE APIs, your applications can protect themselves today against attacks from future quantum computers.

Building a SwiftUI Design System in 2025

Building a SwiftUI Design System in 2025

The Architect's Guide

Tokens, components, WCAG accessibility, iOS 26 Glass Effect, Swift 6 — build a modular, scalable Design System that meets HIG standards.

SwiftData: The Ultimate Guide from iOS 17 to iOS 26

SwiftData: The Ultimate Guide from iOS 17 to iOS 26

From first @Model to advanced patterns

SwiftData represents Apple's vision for modern persistence. This comprehensive guide takes you from your first @Model to advanced architecture patterns.

Swift Modular Architecture: The Complete Guide

Swift Modular Architecture: The Complete Guide

From SPM to advanced modularization patterns

Master Swift modular architecture with SPM: Feature Modules, Clean Architecture, dependency management, optimized CI/CD, and progressive migration.

Swift Concurrency: The Complete Guide

Swift Concurrency: The Complete Guide

From async/await to Swift 6.2 Approachable Concurrency

Swift Concurrency revolutionized asynchronous programming on Apple platforms. This guide covers everything from async/await to Swift 6.2 Approachable Concurrency.