Esplorando nuove idee, tendenze, problemi, soluzioni e pratiche per lo sviluppo professionale e personale.
-
The AI Dilemma: Are we slowly forgetting how to code?
We’ve hit a strange point in software development. If machines are writing more and more of our code, are we still learning how to do it ourselves?
-
How to embrace AI-First Architecture
Not long ago, a chatbot or a recommendation engine was enough to say your app had “AI.” In 2025, we’re stepping into something bigger: AI-native mobile apps.
-
AI Retreat at H-FARM: Strategy and Practice
I joined the AI Weekend Retreat at H-FARM Business School, two days executive course on how artificial intelligence is changing the way we work and think.
-
Shifts in AI: A personal view from the Mobile World
Lately the sudden buzz around a Chinese AI project called DeepSeek has caught my interest like few things before. People are talking about it everywhere…
-
Build user trust with Apple App Privacy labels: Best practices
You’ve probably noticed that privacy isn’t just a technical box to tick anymore. It’s a massive factor in how people choose apps these days.
-
ServerlessDays Rome 2024: AI, Cloud & Real Connections
I had the pleasure of attending ServerlessDays Rome 2024, one of the most exciting events for anyone working with cloud computing and serverless architecture.
-
Swift Package Manager: A Developer’s Guide
Swift Package Manager, or SPM, is a dependency management introduced by Apple in 2015 as part of Swift 2.2. Since then, it has evolved significantly. It has…
-
Optimize debugging in Xcode: ‘v/vo’ vs ‘po/p’ in LLDB
Most of the times developers want to use v instead of po/p in lldb as it’s faster and more reliable way to get your info.
-
Clean up your git: remove merged branches
Sometimes happens that the local repository is not very well maintained for many reasons and so the need to delete all local branches that have already be..
-
Distribute your iOS code as XCFramework
To distribute code in binary form I suggest to create an XCFramework artifact that contains the binaries. This will allow you to make your code..