I gave up using Medium and here are the reasons that led me to make the decission.
Recent writing
Xcode and its projects are not as flexible as they could be, which makes it hard for companies to optimize their workflows and processes. In this post I'll analyze some of the things that I would improve from its build system and projects.
Because sometimes Xcode cannot install your apps, and you have to figure out why.
I sat down after work and thought about some things that have been in my mind for some time. I wrote them in this blog post that if I have to summarize it, it talks about minimalism, open source, egno, and career paths.
A retrospective on what 2017 has been
In this post I talk about a tool I've been working on that allows you to check the state of your Xcode projects, finding missing references and duplicated files.
I analyze in this post why some decisions that we make in our projects might turn into bad viruses that spread all over the code base.
This post presents some elementary concepts of how Xcode projects are structured, and introduces an structural approach to build modular Xcode apps.
A command line tool written in Swift for copying the frameworks from your project to the output frameworks directory.
This post introduces an approach to share testing data and mocks from your frameworks to other frameworks that might need them for testing purposes.
Because readability might compromise productivity.
Read, update and write your Xcode projects from Swift
A brief retrospective on what my life has been in the last few months and my thougts on my move to Berlin.
Build UIs based on reusable components that you can compose in more complex hierarchies.
How modularizing your apps is helping us to scale our Xcode app.
The year is almost over. In this post I summarize everything that happened this year and my new year resolutions.
Learn how handy protocol extensions can be, when used in a frameworks architecture.
Learnings from being a core developer and providing other teams with the tools that they need for their daily work.
I became addicted to social networks. What's addicted for me? Opening apps like Facebook , Twitter and Instagram from time to time and scrolling on their home page up and down for minutes. I was at that point when unconsciously ended up opeā¦
Article that explains the benefits of reactive programming in the iOS world.