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.

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

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

🚀 About Me:

I'm a passionate Data Analyst from Brazil. Currently working at Memory since May 2023.

class Profile:
    
  def __init__(self):
    self.name = "Alef R. Pereira",
    self.username = "AlefRP",
    self.company = "Memory"
    self.job = "Data Analytics",
    self.start = "05-2023",
    self.end = "Now"
  
  def myname(self):
    return self.name

  def myusername(self):
    return self.username

  def mycompany(self):
    return self.company

  def myjob(self):
    return self.job
  
  def myperiod(self):
    return self.start & " - " & self.end

🌍 Socials:

LinkedIn Stack Overflow Reddit YouTube

🛠️ Tech Stack:

💻 Programming Languages:

Python C R JavaScript SQL

🧰 Tools and Platforms:

Azure AWS Anaconda Docker Airflow dbt Apache Spark Databricks

🗄️ Databases:

MySQL PostgreSQL SQLite Microsoft SQL Server Firebird

📈 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. CS50P CS50P Public

    CS50P Lectures

    Python

  2. airbnb_dbt airbnb_dbt Public

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

  3. fin_commodities_dw fin_commodities_dw Public

    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_bi hot_bi Public

    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-playground pyspark-playground Public

    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

  6. picoles_sqlalchemy picoles_sqlalchemy Public

    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