Allow me to introduce a bit about myself!
🚀 Computer Science Senior | Data Analyst | Software Engineer Intern 🚀
Hi there! I am a passionate senior in Computer Science at Denison University, specializing in Data Analytics. As a proactive and results-driven professional, I have gained valuable experience as a Software Engineer Intern. In this role, I researched and developed backend services and APIs. Additionally, as a Network Assistant at Denison University, I optimized wireless connectivity and enhanced security.
Let's connect and explore how I can bring my technical expertise to make an impact in your organization! #ComputerScience #DataAnalytics #SoftwareEngineering #TechEnthusiast #OpenToOpportunities
#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineerIntern:
def __init__(self):
self.name = "Khoa Brian Hoang Trinh"
self.role = "Software Engineer Intern"
self.language_spoken = ["vi_VN", "en_US"]
self.phone = (740)-915-2197
def say_hi(self):
print("Let's connect and explore how I can bring my technical expertise to make an impact in your organization!.")
def get_current_workplace():
return {
'workplace': {
'school': 'Denison University',
'position': 'Senior'
'major1': 'Computer Science'
'major2': 'Data Analyst'
}
}
khoa = {
'pronouns': ["he", "him", "his"],
'code': ["HTML", "CSS", "C/C++", "Python", "R",],
'tools': ["Tableau","PyCharm","AWS Cloud","PowerBI","Google Firebase"],
'techCommunities': {
'company': "Regional Economic Consultant","OpenKnect Inc.","Digital Infrastructure Network Assistant"
'intern/work': "intern","intern","work"
'role': "Software Engineer Intern","Software Engineer Intern","Job"
},
}
me = SoftwareEngineerIntern()
me.say_hi()- Personal website: https://briantrinh.super.site/

