A long time ago, in a galaxy far far away, Apple decided to create Interface Builder, a place to build interfaces (you don’t say!) in an easy drag and drop way. To guarantee the…
-
Computer Programming iOS Programming Tutorial
-
I’ve been studying management and company cultures for a while and one of the books suggested to me was “Powerful: Building a Culture of Freedom and Responsibility” by Patty McCord. The book talks about…
-
Hey there! I’m participating of a live today at #quarentech, and event organized by the system information students of IESLUC. This is just a post to hold the links for the presentation and the…
-
Computer Programming iOS Monorepo Programming
Monorepos and Microfeatures – why do I love them so much?
Around December 2018, we decided to turn the iFood’s code base into a monorepo. By then, we had one target (the consumer app), and two main dependencies on different repositories. We started developing a…
-
Computer Programming Monorepo
Buck Getting Started – Building buck locally and running the example app
Hey there! Continuing to talk about Facebook’s build tool, Buck, I’ll first go through some issues I faced while following the Getting Started tutorial from Facebook. No need to suffer alone, eh?! Then, I’m…
-
Hello there! I’ve been using Buck to build the project I work on for over six months now (ballpark over here). I’ve gotten a bit more used to it, have tested a few stuff,…
-
I haven’t written in so many months. And gosh, this past year was the year that I wrote the greatest amount of documentation in my whole life!! I’m so proud of it. As you…
-
Disclaimer: this is a series of posts about the AltConf and WWDC 2019. For all the posts and an introduction on what they are, check this post. Now, let’s get started. I gave a…
-
Every year the Californian summer is enlightened with the Worldwide Developers Conference. An event organized by Apple where important announcements are done. Programmers, designers, and other technology peers wait anxiously for this day and…
-
Oi! Esse é o segundo de uma série de posts sobre testabilidade de código. Você pode encontrar o primeiro post da série aqui e ler mais sobre os conceitos básicos, estruturação e tipos de…