Joel's Static Stuff
Personal Stuff
Projects and Interests
- BlindGumption is my web app playground.
Code for the site can be found at BlindGumption on github
BlindGumption started as a static HTML site served by Nginx from a droplet in DigitalOcean.
In the summer of 2023, I wanted to change it completely.
The original content from blindgumption.com
now exists only on my github pages.
- domible - a project to render accessible HTML elements from Python classes.
The source code for domible is open source on github.
There is an extra with domible, dicli.py
.
It's a CLI with different use cases of domible.
Some of the examples do a bit of web scraping and take a while to run.
I'm adding links to the output here in case I want/need to quickly show any examples.
Presentations
I've given a few talks and might give more.
My "slides" are HTML pages served from here.
Accessibility Resources
Random Resources
This is the default case in the switch statement of h2 headings.
I often find myself reading or listening to something and think, ah, cool, that'll be a great addition to my tool set.
Then, (nearly) inevitably, I forget the details.
Or, this is a great resource, I'll bookmark it.
Then it is lost in my sea of bookmarks of things I want to remember.
Well, no more of that.
This section will be a list of documents where I'll track the things I really want to remember.
- CLI commands -
IN here are various commands I've run in the past and often had to search again for the specifics.
Now I'll have those specifics saved here and not have to wade through help files with a screen reader (harder to skim).
- Learning About Containers -
I need to understand deeper details of containers.
And, I need to learn more about Kubernetes (k8s).
My plan is to container-ize my blindgumption site and setup a CICD pipeline using github actions.
This page has links and notes on what I've been learning, and where I've been learning it, regarding container relevant technologies.
- Articles I Should Read for Web Development -
In here are links I would put in my bookmarks under something like "interesting reading for web development".
I'm adding them here hoping others will find them useful.
- Somewhat Obscure Resources for Learning Python -
This has some non-obvious places to go to learn Python