import React from "react"; import Card from "react-bootstrap/Card"; import { ImPointRight } from "react-icons/im"; function AboutCard() { return (

Hi Everyone, I am Soumyajit Behera from Bhubaneswar, India.
I am currently employed as a software developer at Juspay.
I have completed Integrated MSc (IMSc) in Maths and Computing at BIT Mesra.

Apart from coding, some other activities that I love to do!

  • Playing Games
  • Writing Tech Blogs
  • Travelling

"Strive to build things that make a difference!"{" "}

); } export default AboutCard;