Skip to content
View Gouthamk996's full-sized avatar

Block or report Gouthamk996

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
Gouthamk996/README.md

Hi, I'm Goutham 👋

RPA / Intelligent Automation developer focused on UiPath. I build automation that removes repetitive, rule-based work — and I'm extending into Python and LLM-based (agentic) automation.

📍 Hyderabad, India · Open to RPA / UiPath / Intelligent Automation Developer roles 🔗 LinkedIn: https://www.linkedin.com/in/goutham-katta-9abbbb300


🛠️ Core Skills

  • Automation platform: UiPath Studio, REFramework, Orchestrator (queues, assets)
  • Design patterns: Dispatcher–Performer, robust exception handling
  • Automation types: Excel, web, and email automation; Document Understanding
  • Techniques: Selectors, Regex, REST API integration
  • Building toward: Python for AI/agent automation (LLM APIs)
  • Other: SQL / database automation (basics)

📂 Projects

Each repo has its own README explaining the process, the design choices, and how to run it.

  • Appointment Management Agent (UiPath) — Agent-style automation that reads email requests and confirms / reschedules / cancels appointments using structured workflows and prompt-driven logic. My most representative project — agentic automation.
  • Generate Yearly Report — Dispatcher–Performer architecture with Orchestrator queues, generating vendor reports from the ACME test system.
  • Calculate Client Security Hash — REFramework project: extracts client data, computes a security hash, and updates work items.
  • Customer Code Validation — Validates registration codes with Regex and sends result-based email notifications.
  • ID Card Generator — Reads employee data from Excel and generates ID cards from a template.

Several of these are built on UiPath Academy practice scenarios (ACME), used to demonstrate REFramework, Orchestrator, and design-pattern skills.


🎓 UiPath Academy — Diplomas of Completion

Self-paced UiPath Academy learning completions — Diplomas of Completion

  • Automation Developer Professional Training (v2023.10) — learning plan · Dec 2025
  • Automation Starter — learning plan · Oct 2025
  • RPA Testing with Studio — course · Oct 2025

🌱 Currently Learning

  • Agentic automation (UiPath + LLMs)
  • Python for AI automation: LLM APIs, RAG, and agent building
  • Advanced RPA solution design

Thanks for visiting — feel free to look through the individual project READMEs.

Popular repositories Loading

  1. Calculate_Client_Security_Hash_UiPath Calculate_Client_Security_Hash_UiPath Public

    UiPath REFramework automation that extracts client data from ACME system, calculates security hash, and updates work items.

  2. Generate_Yearly_Report_UiPath Generate_Yearly_Report_UiPath Public

    UiPath automation that generates yearly vendor reports from the ACME system using a Dispatcher–Performer architecture with Orchestrator queues.

  3. Gouthamk996 Gouthamk996 Public

    My GitHub profile

  4. ID_Card_Generator_UiPath ID_Card_Generator_UiPath Public

    UiPath automation that reads employee data from Excel and generates ID cards using a template.

  5. Customer_Code_Validation_UiPath Customer_Code_Validation_UiPath Public

    UiPath automation that validates customer registration codes using regex and sends email notifications based on validation results.

  6. Appointment_Management_Agent_UiPath Appointment_Management_Agent_UiPath Public

    UiPath agent-based automation that processes email requests to manage appointments (confirm, reschedule, cancel) using structured workflows and prompt-driven logic.