Skip to content
View carlesloriente's full-sized avatar
๐ŸŽพ
Eagle eye mode
๐ŸŽพ
Eagle eye mode

Sponsors

@hostwebsite
Block or Report

Block or report carlesloriente

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

Hello World ๐Ÿ‘‹

I have over 15 years of experience leading platform engineering adoption, infrastructure strategy development, designing cloud operation models and adoption strategies, DevOps culture, and setting engineering standards for large software projects and transforming companies into high-performing organizations.

I'm highly experienced in Cloud infrastructure, Architecture, Software Development, Deployment, Continuous Integration and Continuous Delivery, Cloud Applications, Cloud Migrations, Micro Services, Server Less, System Architecture, Monitoring, Observability, Automation, Governance and Cloud Computing.

Developing and managing security, reliability, scalability, performance, and Compliance projects with PCI DSS, VdS 10000, ISO 27001, or GDPR certifications.

Leading and managing the Cloud Infrastructure architecture of SaaS products for the world's most popular furnishing brand.

Social: ๐Ÿ’ฌ LinkedIn | ๐Ÿฆ Twitter | ๐Ÿ•ธ๏ธ Notes on Cloud Computing

Side projects: ๐Ÿ“ฆ NOCC Bootstrap Theme - npm

Experienced in ๐Ÿ’ป

  • Cloud Adoption
  • Cloud Infrastructure
  • CI/CD
  • Cloud-Native Applications
  • Software Deployment
  • High Availability and Reliability

Daily toys ๐ŸŽฎ

Amazon AWS Badge GNU Bash Badge Python Badge Terraform Badge Go Badge Grafana Badge Visual Studio Code Badge GoLand Badge

Notes on Cloud Computing - Recent notes ๐Ÿ“ฐ

More on notesoncloudcomputing.com

background

Click for GitHub Stats

Carles Loriente's GitHub stats

Pinned

  1. nocc-bootstrap-theme nocc-bootstrap-theme Public

    NOCC a responsive Bootstrap 5 dual theme npm package

    SCSS 2

  2. bootstrap-theme-jekyll bootstrap-theme-jekyll Public

    NOCC Jekyll Bundle. A fully featured bundle site for Jekyll created by Carles Loriente. Features a homepage, about page, tags cloud page, gallery of images page, examples post pages with comments pโ€ฆ

    HTML 2

  3. sign-kernel-modules-secureboot sign-kernel-modules-secureboot Public

    Automated script for signing kernel modules with Secure Boot and uses these with VirtualBox It also reviews the prerequisites for the system, required packages, and missing folders and creates the โ€ฆ

    Shell 2

  4. Compile and install GLIBC 2.18 in Ce... Compile and install GLIBC 2.18 in CentOS 7
    1
    # Check gist comments to verify system PATH and or adapt it.
    2
    wget https://ftp.gnu.org/gnu/glibc/glibc-2.18.tar.gz
    3
    tar zxvf glibc-2.18.tar.gz
    4
    cd glibc-2.18
    5
    mkdir build