Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

39 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Hi, I'm Noah!

package main

type Noah struct {
	Age     int
	BasedIn string
	Major   string
	Hobbies []string
}

func NewNoah() *Noah {
	return &Noah{
		Age:     22,
		BasedIn: "California",
		Major:   "Computer Science",
		Hobbies: []string{"Coding", "Video Games", "Table Tennis"},
	}
}

πŸ‘¨πŸ»β€πŸ’» About Me

  • I have a great interest in backend engineering.

  • CS senior at CSULB. Previously interned @Walmart.

  • Outside of work, I love playing table tennis, making daily youtube videos, and spending hours configuring my Neovim setup.

  • Let's connect :)

More

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors