One year and a half ago I started working as open source developer, with the goal of contributing to Apache Geode. When I tell people I work with Geode, most of them don’t know the product, but whe...
How to generate a patch from a pull request in Github
I recently learned how to generate a patch with the content of a pull request in Github. Just add .patch at the end of the pull request URL, and a patch will be generated for you. For example:
Creating static sites with Jekyll
Jekyll is a static site generator, written in Ruby, that allows you to create sites like this blog using Markdown language. When deciding how to create a new blog, I had different alternatives (wor...