arindal1 / arindal1

Config files for my GitHub profile.

Home Page:https://arindal1.github.io/portfolio-website/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

header

console.log("Hey there! I'm arindal1");

const aboutMe = {
  code: ["Javascript", "CPP", "Python", "Java"],
  technologies: {
    frontEnd: {
      python: ["Streamlit", "Flask"],
      js: ["React"],
      css: ["Tailwinds", "Sass", "Bootstrap"]
    },
    backEnd: {
      js: ["Node", "Express"],
      misc: ["Bash", "Git", "Shell", "Prolog", "Matlab"]
    },
    databases: ["MongoDB", "mySQL"],
    mobile: ["Android", "Kotlin"],
    machineLearning: {
      pythonLib: ["Numpy", "Pandas", "Scikit", "Matplot", "Seaborn", "TensorFlow", "Keras", "OpenCV"]
    }
  },
  codeBase: ["VSCode", "JupyterNotebook", "pyCharm", "GoogleCollab", "Obsidian"],
  currentOccupation: ["3rd year CS student, open for internship opportunities"],
  interests: ["android & web dev", "competitive coding", "machine learning", "tech and more..."],
  bio: "i like to spend hours to automate a 10 minute task so that i can do it in few seconds"
};
console.log(aboutMe);

header

const contactMe = {
   Email:    arindalchar17@gmail.com,
   Site:     arindal1.github.io,
   LeetCode: arindal
};

header