Skip to content
View Mars-60's full-sized avatar

Block or report Mars-60

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Mars-60/README.md

Hi 👋, I'm Adnan Raza

Software Developer • MERN • Python • Golang • Agentic AI & ML

💻 Solving daily-life problems through projects


👨‍💻 main.cpp

#include <iostream>
#include <vector>
using namespace std;

```cpp
int main() {

    Developer adnan;

    adnan.study("Computer Science @ JMI");

    adnan.build({
        "AI Tools",
        "Backend Systems",
        "Developer Products"
    });

    adnan.currentlyWorkingOn(
        "Atlas - AI Personal Activity & Intelligence System"
    );

    adnan.futureGoal(
        "Create technology that impacts millions"
    );

    return 0;
}

🌐 Socials:

LinkedIn X email

💻 Tech Stack:

CSS3 JavaScript C C++ HTML5 Python Vercel Render Bootstrap EJS Express.js JWT NodeJS React Socket.io TailwindCSS MySQL MongoDB CanvaGoSQLiteFlaskCursor Figma Matplotlib NumPy Pandas scikit-learn Git GitHub Postman

📊 GitHub Stats:

✍️ Random Dev Quote


Popular repositories Loading

  1. learning-in-public learning-in-public Public

    A public record of my journey towards mastering backend development, problem-solving, and core computer science fundamentals through consistent learning and revision.

    1

  2. project2 project2 Public

    AI-powered GitHub repository analyzer that generates repo summaries, file trees, and lets you chat with any public codebase. Built with MERN, JWT, Google & GitHub OAuth.

    JavaScript 1

  3. project3 project3 Public

    AI-powered Personal Memory & Activity Intelligence System that transforms PC activity, browsing history, screen content, and documents into searchable memory. Built with Python, Flask, OCR, Retriev…

    Python 1

  4. Mars-60 Mars-60 Public

  5. project1 project1 Public

    Real-time chat backend featuring WebSocket communication, user authentication, and message persistence using Node.js, Express, Socket.IO, and MongoDB.

    JavaScript

  6. ml-project1 ml-project1 Public

    Time-series air quality forecasting using real-world sensor data and Facebook Prophet. Includes data cleaning, visualization, and future trend prediction.

    Jupyter Notebook