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 same aspect to any screen size, it uses Auto Layout,…
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 their employee culture, their values, how they handle building teams,…
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 references of the topics I will talk about. The presentation…
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 new product inside the app, but for productivity reasons, we…
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 gonna talk about the main files, build rules, and some…
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, still cry when I have to deal with build rules,…
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 must know, we are going through quarantine worldwide. It’s a…
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 lot of thought about the order that I was going…
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 come from all over the world to see the greatest…
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 teste. Tem também esse outro post com links interessantes pra…