class Attributes {
public:
static std::tuple<std::string, std::string, std::string> contact() {
std::string discord = "cresteyy#7484";
std::string telegram = "t.me/SrajalDwivedi";
std::string gmail = "srajal72dwivedi@gmail.com";
return std::make_tuple(discord, telegram, gmail);
}
static std::tuple<std::vector<std::string>, std::vector<std::string>, int> life() {
std::vector<std::string> langs = {"English", "Hindi"};
std::vector<std::string> nationalities = {"Indian"};
int age = 17;
return std::make_tuple(langs, nationalities, age);
}
static std::tuple<std::map<std::string, std::vector<std::string>>, std::vector<std::string>
, std::vector<std::string>> coding() {
std::map<std::string, std::vector<std::string>> langs = {
{"expert", {"C++"}},
{"intermediate", {"C++"}},
{"learning", {"C", "C++", "JavaScript", "CSS" , "NodeJs" , "ExpressJs" , "JQuery" }}
};
std::vector<std::string> specialities = {"fullstack"};
std::vector<std::string> environnement = {"VSCode"};
return std::make_tuple(langs, specialities, environnement);
}
};
-
Pranveer Singh Institute of Technology
- https://srajaldwivedi.onrender.com/
- in/srajal-dwivedi-7275641b2
- https://leetcode.com/srajal_dwivedi/
- https://stackoverflow.com/users/21374807/srajal-dwivedi
Pinned Loading
-
My-Portfolio-
My-Portfolio- PublicThis is my portfolio website project which is made on reactjs
JavaScript
-
Lets-Journal
Lets-Journal PublicA blog Website with frontend based EJS , Bootstrap and HTML,CSS and Backend on NodeJS and ExpresesJS server and MongoDB database
JavaScript
-
NewsLetterProject
NewsLetterProject PublicThis is an api based project which uses a mailchimp api for bulking mailing services For Backend : NodeJs , ExpressJs for Frontend: HTML , CSS(Bootstrap)
HTML 1
-
The-ToDo
The-ToDo PublicA complete ToDo list Web App with a backend on node js and express ja and bootstrap front end with a database using mongoDB and mongoose
JavaScript
-
-
DSAQuestion
DSAQuestion PublicThis repository is for those question which i was unable to solve in contest or they are the problem of the day this algorithms include some of the important concepts
C++
If the problem persists, check the GitHub status page or contact support.