Skip to content
View appatalks's full-sized avatar

Sponsoring

@georgemandis
@pstadler
@Tyrrrz
Block or Report

Block or report appatalks

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
appatalks/README.md

AppaTalks Profile

About Me

  • πŸ”­ 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 🐧

Quote of the Day

"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

Two Black Holes in dance
Image credit: NASA’s Goddard Space Flight Center/Jeremy Schnittman and Brian P. Powell


I'm proud to have earned these



Popular repositories

  1. chatgpt-html chatgpt-html Public

    OpenAI & Google Generative Language Chat

    JavaScript 20 12

  2. Route53_Backup Route53_Backup Public

    7 4

  3. Epassafe Epassafe Public

    Epassafe - A stripped down, no nonsense, unconnected, password manager.

    Java 3 1

  4. Bark_text-to-speech Bark_text-to-speech Public

    Playground with Bark

    Python 2 1

  5. encrypted_rsync encrypted_rsync Public

    Rsync to LUKS

    Shell 1

  6. GH-Action-Terraform-Deploy-to-AWS GH-Action-Terraform-Deploy-to-AWS Public

    GitHub Action to Setup CI/CD workflow pipeline with AWS using Terragrunt & Terraform

    HCL 1 1