I'm Bastian, a software developer from Germany. While my current focus is Full Stack Web Development (buzz word bingo, woop woop), I've dabbled in Game Development, Embedded Programming, Home Automation and other fields of IT before. I love to learn about new technologies and clean and structured code is very important to me.
I enjoy using tools to improve code quality like ESLint or Prettier. For my private projects like this website, I mostly use Vue.js and TypeScript. Improving and reducing the deploy time of my projects using CI/CD tools like GitHub Actions and GitLab CI/CD is something I like a lot.
My educational steps, from latest to oldest:
HFU Furtwangen
Mar 2022 - Sep 2023
Grade: 1.6
HFU Furtwangen
Mar 2016 - May 2020
Grade: 1.5
DHBW Lörrach
2015 - 2018
Not finished
Abitur
Grade: 1.8
Here are some of my favorite technologies I like to use and/or work with:
This website was built using Nuxt.js 3, which uses Vue.js my favorite and most-used frontend JS framework. For the design, I'm using UnoCSS in Combination with WindiCSS, a Tailwind-like CSS framework. Using GitHub actions, changes that are committed to the main branch are automatically deployed to my webhoster using an FTP deployment action.
To ensure code consistency and quality, I use ESLint and Prettier. I also use husky.js to ensure that my code is checked by these two code quality tools before every commit that is made.