@page "/" @inject IHttpClientFactory ClientFactory @attribute [StreamRendering] @rendermode InteractiveServer Home

Hello, World!

I am a full-stack web developer with additional experience in Data Analysis and Visualization, as well as Simulation/VR development, and AI/ML programming. I am a friendly team worker with strong analytical, math and problem-solving skills that adapts well to an Agile/SCRUM environment and development lifecycle.

September 2018 – March 2022

B.S. in Computer Science

Oregon State University

Graduated Cum Laude

Dean’s List: Fall 2020, Fall 2021

Final GPA: 3.33

@**@
    @if (courses == null) {
    Loading...
    } else {
      @foreach (var course in courses) {
    • @course
    • }
    }
@*
  • Organized
  • Responsible
  • Meticulous
  • Analytical
  • Self-motivating
*@
@if (skills == null) {
Loading...
} else {
    @foreach (var skill in skills) {
  • @skill
  • }
}
@if (tools == null) {
Loading...
} else {
    @foreach (var tool in tools) {
  • @tool
  • }
}
@if (isExperience) {
Experience
@if (experiences == null) {
Loading...
} else { @foreach (var experience in experiences) {

@experience.StartYear – @experience.EndYear

@experience.Title - @experience.Company

@experience.Details

} } } else if (isProjects) {
Projects
@if (projects == null) {

Loading projects...

} else { @foreach (var project in projects) {

@project.Title

@foreach (var desc in project.Descriptions) {

@((MarkupString)FormatDescription(desc))

} @if (project.Links?.Any() == true) {
@foreach (var link in project.Links) { @switch (link.Type) { case "external": @link.Label break; case "internal": break; case "github": break; } }
}
} } }

Hello, World!

I am a full-stack web developer with additional experience in Data Analysis and Visualization, as well as Simulation/VR development, and AI/ML programming. I am a friendly team worker with strong analytical, math and problem-solving skills that adapts well to an Agile/SCRUM environment and development lifecycle.

September 2018 – March 2022

B.S. in Computer Science

Oregon State University

Graduated Cum Laude

Dean’s List: Fall 2020, Fall 2021

Final GPA: 3.33

    @if (courses == null) {
    Loading...
    } else {
      @foreach (var course in courses) {
    • @course
    • }
    }
@if (skills == null) {
Loading...
} else {
    @foreach (var skill in skills) {
  • @skill
  • }
}
@if (tools == null) {
Loading...
} else {
    @foreach (var tool in tools) {
  • @tool
  • }
}
@if (isExperience) {
Experience
@if (experiences == null) {
Loading...
} else { @foreach (var experience in experiences) {

@experience.StartYear – @experience.EndYear

@experience.Title - @experience.Company

@experience.Details

} } } else if (isProjects) {
Projects
@if (projects == null) {

Loading projects...

} else { @foreach (var project in projects) {

@project.Title

@foreach (var desc in project.Descriptions) {

@((MarkupString)FormatDescription(desc))

} @if (project.Links?.Any() == true) {
@foreach (var link in project.Links) { @switch (link.Type) { case "external": @link.Label break; case "internal": break; case "github": break; } }
}
} } }

Hello, World!

I am a full-stack web developer with additional experience in Data Analysis and Visualization, as well as Simulation/ VR development, and AI/ ML programming. I am a friendly team worker with strong analytical, math and problem-solving skills that adapts well to an Agile/SCRUM environment and development lifecycle.

September 2018 – March 2022

B.S. in Computer Science

Oregon State University

Graduated Cum Laude

Dean’s List: Fall 2020, Fall 2021

Final GPA: 3.33

    @if (courses == null) {
    Loading...
    } else {
      @foreach (var course in courses) {
    • @course
    • }
    }
@if (skills == null) {
Loading...
} else {
    @foreach (var skill in skills) {
  • @skill
  • }
}
@if (tools == null) {
Loading...
} else {
    @foreach (var tool in tools) {
  • @tool
  • }
}
@if (isExperience) {
Experience
@if (experiences == null) {
Loading...
} else { @foreach (var experience in experiences) {

@experience.StartYear – @experience.EndYear

@experience.Title - @experience.Company

@experience.Details

} } } else if (isProjects) {
Projects
@if (projects == null) {

Loading projects...

} else { @foreach (var project in projects) {

@project.Title

@foreach (var desc in project.Descriptions) {

@((MarkupString)FormatDescription(desc))

} @if (project.Links?.Any() == true) {
@foreach (var link in project.Links) { @switch (link.Type) { case "external": @link.Label break; case "internal": break; case "github": break; } }
}
} } }

Hello, World!

I am a full-stack web developer with additional experience in Data Analysis and Visualization, as well as Simulation/ VR development, and AI/ ML programming. I am a friendly team worker with strong analytical, math and problem-solving skills that adapts well to an Agile/SCRUM environment and development lifecycle.

@*

Organized • Responsible • Meticulous • Analytical • Self-motivating

*@

September 2018 – March 2022

B.S. in Computer Science

Oregon State University

Graduated Cum Laude

Dean’s List: Fall 2020, Fall 2021

Final GPA: 3.33

Skills \ Languages
@if (skills == null) {
Loading...
} else {
    @foreach (var skill in skills) {
  • @skill
  • }
}
Technology
@if (tools == null) {
Loading...
} else {
    @foreach (var tool in tools) {
  • @tool
  • }
}
@if (isExperience) {
Experience
@if (experiences == null) {
Loading...
} else {
    @foreach (var experience in experiences) {

    @experience.StartYear – @experience.EndYear

    @experience.Title - @experience.Company

    @experience.Details

    }
} } else if (isProjects) {
Projects
    @foreach (var project in projects) {

    @project.Title

    @foreach (var desc in project.Descriptions) {

    @((MarkupString)FormatDescription(desc))

    } @if (project.Links?.Any() == true) {
    @foreach (var link in project.Links) { @switch (link.Type) { case "external": @link.Label break; case "internal": break; case "github": break; } }
    }
    }
}