I am a full-stack software engineer currently working at Moderna on internal web apps supporting preclinical operations. I studied biomedical engineering at the University of Michigan, and since graduating, I have been developing machine learning models for antibiotic drug combination screening. I am also building an investing web application for people to share market sentiment and learn about the stock market.
I aim to continue to apply myself towards data science problems in biology and medicine, and to develop the computational skills and foundations needed for a successful career as a machine learning engineer. I am also continuing to improve my skills in full-stack web development.
Long-term, I would love to work on robotic technologies, or work on applications that advance the development of genetic engineering. My dream is to help colonize Mars and assist in efforts towards manned deep-space exploration.
export default myDevelopmentSkills = () => ({
technologies: {
'Data Science': {
Languages: ['Python', 'MATLAB'],
'Python Libraries': ['NumPy', 'pandas', 'scikit-learn'],
Databases: {
SQL: ['BigQuery'],
},
},
Frontend: {
'Web Standards': ['HTML5', 'CSS3', 'JavaScript', 'TypeScript'],
'Javascript Frameworks': ['Anuglar', 'Angular.js', 'React.js', 'Next.js'],
'CSS-in-JS': ['@emotion/react', '@emotion/styled'],
Charting: ['Chart.js', 'react-chartjs-2'],
'State management': ['Redux Toolkit', 'React Redux'],
},
Backend: {
Languages: ['Node.js'],
'Node.js Frameworks': ['Express.js'],
Websocket: ['ws', 'socket.io'],
Databases: {
NoSQL: ['Firebase', 'MongoDB', 'Redis'],
relational: ['PostgreSQL'],
},
DevOps: ['Git', 'AWS CodeDeploy', 'CI/CD'],
'Web Hosting': ['AWS', 'Heroku'],
Architectures: ['RESTFul', 'WebSocket', 'Monolithic', 'Microservices'],
},
},
});