Skip to content
View abishek-as's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report abishek-as

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
abishek-as/README.md

Contact

Resume Portfolio LinkedIn Outlook

from Abishek_A_S import SoftwareEngineer

class Bio(SoftwareEngineer):
    name = "Abishek A S"
    title = "Software Engineer"
    company_and_role = "Maersk Training | Software Engineer Intern"
    location = "Chennai, India"
    email = "abishek.codes@outlook.com"
    contact = "+918825352645"
    hobbies = ["Cricket", "Stargazing", "Cinema", "Badminton", "Coding", "Games"]
    previous_experience = {
        "company": "Stryker",
        "role": "R&D Intern",
        "duration": "Sep 2022 – July 2023",
        "location": "Gurugram, India",
    }


class Skills(SoftwareEngineer):
    ProgrammingLanguages = [
        "Python",
        "TypeScript",
        "JavaScript",
        "SQL",
        "HTML",
        "Shell",
        "CSS",
        "Java",
        "C++",
        "C",
        "Ruby",
        "C#",
        "Dart"
    ]
    FrameworksAndLibraries = ["Next.js", "React.js", "Node.js", "Tailwind CSS", "Django", "Flask", "Flutter"]
    Databases = ["MySQL", "MongoDB", "PostgreSQL"]
    DevelopmentTools = ["Docker", "Visual Studio Code", "Git", "GitLab"]
    OperatingSystems = ["Windows", "Ubuntu", "macOS", "Fedora", "CentOS", "ArchLinux"]
    OtherSkills = [
        "Agile Methodologies",
        "Problem Solving",
        "Team Collaboration",
        "Technical Documentation",
        "Debugging",
        "Unit Testing",
        "Continuous Integration/Continuous Deployment (CI/CD)",
        "RESTful APIs",
        "Data Structures and Algorithms",
        "Object-Oriented Programming (OOP)",
        "Responsive Web Design",
        "Test-Driven Development (TDD)",
        "Behaviour-Driven Development (BDD)",
    ]

Pinned

  1. TaskFlow TaskFlow Public

    TaskFlow is a feature-rich app enabling seamless organization collaboration through kanban-style boards, lists, and cards, backed by secure authentication, activity tracking, and Stripe-based subsc…

    TypeScript 2 1

  2. ecommerce-dashboard-cms ecommerce-dashboard-cms Public

    This project is a versatile e-commerce platform that utilizes Shadcn UI for the administration interface. It provides a centralized CMS for managing multiple vendors and stores, with automated API …

    TypeScript 1 1

  3. ecommerce-store ecommerce-store Public

    This repository hosts the frontend component of my Ecommerce backend project. The platform showcases a diverse array of products, thoughtfully categorized and complemented by engaging billboards. F…

    TypeScript

  4. PDFPrompt PDFPrompt Public

    PDFPrompt boasts a robust tech stack with features including real-time PDF interactivity, Stripe-powered plans, sleek UI, AI-driven responses from OpenAI, and more, all built in TypeScript for a se…

    TypeScript 2

  5. realtor realtor Public

    RealTor is a full-featured real estate app. Users can sign up, create, edit, and delete property listings. Profile management, sign-in options (email and Google OAuth), and easy sign-out are suppor…

    JavaScript

  6. Audio-Classification-Deep-Learning Audio-Classification-Deep-Learning Public

    We'll look into audio categorization using deep learning principles like Artificial Neural Networks (ANN), 1D Convolutional Neural Networks (CNN1D), and CNN2D in this repository. We undertake some …

    Jupyter Notebook 21 7