Skip to main content

Stashfin DevOps Overhaul

  • Scaled the stack and team to increase loan disbursals from 100K USD to 60M USD per month
  • Increased the resiliency and stability of the system many fold. Achieved 99.99% of infrastructure uptime
  • Moved all workloads to Kubernetes along with full monitoring, alerting and logging solution around applications
  • Added Jenkins CICD and fully automated integration, testing and deployment pipelines for all applications

Screenshots

stashfin-jenkins-screenshot

stashfin-devops-screenshot

stashfin-devops-screenshot

stashfin-devops-screenshot

stashfin-devops-screenshot

stashfin-devops-screenshot

stashfin-devops-screenshot

stashfin-devops-screenshot

stashfin-devops-screenshot

Keeping all repositories consistent and follow same standards across

  • Added Auto formatters and static code analysis
  • Pre-commit for running all hooks before commit locally
  • Black (opinionated) for Python - auto formatters
  • Keeping code complexity low for slowly reducing the function and file sizes
  • Code smells

autoformatter-implementation

autoformatter-implementation

SonarQube / snyk - Continuous Code Quality Inspector

sonarqube-implementation