Field Notes
RSS FeedI'm Fabrizio Silvestri, a curious Software Engineer. This is my digital space to capture technical investigations, debug sessions, and ideas I don't want to forget. Expect deep dives, experiments, and the occasional rubberducking session.
Recent Posts
-
Git Workflow: Merge vs Rebase for Feature Branches
A practical comparison of git merge vs rebase for keeping feature branches in sync with main, and why rebase leads to cleaner PRs and better code reviews.