Skip to content
View codeantik's full-sized avatar
🎯
Creating
🎯
Creating

Block or report codeantik

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

Hi, I'm Ankit Singh (aka codeantik) 👋

Web Developer | Mobile Developer | Competitive Programmer | Machine Learning | Deep Learning | Artificial Intelligence


About Me

Hey there! Thanks for checking out my profile! I’m a self-taught programmer passionate about problem-solving, competitive programming, and building web and mobile applications. I've been actively developing since 2020, with a solid background in computer science and engineering.

I’m enthusiastic about tech and am always looking to connect with others, learn new things, and collaborate on exciting projects!


FAQs

  • What do I do?
skills = ["web development", "mobile development", "competitive programming", "ML enthusiast"]
for skill in skills:
    print(skill)





  • Tech I'm Proficient In:


const techStack = {
    webFrameworks: ["React", "Node.js", "Express", "Vue", "Next.js", "Bootstrap", "Tailwind", "Material-UI"],
    api: ["REST API"],
    mobileFrameworks: ["React Native", "Android (Native)"],
    designTools: ["Figma"],
    languages: ["Python", "JavaScript", "Java", "Kotlin", "C/C++"],
    databases: {
        sql: ["MySQL", "SQLite"],
        noSQL: ["MongoDB", "Firestore"]
    }
}



  • Currently Learning:


#include <iostream>
#include <vector>
int main() {
    std::vector<std::string> learning = {"System Design", "Blockchain", "Deep Learning", "DevOps"};
    for (const auto& topic : learning) {
        std::cout << topic << " ";
    }
    return 0;
}









Let's Connect I love discussing technology, software, and the cosmos 🌌. If you'd like to connect, feel free to drop a message on LinkedIn, Instagram, or email (links at the top). I'm always happy to chat!






Statistics




stats-card
stats-card stats-card

Pinned Loading

  1. Billing-System Billing-System Public

    An invoice generator which allows users to keep track of their payments, send emails to clients and can even pay through the stripe payment service

    JavaScript 5 2

  2. Catalog-App Catalog-App Public

    An ecommerce app which lists out a variety of items to choose from and puts them on the shopping cart

    Dart 2

  3. React-Chat-App React-Chat-App Public

    A responsive web chat app where users can make rooms and chat.

    JavaScript 4 1

  4. Magnifio Magnifio Public

    An app which manages various aspects of a user

    JavaScript 1

  5. Gen-News Gen-News Public

    This is an Android news app that shows realtime news fetched from an api using the volley library

    Kotlin 2

  6. Image-Crud-App Image-Crud-App Public

    A crud app where users can make crud operations on images

    EJS 1