Skip to content
View thesatyam161's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report thesatyam161

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
thesatyam161/README.md
using namespace std;

class Satyam {
public:
    string role = "Developer";
    string focus = "Cloud | Cybersecurity | Backend";

    vector<string> skills = {
        "Cybersecurity",
        "AWS S3",
        "AWS Lambda",
        "DynamoDB",
        "Git",
        "Backend Development"
    };

    void currentWork() {
        cout << "Building cloud projects πŸš€" << endl;
    }

    void learning() {
        cout << "Cloud + Cybersecurity + System Design" << endl;
    }

    void projects() {
        cout << "S3 Storage Systems | Serverless Apps" << endl;
    }
};

int main() {
    Satyam dev;
    dev.currentWork();
    dev.learning();
    dev.projects();

    return 0;
}

Pinned Loading

  1. S3-Drop S3-Drop Public

    Serverless file hosting and sharing with AWS S3, DynamoDB, and Express.

    JavaScript 1

  2. Netprobe Netprobe Public

    NetProbe – A Python-based network scanning and cyber defense tool for vulnerability detection and traffic analysis.

    Python 5

  3. airline-management-system-lld airline-management-system-lld Public

    An extensible Airline Management System built with modern C++ architecture focusing on scalability, maintainability, and real-world LLD system design practices.

    C++

  4. ridersharing-lld ridersharing-lld Public

    A low-level system design implementation of a ride-sharing service in C++

    C++