- π± Iβm currently working as a Software Design Engineer
- π Iβm interested in ...
πΎ Networking/Multimedia Applications
π» Linux kernel programming
π Cloud applications
π€ Edge Computing/AI
- ποΈ Iβm looking to collaborate on any c/cpp projects
- π« How to reach me
π₯ E-mail: arunjyothishk@gmail.com
π« LinkedIn: https://www.linkedin.com/in/arun-jyothish/
π¨βπ» StackOverflow: https://stackoverflow.com/users/28410734/arun-jyothish-k
- π Pronouns: He/Him
- β‘ Fun fact: I would like to play guitar when I'm tired of coding; guess what, I'm pretty bad at it π
- π I'm into funny but productive collaboration, let's enjoy coding without ego-fighting π
- π My favorite languages are C and C++
struct Person {
bool happy = true, knowledgeable = true, ego = false;
void share(Person& other) {
if (happy) other.happy = true;
if (knowledgeable) other.knowledgeable = true;
}
};
int main() {
std::vector<Person> coders(10);
Person you;
for (auto& coder : coders) you.share(coder);
// Enjoy coding, spread joy & wisdom!
return 0;
}
{
"skills": {
"Programming Languages":" C, C++, Python, Bash"
"Tools":" Git, Docker, PetaLinux, Emacs, i3wm, Vim"
}
}