import React, { useEffect, useState } from "react"; import Image from "next/image"; import Flickity from "react-flickity-component"; import "flickity/css/flickity.css"; import styles from "./AutoGallery.module.sass"; export class AutoGallery extends React.Component { constructor(props) { super(props); this.state = { activeItem: 1 }; } render() { return (
bath

My Bachelor Thesis

on calibration and software inside a custom power supply

see more...

math

My Master Thesis

on analysis, design and optimization of a analogue Pre-Amplifier with the goal of transitioning to a newer manufacturing node.

see more...

); } }