Skip to content
View prathyushnallamothu's full-sized avatar
💻
💻

Block or report prathyushnallamothu

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

PRATHYUSH NALLAMOTHU

About me

package main

import (
	"fmt"
)

type Bio map[string]string

func main() {
	for k, v := range GetBio() {
		fmt.Printf("%+v: %+v\n", k, v)
	}
}

func GetBio() Bio {
	return Bio{
		"- ⚡ Quick bio:":                    "Enthusiastic developer blending a passion for backend engineering and cloud tech, with a love for traveling, food, gaming, and coding.",
		"- 🔭 I’m currently working on":      "Driving productivity and innovation as a Software Engineer II at Skillsoft by developing automation tools and enhancing CI/CD processes.",
		"- 🌱 I’m currently learning":        "Advanced Kubernetes, Helm, and full-stack development with Golang, Docker, and cloud architectures.",
		"- 👯 I’m looking to collaborate on": "Projects in Golang, cloud automation, and Kubernetes that improve developer workflows and system reliability.",
		"- 🤔 I’m looking for help with":     "Advanced Helm configurations and exploring complex Kubernetes architectures.",
		"- 💬 Ask me about":                  "Backend development, Golang, cloud tools, microservices, and building AI-powered developer tools.",
		"- 📫 How to reach me:":              "https://www.linkedin.com/in/prathyushnallamothu",
	}
}

You can reach me at 👽

Prathyush Nallamothu's LinkedIn Profile

My stack 👨‍💻

Tools that I use on a daily basis, or that I've used or worked (either much or a bit) with on the past

prathyushnallamothu :: StackShare

Github stats 📊

Visitor's count 👀

prathyushnallamothu :: Visitor's Count

Top langs 👅

prathyushnallamothu :: Top Langs

Profile stats 🎹

prathyushnallamothu :: Profile Stats

Popular repositories Loading

  1. swarmgo swarmgo Public

    SwarmGo (agents-sdk-go) is a Go package that allows you to create AI agents capable of interacting, coordinating, and executing tasks. Inspired by OpenAI's Swarm framework, SwarmGo focuses on makin…

    Go 363 44

  2. ollamago ollamago Public

    Go 38 5

  3. commandforge commandforge Public

    Go 12 2

  4. AIterate AIterate Public

    Go 5 2

  5. nexus nexus Public

    TypeScript 3

  6. Genie Genie Public

    Genie is a powerful CLI tool that uses Google's Gemini AI to generate complete project scaffolding from natural language descriptions. Simply describe the project you want to build, and Genie will …

    Go 2