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;
}
π―
Focusing
Jacks of all Trades π
- Delhi
-
00:27
(UTC +05:30) - in/thesatyamxyz
- @thesatyamxyz.bsky.social
- @thesatyamxyz
- https://hf.co/thesatyamxyz
Highlights
- Pro
Pinned Loading
-
airline-management-system-lld
airline-management-system-lld PublicAn extensible Airline Management System built with modern C++ architecture focusing on scalability, maintainability, and real-world LLD system design practices.
C++
-
ridersharing-lld
ridersharing-lld PublicA low-level system design implementation of a ride-sharing service in C++
C++
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.