Skip to content
View BillPelegrini's full-sized avatar
😁
😁

Highlights

  • Pro

Block or report BillPelegrini

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

Hi, I'm Bruno Pelegrini!




  • 🔭 I'm a DBA/DBRE with 10 over years of experience.
  • 🌱 Studying AWS/Azure/Terraform/DynamoDB
  • 😄 Pronouns: He/Him
  • ⚡ Funny facts: Fan of internet pranks

💼 Experienced Database Professional | Expertise in Data Engineering and DevOps 💼

I am a Database Administrator (DBA) with over 10 years of experience, specializing in the management of both relational and non-relational databases. Additionally, I possess robust knowledge in Data Engineering and DevOps practices.

Throughout my career as a DBA, I have honed skills in overseeing databases, ensuring high availability, performance, and data security. Recently, I have expanded my expertise into Data Engineering and DevOps, enhancing my ability to handle large data volumes and implement agile continuous delivery practices.

Key Strengths:

🔹 Administration of relational and non-relational databases;
🔹 Performance optimization and query tuning;
🔹 Implementation of backup, recovery, and data migration strategies;
🔹 Ensuring data security and integrity;
🔹 Expertise in Data Engineering;
🔹 Familiarity with DevOps practices and tools.

I am a dedicated professional, always striving to enhance my knowledge and skills.

Highlighted Technologies:

Relational Databases: Oracle, SQL Server, MySQL, PostgreSQL
NoSQL Databases: MongoDB, Redis, Cassandra, DynamoDB
Cloud: AWS, GCP, Azure, OCI
Other Technologies: Linux, Windows Server, Docker, Kubernetes, Zabbix, BigQuery, Python, Shell script, PowerShell, Terraform, Dataform, Git/Github

Programing Languages

bill-Python bill-bash

Databases

bill-mysql bill-postgres bill-sqlserver bill-oracle bill-mongo bill-redis

Clouds

bill-aws bill-azure bill-gcp bill-oracle

Pinned Loading

  1. cloneazuresql cloneazuresql Public

    This repository contains a PowerShell script designed to automate the cloning of a database from a production environment to a homologation environment in Azure SQL. The script utilizes Azure Power…

    PowerShell

  2. python_http_server python_http_server Public

    This is a basic example demonstrating how to create a simple HTTP server in Python using the http.server library. In this example, the server listens on port 8080 and responds to any request with t…

    Python

  3. resizeazuresql resizeazuresql Public

    This PowerShell script connects to Azure using a managed identity, disables warnings, and resizes a specified SQL database.

    PowerShell

  4. runsqlupdatepwsh runsqlupdatepwsh Public

    This PowerShell script connects to Azure SQL, updates a table, and records the success or failure of the process.

    PowerShell

  5. businessday_calculator businessday_calculator Public

    This project consists of a solution to calculate the next business day (considering business days) taking holidays into account. The implementation is done in SQL Server and includes a holiday tabl…

    TSQL

  6. tablespace_healthcheck tablespace_healthcheck Public

    This script is designed to assess the health of tablespaces in an Oracle database by identifying those with usage exceeding a specified target percentage. It calculates the additional space require…