Development
Everything I love to work with (focused on web development).
- vue-resume-component
My first npm package which is also powering the CV at this page.
- Vue.js
My favorite JS framework, as it lets you use what the web was made with: HTML and CSS! And Single File Components are just awesome.
- Nuxt.js
It makes using Vue even simpler and I use it to build static sites.
- Selenium
A web scraper which I use in Python to automate the boring stuff, e.g. resetting 150 accounts.
- nuxt/content
File based CMS for Nuxt, apropos this website is powered by nuxt/content.
- Netlify
Connect Netlify to your repository to get a build when you push to main and also get previews in PRs.
- Vercel
Same as Netlify, but I prefer Vercel for projects with serverless functions.
- GitHub Actions
As all my projects are on GitHub I'm just happy about such an simple solution for automation.
- google-webfonts-helper
Tool to help you host Google fonts without the CDN. Why should you care? GDPR, Performance, Control.