Posts by Gustavo Dutra
Last week happened the biggest Ruby-related conference in Latin America, RubyConf Brazil. Our team was present in this edition, which by the way, was particularly interesting, therefore I’d like to share some highlights. The first highlight comes from the night before the event. We went to a bar with some conference speakers. It was really … »
Tags: ruby, Posted in English, Comments Off on Highlights of RubyConf Brazil 2016
Being a developer at Plataformatec taught me to care about the whole development process, not only about my code. I want to share some thoughts about what I’ve experienced. As I could observe while working on Plataformatec projects, a lot of companies are moving to Kanban. Usually, these companies used to follow Scrum guidelines, working … »
Tags: Agile, project management, Posted in English, 2 Comments »
Continuous Integration has been out there for some years by now. The book, Continuous Integration: Improving Software Quality and Reducing Risk dates from 2007, but the first mention of the term has came up earlier in 1994. So, it’s been nearly 20 years since this idea is present in the software industry. During this time … »
Tags: software development practices, Posted in English, 3 Comments »
Microservices has gained popularity recently and some projects I’ve worked on had followed this approach. Basically, it’s an approach of software architecture that allows breaking monolithic applications into smaller decoupled, business-oriented and isolated deployable applications. Each microservice normally is hosted in its own git repository, since it has very defined business boundaries and the code … »
Tags: architecture, git, microservices, Posted in English, 7 Comments »
All software projects are challenging, although not all at the same level. Even the easiest projects are tough and demand attention in order to make good decisions and adjust the course. There are plenty of ways of doing so, like sprint retrospectives, where the good and the bad things are exposed and discussed. But, another … »
Tags: Agile, project management, Posted in English, 4 Comments »
Yeah, it might seem a little bit lame at first, but the whole idea is to talk about agile teams, so do not nitpick about the metaphors and examples using the movie. This post has spoilers, so if you have not watched Guardians of the Galaxy yet, go there and watch it, but come back … »
Tags: Agile, Posted in English, Comments Off on What Guardians of the Galaxy teach us about agile teams