Skip to content
View TrentYetzer's full-sized avatar
🍵
Writing Unit Tests
🍵
Writing Unit Tests

Block or report TrentYetzer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
TrentYetzer/README.md

Hello, I'm Trent Yetzer!

I currently am studying CS @ North Dakota State University from home near Minneapolis, and I expect to graduate Spring 2022 with a MS degree. Additionally, I have plans to work as a SDE Intern @ C.H. Robinson this coming summer. My hobbies include reading about current Tech trends, Wikipediaing, Cooking, Video Games, and Anime. As a software developer, my favorite languages are TypeScript, Java, Python, and Go as of recently. Please feel free to look at my portfolio http://trentyetzer.me/.

class README extends React.Component {
	constructor(props) {
		super(props);
		this.state = {
			name: "Trent Yetzer",
			location: "Minneapolis",
			url: "http://trentyetzer.me/",
			school: "CS @ North Dakota State University",
			work: "SDE Intern @ C.H. Robinson",
			hobbies: ["Tech", "Wikipediaing", "Cooking", "Video Games", "Anime"],
			favLanguages: ["TypeScript", "Java", "Python", "Go"],
		};
	}
	componentDidMount() {
		console.log("Introduction complete");
	}
	render() {
		return (
			<h1>Hello, I'm {this.state.name}!</h1>
			<hr />
			<p>
				I currently am studying <strong>{this.state.school}</strong> from home near
				<strong>{this.state.location}</strong>, and I expect to graduate Spring 2022 
				with a MS degree. Additionally, I have plans to work as a <strong>
				{this.state.work}</strong> this coming summer. My hobbies include reading 
				about current <strong>{this.state.hobbies[0]}</strong> trends,
				<strong>{this.state.hobbies[1]}</strong>, <strong>{this.state.hobbies[2]}
				</strong>, <strong>{this.state.hobbies[3]}</strong>, and <strong>
				{this.state.hobbies[4]}</strong>. As a software developer, my favorite 
				languages are <strong>{this.state.favLanguages[0]} </strong>, <strong>
				{this.state.favLanguages[1]}</strong>, <strong>{this.state.favLanguages[2]}
				</strong>, and <strong>{this.state.favLanguages[3]}</strong> as of recently. 
				Please feel free to look at my portfolio <strong>{this.state.url}</strong>
			</p>
		);
	}
}

export default README;
Trent's GitHub Stats

Pinned Loading

  1. magic-mirror magic-mirror Public

    A custom and experimental magic mirror project using React

    JavaScript 1

  2. algorithm-visualizer algorithm-visualizer Public

    VueJS Single Page Application to help learn and practice working with sorting algorithms

    TypeScript 2

  3. Equity-pursuit Equity-pursuit Public

    Based on GeoGuessr, Equity-pursuit is a game where a player is given playlist of 5 houses fetched from Zillow to guess the price based on the location.

    Java

  4. opentrack-api opentrack-api Public

    Forked from leskaa/opentrack-api

    Launched in 2020, OpenTrack is a platform dedicated to the promotion of quality courses in a single space. Our goal is to give self-driven people of all backgrounds a platform to find the materials…

    Python

  5. opentrack.tech opentrack.tech Public

    Forked from leskaa/opentrack.tech

    Launched in 2020, OpenTrack is a platform dedicated to the promotion of quality courses in a single space. Our goal is to give self-driven people of all backgrounds a platform to find the materials…

    TypeScript

  6. portfolio-website portfolio-website Public

    Entire project folder for my portfolio website that was created using GatsbyJS

    JavaScript