Skip to content
View AlefRP's full-sized avatar

Block or report AlefRP

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AlefRP/README.md

🙋‍♂️ Hi, I'm Alef R. Pereira

🚀 About Me:

I'm a passionate Data Engineer from Brazil. Currently working at Math Group since February 2025.

classProfile:
def__init__(self):
self.name="Alef R. Pereira",
self.username="AlefRP",
self.company="Math Group"self.job="Data Engineer",
self.start="02-2025",
self.end="Now"defmyname(self):
returnself.namedefmyusername(self):
returnself.usernamedefmycompany(self):
returnself.companydefmyjob(self):
returnself.jobdefmyperiod(self):
returnself.start&" - "&self.end

🌍 Socials:

LinkedInStack OverflowRedditYouTube

🛠️ Tech Stack:

💻 Programming Languages:

PythonSQLRJavaScriptC

🧰 Tools and Platforms:

AzureAWSAnacondaDockerAirflowdbtApache SparkDatabricks

🗄️ Databases:

MySQLPostgreSQLSQLiteMicrosoft SQL ServerFirebird

📈 GitHub Stats:

AlefRP's GitHub stats

🖋️ Random Dev Quote

🎁 Support My Work

If you find my work helpful or useful, consider buying me a coffee! Any support is greatly appreciated and will be used to continue producing great content.

BuyMeACoffee

Pinned Loading

  1. CS50PCS50PPublic

    CS50P Lectures

    Python

  2. airbnb_dbtairbnb_dbtPublic

    A dbt project for transforming and analyzing Airbnb data with staging models and advanced transformations.

    1

  3. fin_commodities_dwfin_commodities_dwPublic

    Data Warehouse de dados financeiros de commodities, integrando fontes via web scraping e APIs. Desenvolvido com Airflow, Python, PostgreSQL e SQLAlchemy, utiliza modelagem Star Schema para análises…

    Python

  4. hot_bihot_biPublic

    ETL de vendas Hotmart com Python, PostgreSQL, Apache Hop e Power BI. Integração de múltiplas fontes e visualização de indicadores estratégicos em um Data Warehouse MySQL.

    Python

  5. pyspark-playgroundpyspark-playgroundPublic

    A repository of PySpark examples I created to share my learning journey with Spark. It demonstrates common DataFrame operations, transformations, and functions. Aimed at helping others explore and …

    Jupyter Notebook 1

  6. picoles_sqlalchemypicoles_sqlalchemyPublic

    Projeto em Python que utiliza SQLAlchemy 2.0.36 para modelar dados relacionados a picoles, incluindo funcionalidades CRUD como SELECT, INSERT, UPDATE e DELETE.

    Python