TLDR;
I made a thing! Look at this thing I made!
PDUs
Part of being a professional in the software engineering field is keeping abreast of the latest software whosits and thingers. Kajiggers. Softwares. There are so many kajiggers that I sometimes (often) lose track of what I’m trying to learn.
To that end, I’ve been thinking of a way to track Professional Development Units using a non-intrusive, publicly accessible (WHAT IF I LOSE MY PHONE INTERROBANG) way, and thanks to a pointer from Matt Swanson I think we finally have a match.
Jekyll
This site uses a fantastic and simple engine called Jekyll. In fact, those GitHubs have a feature called Pages that uses Jekyll as its backbone.
Jekyll recently added a new data files feature (thanks, Matt!) that allows an author to create semi-dynamic content using YAML files as data sources.
DATA SOURCES, YOU SAY? Sounds like a flimsy excuse to over-engineer something!
Composition
First I needed to set up a YAML file to act as the data source. I’ve started off with something simple:
Man, that looks terrible. I don’t mean the structure or format, just the way this theme is highlighting the code. Someone should fix that.
Awful display notwithstanding, this YAML has all the obvious, important bits to help me remember what I’ve done and why, and what state it’s in.
Next, let’s build the template (using Jekyll’s templating system, Liquid) that will display this datasource in a board-like fashion:
And finally a little bit of CSS to make it look less like a pile of crap (unlike whatever template I’m using to highlight code. seriously):
Output
And what does that look like? Click this link. Or not. You know, whatever. It looks good. Trust me.
Conclusion
My hope is that, since it’s Git and YAML, the simplicity of managing PDUs will overcome my basic laziness.