- 🔭 I’m currently working on ChatGPT-HTML. An OpenAI/PaLM API wrapper I named Eva.
- 🌱 I enjoy learning all things GitHub!
- 💬 Ask me about my love for all things Star Trek 🖖
- 💙 Pronouns: He/Him
- ⚡ Science, Fact and the Pursuit of Knowledge
- 📫 Want to reach out to me? Create a New Issue in my AppaTalk's Repo and 🐧
"Victorious warriors win first and then go to war, while defeated warriors go to war first and then seek to win." - Sun Tzu
Feel free to explore my repositories and projects. I love the Open Source Community! Don't hesitate to reach out if you have any questions.
Happy coding! 🚀
#!/bin/bash
github_traveler() {
name="AppaTalks"
interests=("GitHub" "Star Trek" "Science" "Space")
skills=("git" "github" "docker" "vim" "bash" "ansible" "aws" "gcp" "cloudflare" "ai" "linux" \
"mysql" "nginx" "redis" "androidstudio")
greet() {
echo "Heya! I'm $name, and want to Welcome you to my profile!"
echo "Interests: ${interests[@]}"
echo "Science, Fact, and the Pursuit of Knowledge"
}
embark_quest() {
local topic="$1"
echo "I'm currently working on: '$topic'!"
}
showcase_skills() {
echo "I dabble in these things from time to time:"
for ((idx=0; idx<${#skills[@]}; idx++)); do
echo "$((idx+1)). ${skills[idx]}"
done
echo "Happy Coding!"
}
greet
embark_quest "ChatGPT-HTML. An OpenAI/PaLM API wrapper I named Eva."
showcase_skills
}
github_traveler
Image credit: NASA’s Goddard Space Flight Center/Jeremy Schnittman and Brian P. Powell
I'm proud to have earned these