import React, { Component } from "react"; import "bootstrap/dist/css/bootstrap.css"; import { Grid, Row, Col } from "react-bootstrap"; import "../css/about.css"; import AmanTahilianiPortfolio from "../media/AmanTahilianiPortfolio.png"; import { Button } from "bootstrap"; import resume from "../media/Aman_Tahiliani_Resume.pdf"; // const img = '../media/AmanTahilianiPortfolio.png' import { library } from "@fortawesome/fontawesome-svg-core"; import { faFileDownload } from "@fortawesome/free-solid-svg-icons"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; library.add(faFileDownload); class About extends Component { render() { return (
{" "}

Hi There!

{" "}
{" "}

Let me tell you a little about myself

{" "}
{" "}
  • Currently working at Rimidi, a Software as a Service (SaaS) startup, full-time as a Software Engineer with a special emphasis on data interoperabiltiy and building a robust set of tools to enable secure flow of sensitive patient health information across health systems.
  • Graduated from Georgia Tech in 2024 with a Master's Of Science degree in Computer Science (MSCS), with emphasis on Computing Systems and Machine Learning. (#GoJackets{" \uD83D\uDC1D"})
  • {" "}
  • Interned as an SDE (Backend) at{" "} Innovaccer twice as part of the Data Activation Platform and Licence Management/Platform Configuration Teams.{" "}
  • {" "}
{" "}
{" "} {" "}
{" "}
); } } export default About;