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 */}

Hey, I'm{" "} @@ -763,10 +765,10 @@ function App() {

- About Me + Who?

- What i do and who i am. + A bit about me, my background, and how I got into programming.

@@ -775,85 +777,14 @@ function App() {

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. -

-
-

- - - - {/* Hardware Mods & Builds Section */} -
-
-

- Hardware Stuff -

-

- 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. -

-
-
-
-
- - {/* 3D Printing Section */} -
-
-

- 3D Printing -

-

- 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.

@@ -866,7 +797,7 @@ function App() {

My Goals

-

future things

+

Next 4 Years are going to look fun

@@ -920,19 +851,20 @@ function App() {
- πŸ¦€ + πŸ§ͺ

- Explore the Unknown + Testing before Breaking

-

Rust?πŸ‘€

+

In the future i want to write more tests and improve my code quality.

+ {/* Projects Section */}
@@ -940,7 +872,7 @@ function App() { Favourite Projects

- Personal Faviorite? Uhhhhh.... + Personal favourites, projects that I'm proud of, or just things I find fun to show off.

@@ -1046,21 +978,63 @@ function App() {

+ {/* Real Life Experience (ABB Internship) */} +
+
+

+ Real Life Experience (ABB Internship) +

+

+ 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. +

+
+
+
+
+ {/* Contact Section */}

- Let's Connect + Want to talk?

- 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.

- Send Email + Shoot me an Email - Discord + Chat on Discord
@@ -1127,6 +1101,7 @@ function App() { Projects: {projects.length} Mini Projects: {miniProjects.length} Profile Data: 1/1 + Experiences: {experiences.length} )}