iamsabbirsobhani / iamsabbirsobhani

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hey there!👋🏼

I'm Sobhani, an independent software engineer who loves to create and share useful content about computer science and the web. When I'm not writing code (which is rare because I have no life whatsoever!), you'll find me reading books, exploring new things, and listening to music.

const meNskills = {
   name: "Sabbir Sobhani",
   pronouns: "he" | "him",
   code: ["Javascript", "TypeScript", "Nodejs", "Python"],
   technologies: {
      frontEnd: {
         js: ["Vue", "NuxtJS", "React", "NextJS"],
         style: ["CSS", "SCSS", "Tailwind UI", "Bootstrap"]
      },
      backEnd: {
         framework: ["Expressjs", "Flask", "Django"]
      },
      databases: ["SQL", "PostgreSQL", "MongoDB", "Oracle"],
   },
   currentOccupation: ["Open for job opportunities"],
   hobbies: ["Coding", "Listening Music", "Love to Read", "Explore new things"],
};

About