class TechStack {
public:
vector<string> ProgrammingLanguages(){
return{
"C++", "C#","VisualBasic"
};
}
vector<string> Frameworks(){
return{
".NET ASP",".NET MVC"
};
}
vector<string> WebDevelopment() {
if(FrontEnd){
return{
"HTML5", "CSS3", "JavaScript", "ReactJs", "TailwindCss"
};
}
else if(BackEnd){
return{
"PHP", "MySQL"
};
}
}
vector<string> Technologies(){
return{
"System Design","Azure AZ-104"
};
}
};
-
Tech Mahindra
- Bengaluru, Karnataka, India
-
11:51
(UTC +05:30) - https://rak3xh.vercel.app
- in/rak3xh
- @rak3xh_
Highlights
Pinned Loading
-
DSA-Practice-in-CPP
DSA-Practice-in-CPP PublicAll DSA POTD of Leetcode and GFG in C++, alongside with codes for learning DSA.
C++ 2
-
DiscordBot-by-rak3xh
DiscordBot-by-rak3xh Public templateDiscord bot made using C# and .NET. This bot add fun to your discord server by giving un-orthodox meaning of words which are in the english dictionary.
C# 2
-
or2s-project
or2s-project Public template[Online Railway Reservation System] made using HTML, CSS and JS. backend is made using php and MySQL. Train search and minimal distance calculator are optimized using Prim's and Kruskal's Algorithm…
-
Humankill3rs-Fps-game
Humankill3rs-Fps-game PublicA minimalistic Fps Game made in C++ using Allegro Library. Developed in Qt developer Studio implementing CMake.
C++ 3
-
Dictionary-n-Pronouncer
Dictionary-n-Pronouncer Public templateAn Web Applicaton used develped to work as a dictionary and pronounciation tool.
JavaScript 2
-
Music-Player-By-rak3xh
Music-Player-By-rak3xh Public templateA Responsive web app in which one can Enjoy music at utmost quality. Dynamically fetch music from library without database.
If the problem persists, check the GitHub status page or contact support.