Skip to content
View esterified's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Block or report esterified

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
esterified/README.md

๐Ÿ‘‹ Hi, I am Fayed!

About Me...

class About extends Me {
  static name = "Fayed Ishtar Chowdhury";
  constructor() {
    this.code = ["Javascript", "Typescript", "PHP", "Python", "Java"];
    this.preferredStack = "Full Stack";
  }
  
  getMyInterests() {
    return ["web dev", "app dev", "tech", "gaming", "music"];
  }
  
  getCurrentWorkplace() {
    return {
      company: "BevyCommerce",
      position: "Lead Software Engineer",
    };
  }
  
  getMySkills() {
    return {
      frontEnd: ["VanillaJS", "React", "TailwindCss"],
      backEnd: {
        JS: ["Node", "Express"],
        PHP: ["Laravel"],
        Python: ["Django"],
      },
      database: ["MySql", "postgres", "mongodb", "sqlite"],
      mobileApp: ["Java", "React Native"],
      devops: ["GCP", "docker", "terraform"],
      architecture: [
        "Progressive Web Applications",
        "Single Page Application",
        "Serverless Architecture",
        "Headless Architecture",
      ],
      misc: ["Shopify", "Wordpress", "Firebase", "open-cv", "tensorflow"],
    };
  }
  
  getMyInfo() {
    return {
      mail: "****@gmail.com",
    };
  }
}
Metrics left Metrics right

Pinned Loading

  1. electron-download-manager electron-download-manager Public

    A download manager app for desktop

    TypeScript 1

  2. MRI-image-CNN MRI-image-CNN Public

    MRI Image classification using LeNet.

    Python 1

  3. Automatic-License-Plate-Recognition-using-KNN Automatic-License-Plate-Recognition-using-KNN Public

    Hardware-based implementation to identify license plate numbers and respond based on that

    C++

  4. JWT-Auth JWT-Auth Public

    Basic JWT auth example

    TypeScript

  5. snake-game-js snake-game-js Public

    Snake Game built for Browser

    JavaScript

  6. openai-image openai-image Public

    Generate AI images

    TypeScript