Skip to content
View AlefRP's full-sized avatar
Block or Report

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 Reddit Stack Overflow YouTube

🛠️ Tech Stack:

💻 Programming Languages:

Python C R JavaScript

🧰 Tools and Platforms:

AWS Anaconda Docker

🗄️ Databases:

MySQL PostgreSQL SQLite Microsoft SQL Server Firebird

📈 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

Popular repositories Loading

  1. CS50P CS50P Public

    CS50P Lectures

    Python

  2. sorveteria_sqlalchemy sorveteria_sqlalchemy Public

    Python

  3. yaml yaml Public

  4. git_github_course git_github_course Public

    A streamlined course drawn from my learning in Git, GitHub, and Markdown, covering some essential skills.

  5. sql_dwacoes sql_dwacoes Public

    Criado com base em minha experiência em dados financeiros e SQL, para análise de ações.

  6. CS50X CS50X Public

    CS50X Lectures

    C