- 🌱 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"
}
}