Skip to content
View moeinghaeini's full-sized avatar
🧿
Building pipes to transfer data
🧿
Building pipes to transfer data

Block or report moeinghaeini

Report abuse

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

Report abuse
moeinghaeini/README.md
#include <iostream>
#include <string>
#include <vector>
#include <aws/core/Aws.h>

class MoeinGhaeini {
private:
    std::string name = "Moein Ghaeini";
    std::string role = "Cloud Data Engineer & Solution Architect";
    std::vector<std::string> expertise = {
        "Data Engineering", "Solution Architecture", "AWS Services"
    };
    
public:
    void displayProfile() {
        std::cout << "\n🚀 " << name << std::endl;
        std::cout << "💼 " << role << std::endl;
        std::cout << "\n📋 Core Expertise:" << std::endl;
        
        for (const auto& skill : expertise) {
            std::cout << "" << skill << std::endl;
        }
    }
};

int main() {
    MoeinGhaeini profile;
    profile.displayProfile();
    
    std::cout << "\n✨ Let's build amazing cloud solutions together! ✨" << std::endl;
    return 0;
}

🌟 "Get In Touch" 🌟

Website

Popular repositories Loading

  1. NeuralNetworkRL-Unity NeuralNetworkRL-Unity Public

    Forked from donamin/NeuralNetworkRL-Unity

    An implementation of neural networks and q-learning in unity

    C# 1

  2. nl_map nl_map Public

    Forked from davechurchill/nl_map

    Map of Newfoundland written in C++/SFML3

    C++ 1

  3. apache-airflow-etl apache-airflow-etl Public

    Apache Airflow ETL Pipeline Project

    Python 1

  4. 100days 100days Public

  5. Geospatial-Data-Management Geospatial-Data-Management Public

    University project

    Python

  6. moeinghaeini moeinghaeini Public