Giter VIP home page Giter VIP logo

๐Ÿ‘‹ About me

  • ๐Ÿ–ฅ I'm currently a Software Engineer @ CGI.

๐Ÿ“– What am I up to?

  • Getting more familiar with Terraform using different registry providers ๐Ÿ˜ซ
  • Creating GitHub templates for various tech stacks ๐Ÿ“„
  • Gaining experience on Artificial Intelligence (AI) and Machine Learning (ML) โš™๏ธ
  • Working towards create minimum viable products (MVP) of my ideas ๐Ÿ’ญ
  • Contributing to various Open source projects ๐Ÿ’Œ

๐Ÿ—‚๏ธ Skills

โ— Expand to view my skills in JSON format โ—
{
  "basics": {
    "name": "Kwame Mintah",
    "label": "Software Engineer",
    "profiles": [
      {
        "network": "Learn Microsoft",
        "username": "kwame-mintah",
        "url": "https://learn.microsoft.com/en-us/users/kwame-mintah/"
      }
    ]
  },
  "work": [
    {
      "name": "CGI",
      "position": "Software Engineer",
      "url": "https://www.cgi.com/en",
      "startDate": "2018-11-09",
      "endDate": "..."
    }
  ],
  "certificates": [
    {
      "name": "HashiCorp Certified: Terraform Associate (003)",
      "date": "2023-09-16",
      "issuer": "HashiCorp",
      "url": "https://www.credly.com/badges/adf68af2-8299-48c5-a023-7a239f439533/"
    },
    {
      "name": "Microsoft Certified: Azure AI Engineer Associate",
      "date": "2023-08-28",
      "issuer": "Microsoft",
      "url": "https://learn.microsoft.com/en-us/users/kwame-mintah/credentials/b3d5becc8bb76fcc/"
    },
    {
      "name": "Microsoft Certified: Azure AI Fundamentals",
      "date": "2023-04-01",
      "issuer": "Microsoft",
      "url": "https://www.credly.com/badges/4c70df7d-f975-4645-b1bf-a9292a4adaf0/"
    },
    {
      "name": "AWS Certified Developer - Associate",
      "date": "2022-06-24",
      "issuer": "Amazon Web Services",
      "url": "https://www.credly.com/badges/24752df3-914e-4715-a7a6-b63fd5ffbb2b/"
    },
    {
      "name": "Exam 480: Programming in HTML5 with JavaScript and CSS3",
      "date": "2020-02-08",
      "issuer": "Microsoft",
      "url": "https://www.credly.com/badges/24752df3-914e-4715-a7a6-b63fd5ffbb2b/"
    }
  ],
  "skills": [
    {
      "name": "Languages",
      "keywords": [
        "Java",
        "Python",
        "Terraform",
        "Bash",
        "SQL",
        "JavaScript",
        "Groovy",
        "HTML",
        "CSS"
      ]
    },
    {
      "name": "Databases",
      "keywords": ["PostgreSQL", "OpenSearch", "MongoDB", "ElasticSearch"]
    },
    {
      "name": "Frameworks",
      "keywords": [
        "Spring boot",
        "Serverless",
        "FastAPI",
        "React.js",
        "Next.js"
      ]
    },
    {
      "name": "Authentication",
      "keywords": ["OAuth 2.0", "Role Based Access Control (RBAC)"]
    },
    {
      "name": "Web Services",
      "keywords": ["RESTful APIs", "Web Extensions"]
    },
    {
      "name": "Paradigms",
      "keywords": [
        "DevSecOps",
        "Agile",
        "Scrum",
        "Microservice Architecture",
        "Lambda Architecture"
      ]
    },
    {
      "name": "Testing",
      "keywords": [
        "JUnit",
        "Mockito",
        "PyTest",
        "Cypress",
        "Cucumber",
        "WireMock",
        "Behaviour-driven development",
        "Test-driven development"
      ]
    },
    {
      "name": "Cloud Providers",
      "keywords": ["Amazon Web Services (AWS)", "Microsoft Azure", "Digital Ocean"]
    },
    {
      "name": "CI/CD",
      "keywords": [
        "Jenkins",
        "Azure DevOps",
        "GitLab",
        "GitHub Actions",
        "Concourse"
      ]
    },
    {
      "name": "Containerization",
      "keywords": ["Docker"]
    }
  ],
  "interests": [
    {
      "name": "Machine Learning",
      "keywords": ["MLOps", "AutoML"]
    }
  ],
  "projects": [
    {
      "name": "Bionic Speed Reader Browser Extension",
      "description": "A simple chrome extension using Bionic Reading (BRยฎ) API.",
      "url": "https://github.com/kwame-mintah/bionic-speed-reader-browser-extension"
    }
  ]
}

โ€œI can't believe what you say, because I see what you do.โ€ - James Baldwin

Kwame Mintah's Projects

aws-lambda-function-template icon aws-lambda-function-template

๐Ÿ“„ A template for AWS lambda function as container image, so others can generate new repositories with example unit tests, dockerfile, github actions etc.

aws-lambda-model-deployment icon aws-lambda-model-deployment

A lambda to deploy a machine learning model inference via serverless. Will create a new model, endpoint configuration and serverless endpoint configuration within AWS SageMaker.

aws-lambda-model-evaluation icon aws-lambda-model-evaluation

A lambda to invoke inference requests to AWS SageMaker endpoints, using test data previous created. Helping with monitoring model performance.

aws-lambda-model-training icon aws-lambda-model-training

A lambda function split preprocessed data into training and validation used for starting a training job within AWS SageMaker.

azure-devops-docs icon azure-devops-docs

This repo is the home of the official Azure DevOps documentation for Microsoft. GitHub Issues filed in this repository should be for problems with the documentation.

checkov icon checkov

Prevent cloud misconfigurations and find vulnerabilities during build-time in infrastructure as code, container images and open source packages with Checkov by Bridgecrew.

digitalocean-static-app icon digitalocean-static-app

A static site app that can be deployed via DigitalOcean (DO) App platform using provided DO deployment configuration or via Terraform

jenkins-jcasc icon jenkins-jcasc

Project to hold my Jenkins instance and it's configuration settings using the JCasC plugin.

notes-md icon notes-md

/nษ™สŠt/ [ plural ] A brief record, especially one written down to aid the memory.

python-fastapi-azure-k8s-cluster icon python-fastapi-azure-k8s-cluster

[[ ๐Ÿ”ท Mirrored from Azure DevOps ๐Ÿ”ท]] Build and push a FastAPI docker image to Azures Container Registry (ACR) and deploy the application to Azure Kubernetes Cluster (AKS).

terraform-associate-playground icon terraform-associate-playground

A repository to try the various terraform features that are related to the HashiCorp Terraform Associate Certification Course (003)

terraform-aws-template icon terraform-aws-template

๐Ÿ“„ A template for aws terraform provider, so others can generate a new repositories with the same directory structure and files.

terraform-azuredevops icon terraform-azuredevops

This my playground for learning Terraform using Azure DevOps as a provider. To create various resources within my own organisation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.