Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View renangrothe's full-sized avatar
👋
I may be slow to respond, but i will.
👋
I may be slow to respond, but i will.
  • SP - BR

Highlights

  • Pro

Block or report renangrothe

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
renangrothe/README.md
Typing SVG

About Me

Software engineer specializing in full-stack development and data science. Computer Science student with hands-on experience in cloud computing and machine learning. Passionate about building scalable solutions and contributing to open-source projects.

Core Competencies

  skills = {
    "Languages": ["Python", "Java", "C", "SQL"],
    "Data Science": ["TensorFlow", "Keras", "NumPy", "Scikit-learn", "PyTorch", "Matplotlib"],
    "Cloud": ["AWS", "GCP", "Docker"],
    "DevOps": ["CI/CD", "Git", "GitHub Actions"],
    "Databases": ["PostgreSQL", "MySQL"],
    "Tools": ["Linux", "IntelliJ IDEA", "Vim"]
  }

Technical Expertise

Core Tech
Platforms
Databases

Data Science & ML

DS Core CV scikit-learn keras numpy

Projects Overview

IMDB2SQLINSERTION Sistema De Avaliacao de Series

GitHub Analytics


"The good thing about standards is that there are so many to choose from." - Andrew S. Tanenbaum

Pinned Loading

  1. IMDB2SQLINSERTION IMDB2SQLINSERTION Public

    Um script de scraping do imdb para construir comandos de inserção para popular um banco de dados do projeto: https://github.com/renangrothe/Sistema-De-Avaliacao-de-Series

    Python 1

  2. ConwaysGameofLife ConwaysGameofLife Public

    This project is a basic implementation of Conway's Game of Life, utilizing only the C Standard Libraries and providing a very rudimentary display in the terminal. Furthermore, the initial grid is r…

    C