Criando e Personalizando o seu Profile no GitHub Brazilian Portuguese version of "Creating and Customizing your GitHub Profile" published on my personal blog. Blogpost / 11-26-2024
Introdução ao Controle de Versão com Git Brazilian Portuguese version of "Introduction to Version Control and Git" published on my personal blog. Blogpost / 11-25-2024
Working with Git Branches and Pull Requests In the final part of this "Git and GitHub Crash Course", beginners will learn how to work with Git branches, how to create pull requests, and common issues to avoid in Git workflows. Blogpost / 11-19-2024
An Introduction to Version Control and Git Part of my "Git and GitHub Crash Course". In this article, beginners will learn the basics about version control, install Git, and start with a local git repository to learn how to make commits. Blogpost / 11-19-2024
Creating and Customizing your GitHub Profile In this article, which is part 2 of my "Git and GitHub Crash Course", beginners will learn step-by-step how to create a GitHub account and customize their profiles by creating a profile README using the GitHub interface. Blogpost / 11-19-2024
Working with GitHub Repositories In the third part of "Git and GitHub Crash Course", beginners will learn step-by-step how to clone repositories, make changes, and push them back to origin. They'll also learn how to create a new repo and connect it with a local git repository. Blogpost / 11-19-2024
Creating an Automated Documentation Pipeline in PHP with Autodocs and GitHub Actions In this tutorial we'll create a demo Autodocs application to generate personal GitHub READMEs, and we'll set up a workflow with GitHub Actions to automate the documentation build. Article/Publication / 01-16-2024
Autodocs Autodocs is a PHP library designed to facilitate building highly customizable automated docs based on markdown templates. Combined with a Minicli application, it provides a layer of abstraction and structure on top of which you can create your own documentation factory. I created this project to help me keep up with the documentation needs for Chainguard Images, which now helps keeping more than a thousand doc pages up-to-date in a GitHub-based workflow with nightly runs. Open source project / 01-01-2024