diff --git a/src/App.tsx b/src/App.tsx index 2d83b35..c73d84f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -506,7 +506,7 @@ function App() { const [status, setStatus] = useState(""); const [borderStatus, setBorderStatus] = useState("border-gray-700"); const [glowColor, setGlowColor] = useState("rgba(55, 65, 81, 0.5)"); - const [statusMessage, setStatusMessage] = useState("Breaking SHSF"); + const [statusMessage, setStatusMessage] = useState("[πππ]"); const [messageIndex, setMessageIndex] = useState(0); const [displayMessage, setDisplayMessage] = useState(""); const [isScrambling, setIsScrambling] = useState(false); @@ -528,19 +528,20 @@ function App() { ]; const rotatingMessages = [ - "Bricking Esp32's π§±", - "Buy me a White RedbullβοΈ", - "Testing in production π§ͺ", + "Yelling at the compiler βοΈ", "Shipping bug fixes π¦", - "Not learning Rust π¦", - "Pushing before Copilot's Review β ", - "Breaking SHSF π§", + "Waiting for CI β ", "No debugger attached π", - "Asking ChatGPT for help π€", - "Refactoring for the 10th time π", - "Writing documentation π₯Ή", - "Removing Comments π§Ή", + "Yelling at Gemini π€", + "Writing Readme files π", "Collecting Spotify hours π΅", + "Downloading 10 bajillion dependencies π₯", + "Fighting with package managers π¦", + "Considering nuking python from orbit π", + "Why is uv so cool? π§", + "I'm hungry π", + "I swear this worked on my machine π₯οΈ", + "Pulling 10GB of docker images π³" ]; const characters = @@ -567,7 +568,7 @@ function App() { } else { setBorderStatus("border-gray-700"); setGlowColor("rgba(55, 65, 81, 0.5)"); - setStatusMessage("Breaking SHSF"); + setStatusMessage("[πππ]"); } }, [status]); @@ -613,7 +614,7 @@ function App() { } iteration += 1 / 3; - }, 30); + }, 25); return () => clearInterval(scrambleInterval); } else { @@ -662,7 +663,7 @@ function App() { "linear-gradient(#ffffff 1px, transparent 1px), linear-gradient(90deg, #ffffff 1px, transparent 1px)", backgroundSize: "30px 30px", maskImage: - "radial-gradient(circle at center, black 40%, transparent 100%)", + "radial-gradient(circle at center, black 40%, transparent 80%)", }} /> @@ -717,6 +718,7 @@ function App() { + {/* Name & Description */}
- What i do and who i am. + A bit about me, my background, and how I got into programming.
I'm a Developer from Germany. I love doing full-stack web - development, tinkering with hardware, and 3D printing cool - stuff. + development, tinkering with hardware, and 3D printing stuff i find quite fancy.
I focus on building projects that i need, and that don't - already exist. -
-- The lion is concerned with a 5v rated LED connected to 12V -
-- When im not breaking Typescript im usually playing with{" "} - - Arduinos - {" "} - and{" "} - ESP32s. - I love interacting via Software with self-made hardware. + already exist. Or break the ones that do exist, to see how they work and learn from them.
- I've built some Smarthome sensors myself, including a few - little bluetooth proxys that also serve as temperature - sensors. -
-- I love using ESP32s because they're stupidly easy to build - with & the bar to entry is stupidly low with a stupid amount - of tutorials. -
-- Plastic on a Spool -{">"} Plasic in a Shape -
-- I run a modded Creality Ender 3 V1 with a{" "} - BLTouch{" "} - for auto bed leveling, all managed through{" "} - OctoPrint - . I slice my stuff using{" "} - - OrcaSlicer - {" "} - because Cura's UI gives me a flashbang everytime i open it. -
-- I would lie if i said i print useful stuff. Most of the stuff - i print is for organising stuff and a few fun prints here and - there. + I started programming around 2017, started of with C# in Unity, then moved to Python for a while, before settling on JavaScript/TypeScript as my main language around 2023.
future things
+Next 4 Years are going to look fun
Rust?π
+In the future i want to write more tests and improve my code quality.
- Personal Faviorite? Uhhhhh.... + Personal favourites, projects that I'm proud of, or just things I find fun to show off.
+ My internship experience at ABB and what i learned from it +
++ I did an internship at{" "} + + ABB {" "} + + where i got to work on a project that involved internal management + software. It was a great experience that taught me a lot about + working in a professional environment and collaborating with a + team of developers. +
++ This was the first propper time i worked with a Framework (Angular) and it was a great learning experience. Which helped me understand why + frameworks are a thing and how they can help structure and organize codebases, especially as they grow larger. +
++ Also, this was the first time submitting a PR, which was scary but super rewarding when they merged it. From that point on + i was hooked on Frameworks and OSS contribution. I want to do more of both in the future. +
+- Got anything on your mind? Shoot me a DM or Email. + Im almost always down to talk about anything. Tech, life and whatever. Feel free to reach out to me on Discord or via Email, i usually respond pretty quickly.