First blog post

October 28, 2024

Hello!

My name is Matthew Floresca Tom and this is my first blog post on this website.

function greet(name: string): string {
  return `Hello, ${name}!`
}

// This will throw an error at compile time, preventing potential runtime issues.
let message: string = greet(123)

Interests

My interests are varied in a wide variety of subjects. I am pursuing Computer Science with an emphasis on Artificial Intelligence-related projects.

Projects

Some of these projects hae been in collaboration with my colleagues. Together, we worked on GPTeacher, a platform that gives custom feedback in order to benefit student learning outcomes

Conclusion

More will be posted soon!