Works I used
This site was built with several third-party tools, some of which were built by individual developers. Each of this site's top-level dependencies is listed here.
Widgets and themes
Most of the visuals on this site are simple. That's by design - after all, I'm a backend developer, not a designer! But some of the work actually looks pretty good, and most of it isn't mine.
- Syntax highlighting is provided by PrismJS.
- The syntax highlighting theme used on my website is Prism Material Dark, which was developed by dutchenkoOleg.
Build
No one writes unbundled Javascript anymore, do they? This site was built with a few powerful tools that made my life easier.
- This site was built on 11ty.
- Markdown compilation was done with Markdown-It
- Bundling was done with Webpack.
- JS transpilation was done with Babel.
- Sass transpilation was done with Dart-Sass
- CSS processing was done with PostCSS
Infrastructure
The work these libraries do may not be as sexy as Webpack or Babel, but without them, we would have nothing.