Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 916 Bytes

roadmap.md

File metadata and controls

23 lines (20 loc) · 916 Bytes
layout title description background
page
Roadmap 🚀
Check out what's new and what's coming.
<iframe class="card-simple" src="https://trello.com/b/xOVMQom4.html" frameBorder="0" width="100%" height="600"></iframe>
# Why a roadmap? I like to consider my personal website as a product that I will continuously iterate on and build on top of. So, to keep track of new ideas (or features) and organize them properly, I use this simple productivity tool called Trello to add new cards for each feature and move them accross different stages of my (oversimplified) Agile Software Development process for this particular product.

Fun fact 💡

If you're curious, I'm embedding this Trello Board using an iframe, like this:

<iframe 
    src="trello-board-url.html" 
    frameBorder="0" 
    width="100%" 
    height="600">
</iframe>