Skip to content
View chetanjain2099's full-sized avatar

Block or report chetanjain2099

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

नमस्ते (Namaste) 🙏🏻, I'm Chetan Kumar Jain!

Software Engineer at Zeeko Ltd.

Linkedin: chetan GitHub followers website

const chetan = {
    pronouns: "He" | "Him",
    professionalSummary: "Experienced Software Engineer with a strong background in the machinery industry, specializing in modern CAD/CAM software development.",
    skills: {
        programmingLanguages: ["Python", "Java", "C", "C++"],
        databases: ["MySQL", "SQLite", "Firebase Realtime DB"],
        technologies: {
            frontEnd: {
                focus: "UI/UX Improvement",
                tools: ["Modern UI/UX Design Techniques"],
            },
            backEnd: {
                expertise: ["C++ Libraries Integration", "Python Wrapping"],
                platforms: ["Windows 32/64-bit OS"],
            },
            devOps: ["Docker"],
        },
    },
    projects: [
        {
            name: "ZephyrCAM Software",
            description:
                "Developed modern CAD/CAM software for Zeeko IRP and other 5-axis CNC milling and grinding machines. Focused on enhancing UI/UX to create a more user-friendly interface.",
        },
    ],
    hobbies: ["Binge-watching Sci-Fi shows"],
    funFact: "I can debug faster with a coffee in hand!",
    goals: ["To contribute to open source", "To master AI and ML", "To travel and work remotely"],
};

Chetan's GitHub stats

Popular repositories Loading

  1. Python-exe-maker Python-exe-maker Public

    Python-exe-maker is an open source and free tool designed to convert Python scripts into standalone executable files (EXE).

    Python 6

  2. portfolio portfolio Public

    Repository for my personal website, chetanjain.co.in. This site serves as my digital portfolio, blog posts, and more.

    Astro 1

  3. chetanjain2099 chetanjain2099 Public

    Profile Description

    1

  4. CustomProgressDialog CustomProgressDialog Public

    A Custom wxPython Progress Dialog

    Python