Skip to content

Instantly share code, notes, and snippets.

View pgandla's full-sized avatar
:octocat:
I may be slow to respond.

Pradeep Gandla pgandla

:octocat:
I may be slow to respond.
View GitHub Profile
@pgandla
pgandla / Multi-app release.md
Last active January 28, 2025 10:21
Mutli-Variant-Release

Multi-variant app development and deployment

%%{init: {"theme": "neutral"} }%%

flowchart TB
    subgraph "Source Control"
        M[main branch] --> FA[feature/alpha/*]
        M -->  FB[feature/beta/*]
        M --> FG[feature/gamma/*]
@pgandla
pgandla / asktim-labelstudio-setup.md
Last active January 29, 2025 08:04
AskTim Label studio setup

Label-Studio Setup

System Overview

This document describes the automated feedback import system that transfers user feedback data from Asktim to LabelStudio using AWS services. The system uses an event-driven architecture to ensure real-time data processing and reliable delivery.

Architecture Components

%%{init: {"theme": "deafult", "layout": "elk"} }%%
@pgandla
pgandla / awsconfig_mgmt.md
Last active February 6, 2025 12:05
Configuration Management

Configuration Management using AWS SSM for EC2/EKS

Overview

This document outlines our environment configuration management strategy using AWS Systems Manager Parameter Store. The system is designed to manage Docker Compose environment variables across different deployment environments (DEV, BETA, PROD).

Infrastructure Components

  • AWS Systems Manager Parameter Store: Central configuration storage
  • EC2 instances: Application hosting environment
@pgandla
pgandla / node-setup.md
Last active February 18, 2025 12:55
Node setup amazon liux