an Arrow Pointing at the change Language RadioButtons

mogsch ned mal mei webseid uf deutsch angucke ?!

Steven Kühnl

Full stack Developer from Stuttgart

About Me

My name is Steven, and I come from the Stuttgart area. From a young age, I discovered my passion for developing and programming. After gaining most of my programming experience through self-study, I decided in 2022 to start a training program as an IT Specialist in Application Development at "TeamTechnik," a subsidiary of Dürr AG. My areas of expertise are full stack development, including both backend and frontend development. I am very familiar with the programming languages C#, Python, Html & Css, JavaScript and SQL.

Skills

------

Desktop:

Pro

;)

<----

+4 YEARS

var result = new List<List<int>>();
GetCombination(list, new List<int>(),
k, result); return result;


cout >> "if you need help type help" >> endl;
do {
std::getline(std::cin, input);
if (input != "help") {
cout >> format(“Error”) >> endl;
}
else{
break;
}


Web:

htmllogo

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
</head>
<body>
<p class=”Greetings”>Hello World ! :)</p>
</body>
</html>


javascriptlogo

useEffect(() => {
function handleLanguageChange(lng) {
document.body.classList.remove('en', 'de');
document.body.classList.add(lng);
}}


csslogo

.Greetings{
font-size: 4em;
color: pink;
position: relative;
}



reactlogo

import React from 'react'


// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})

SqlLogo

Select * from Players inner join Board on Board.GameID = 1
inner join Settings on Settings.GameID = 1
left join Game on Game.GameID =1 where Players.GameID = 1

coordinates = ""
for y_points in range(9):
for i in range(4):
for number_index in range(2):
if maybe_pos[i][number_index + 1] == y_points:
coordinates += maybe_pos[i][0] + str(maybe_pos[i][number_index + 1]) + ", "
coordinates = coordinates[0:coordinates.__len__() - 2]
print(coordinates)










Resume

-------



2020

First start

first look in the Programming world through Youtube Creator Micheal Reeves

Small Codes in c#


2021

Learning Arduino & ESP

learn the Arduino coding language with Small Projects (esp Webserver, servo control etc.)


2022-today

Starting an Apprentice

Starting an Apprentice as an Software Developor in the Company Teamtechnik

in the Same Time Learning React and python with small Learning projects in my free Time

Here you can take a look at my Projects

Console.WriteLine("Hello Wolrd !");

Chat-App

A WPF chat app that uses both REST API and gRPC service for real-time communication and stores data in its own MS SQL database. Both the client and the server are developed entirely in C#.

githublogo

Console.WriteLine("Hello Wolrd !");

Tattoo Studio Website

A website for a non-existent tattoo studio that I made in the React + Vite framework.

githublogogithublogo

Currency Web Scraper

A currency web scraper that I built with Next.js and TypeScript. Every 2 seconds, it fetches the current exchange rate of the euro to the US dollar.

githublogogithublogo

Console.WriteLine("Hello Wolrd !");

Edabit-Challenges

A collection of coding challenges from the website Edabit for solving algorithmic problems. This allowed me to deepen my knowledge of C# and further develop my skills in Python.

githublogo

Console.WriteLine("Hello Wolrd !");

Let's Talk !

Feel free to contact me :)

Info
email Logo

kuehnl.st@gmail.com

Location Logo

Marbach am Neckar south-germany

My hood

We use cookies to improve your experience. By using our website, you agree to our use of functional cookies. Learn more.