import type { NextPage } from "next"; import Link from "next/link"; import { useEffect } from "react"; import { Discord, Github, Instagram, Steam, Linkedin } from "@icons-pack/react-simple-icons"; import Layout from "../components/Blog/Layout"; import styles from "../styles/Blog/AboutMe.module.scss"; import pic from "../public/img/me.png"; import skills, { AdditionalSkill, Skill, SkillCard } from "../data/skills"; import achievements from "../data/achievements"; import Image from "next/image"; const Badge: NextPage<{ additional: AdditionalSkill }> = ({ additional }) => { return
My name is Daniel and I'm an prospective automation engineer, hardware enthusiast, and software developer from Germany.
I'm currently {age} years old and studying Information Systems Engineering at the TU Dresden.
To be hones, I don't really know what to write here. What could you - some visitor of my website - possibly want to know about me?
Maybe you are an employer and want to know what I can do for you? Then see below - I tried to list all my skills and achievements. If your company is doing anything related to software development (even low level one like on embedded controllers), I'm probably suited for it.
But maybe you are just another guy on the internet browsing through my website? Well then have fun! I hope you find what you are looking for. If you haven't seen it already, you should check out the command line I made. Otherwise have fun poking around in my projects.
Do you want to know more about my personal life?
Well I like to play video games, watch anime, I love cats and sharks.
So just your ordinary nerdy student.
If you want to be even more invested in my personal life, check out my socials below.
Any questions I did not cover, but you are interested in? Just contect me via email or any of the socials below!