8000 prprasad2020 (Priyankar Prasad) Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View prprasad2020's full-sized avatar
πŸš€
Launching
πŸš€
Launching

Block or report prprasad2020

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

πŸ‘‹ Hallo, I'm Prasad!

πŸ’» DevOps Engineer


πŸ› οΈ About Me

With over 8 years of experience in DevOps and Platform Engineering and Cloud Technologies, I thrive on designing scalable infrastructure and implementing automation to enhance productivity. I specialize in Infrastructure as Code (IaC), Continuous Integration/Continuous Deployment (CI/CD) pipelines, and building robust platforms with modern tools.


🌟 Skills & Technologies

DevOps & Cloud

  • Cloud Platforms: AWS, Azure
  • IaC Tools: Terraform, AWS CDK
  • Containerization & Orchestration: Kubernetes, Docker
  • CI/CD: GitLab CI, GitHub Actions, ArgoCD, FluxCD

Programming & Scripting

  • Languages(working knowledge): TypeScript, JavaScript, Go, Python
  • Scripting: Bash, Python

Monitoring & Observability

  • Tools: DataDog, Prometheus/Cortex, Grafana, Zabbix, ELK Stack, Dynatrace, New Relic

πŸ“« Let's Connect

Pinned Loading

  1. don-flux-demo don-flux-demo Public

    This repo is used to deploy few of the basic K8s components to a cluster using FluxCD

  2. kafka-medium kafka-medium Public

    MSK and Redpanda-console configuration with Terraform

    Smarty 1

  3. Python Permutation Function Python Permutation Function
    1
    def permutation(string, mutation=''):
    2
        if len(string) == 0:
    3
            print(mutation)
    4
        for i in range(len(string)):
    5
            newMutation = mutation + string[i]
  4. permutation.sh permutation.sh
    1
    #!/bin/bash
    2
    
                  
    3
    function permutation ()
    4
    {
    5
      local text=$1
0