Roadmap ๐Ÿš€

Check out what's new and what's coming.


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>