struct Renuka {
string pronouns = "She/Her";
vector<string> code = {"C++", "Python", "JavaScript", "Ruby"};
vector<string> askMeAbout = {"Cloud Computing", "AI-ML", "LLM"};
struct Technologies {
vector<string>> Skills = {"Linux", "Git/GitHub", "PowerBI"};
vector<string>> Softwers = {"Canva", "Figma"};
vector<string> Cloud = {"Azure", "GCP", "Docker🐳"};
vector<string> Serverless = {"Firebase", "Heroku", "Linode"};
vector<string> databases = {"SQL", "sqlite"};
} technologies;
vector<string> architecture = {"Serverless Architecture",};
string currentFocus = "Cloud Computing";
string funFact = "There are two ways to write error-free programs; only the third one works";
};
It always seems impossible until it's done...