Skip to content
View renanrcrr's full-sized avatar
πŸ€“
πŸ€“

Block or report renanrcrr

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

Hi there!

πŸ€“ I'm Senior Software Engineer, DevOps Engineer, Cloud & AI Researcher focused on helping the community develop solutions applied to health, science and education!

Certificate Achievements

πŸ† GitHub Foundations πŸ† (GitHub)

πŸ† 3x Databricks: AWS Databricks Platform Architect, Databricks Fundamentals and Generative AI Fundamentals πŸ† (Databricks)

πŸ† Linux Essentials πŸ† (Linux Professional Institute)

πŸ† Python for Genomic Data Science πŸ† (Johns Hopkins University)

πŸ† Certified Entry-Level Python Programmer πŸ† (Python Institute)

πŸ† 4x Cloud Quest: Cloud Practitioner, Solutions Architect, Serverless Developer, Data Analytics (AWS)

πŸ† Machine Learning πŸ† (Stanford University)

Tech Stack

Python dev: Python Django FastAPI PySpark NumPy Pandas

Java dev: Java Spring Boot Java Server Faces Apache Tapestry Hibernate Prime Faces

JS dev: Js React ReactNative NodeJS ExpressJS VueJS

PHP dev: PHP Laravel Wordpress

AI/ML: Hugging Face OpenAI Codex Rasa Lang Chain Generative AI

DBs: MongoDB MySQL Postgresql SQL Server MariaDB

Others: Linux Git GitHub Terraform Databricks Shopify



Renan Rodrigues's GitHub stats


You can also find me here πŸ‘‡

Pinned Loading

  1. springboot-ionic-backend Public

    This is the back-end of an e-commerce app with login, user registration, shopping cart, profile photo upload, and order checkout. Built with Java, Spring Boot, MySQL, JPA, JWT auth, email via SMTP,…

    Java

  2. app-super-gestao Public

    This is a full-stack application in Laravel.

    PHP

  3. pypark-general-concepts Public

  4. iac-terraform-templates Public

    This repository reflects the study for the HashiCorp Terraform Associate certification (003)

    HCL 1

  5. Genetic Algorithm that evolves rando...
    1
    const target = "I love using LLMs to solve problems";
    2
    const chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz .,";
    3
    const popSize = 200;
    4
    const mutationRate = 0.01;
    5
    let population = [];
  6. gaadt-cm Public

    πŸ’» πŸ“š 🏫 Genetic algorithm to measure concept maps based on a domain's ontology. It was showed at Conferencia IADIS Ibero Americana WWW/INTERNET in Rio de Janeiro together with WebCMTool and it has so…

    Java