Skip to content
View Giancarmine's full-sized avatar
🍝
Eating pasta
🍝
Eating pasta
Block or Report

Block or report Giancarmine

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

Eat Spaghetti.
DON'T do Spaghetti.
🍝

πŸ‘©β€πŸ’» About Me

I am Carmine Cuofano, an I&O Platform Engineer at Holcim EMEA Digital Center. I have over 8 years of experience in the IT industry, with a focus on cloud computing, DevOps, and security.

I'm passionate about using technology to solve business problems. I am also a strong advocate for open source software and continuous improvement.

Here are some of the key highlights from my LinkedIn profile:

- 8+ years of experience in the IT industry ad DevOps Java Developer
- Focus on cloud computing, DevOps, and passionate about using technology to solve business problems
- Strong advocate for open source software and continuous improvement
- Currently working as an I&O Platform Engineer at Holcim EMEA Digital Center

πŸ›  Language and tools

amazonwebservices logo docker logo kubernetes logo terraform logo ansible logo vagrant logo kotlin logo ktor logo flutter logo dart logo java logo spring logo gradle logo cucumber logo nodejs logo express logo python logo typescript logo github logo gitlab logo linux logo ssh logo bash logo cmake logo grafana logo prometheus logo sqlite logo mysql logo postgresql logo oracle logo microsoftsqlserver logo mongodb logo storybook logo

πŸ”₯ My Stats :

stats graph languages graph

Pinned Loading

  1. rock-paper-scissors-lizard-spock-bot rock-paper-scissors-lizard-spock-bot Public

    rock-paper-scissors-lizard-spock telegram bot

    Kotlin

  2. ansible-DRP ansible-DRP Public

    An ansible playbook collection, used to configure a ubuntu remotely or locally

    Shell 2

  3. HerokuKtorRandomSrv HerokuKtorRandomSrv Public

    A random number service writed in Ktor and hosted in Heroku - Here a DEMO

    Kotlin 2

  4. A Next.js devcontainer to have a nod... A Next.js devcontainer to have a node.js dev env in a container [place in `.devcontainer/`]
    1
    // For format details, see https://aka.ms/devcontainer.json. For config options, see the
    2
    // README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node
    3
    {
    4
      "name": "Next.js container",
    5
      // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
  5. A CI workflow to execute terraform i... A CI workflow to execute terraform in Oracle oci cluster - /.github/workflows/ci.yml
    1
    name: Terraform CI
    2
    
    
    3
    on:
    4
      push:
    5
        branches:
  6. A CI workflow to install vagrant and... A CI workflow to install vagrant and execute vagrant up- /.github/workflows/vagrant-up.yml
    1
    name: vagrant-up
    2
    
    
    3
    on: [push]
    4
    
    
    5
    jobs: