Skip to content
View isaacrpl7's full-sized avatar

Block or report isaacrpl7

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
isaacrpl7/README.md
export default async function myTechnologies(token){
    return fetch('https://isaacreinaldo.dev/me/technologies', {
        method: 'GET',
        headers: {
            'Authorization': `Bearer ${token}`,
            'Content-Type': 'application/json'
        },
    });
}
console.log(myTechnologies(rightToken))
{
  "languages": ["Python", "JavaScript", "Java", "C", "C++"],
  "frameworks": ["Django", "ReactJS"],
  "misc": ["PostgreSQL", "Git", "ChartJS", "Styled-Components", "JQuery", "Bootstrap", "CSS", "HTML"]
}

Welcome, I'm Isaac Reinaldo!

LinkedIn Badge Youtube Badge Email Badge

Experience

Tech Intern

I've been working as a Full-Stack developer of VTEX, building and deploying projects for the growth of the company. Here I could learn even more about Full Stack development and automation of processes. I've used Postgresql, Nodejs, React, Python, MongoDB, Docker and libraries like Stripe, Pandas, ChartJS, and some others.

from datetime import date
start_date = date(2022, 04, 01)
today = date.today()

Front-End developer

I've been working as a Front-End developer on SGEOL, a huge system made to monitor geographic data in Brazil, like water scarcity, progress of government constructions and works, budgets and spendings. All of this was possible with the construction of a complex API and a lot of dashboards. Here I could learn about VueJS, map libraries like Leaflet, and API consumption and API architecture best practices including security.

from datetime import date
start_date = date(2022, 04, 01)
today = date(2022, 12, 01)

Web developer

I've been working as a Full-Stack developer of SUVEPI, a website that helps notifying and monitoring the Covid-19 cases and other diseases. It assisted a lot of health professionals all around the state and is used by the official health department SESAP-RN.

from datetime import date
start_date1 = date(2021, 04, 01)
end_date1 = date(2022, 03, 01)
start_date2 = date(2023, 03, 01)
current = date.today()

Django developer

I worked as a Django developer of União Rações, a system that managed and calculate data of products, sales and clients to a farm. I was part of all the development steps, including modeling, setting, implementing, developing dashboards and calculations.

from datetime import date
start_date = date(2020, 08, 01)
end_date = date(2020, 12, 01)

Java  React  Material UI  Redux   CSS  HTML  JavaScript  MySQL  Bootstrap python django

Pinned Loading

  1. netflixclone netflixclone Public

    Reactjs practice - building a netflix clone

    JavaScript 4 2

  2. ano_letivo ano_letivo Public

    Prática de uma aplicação web de registro de ano letivo em escolas em Django.

    CSS

  3. jogo_da_cobrinha jogo_da_cobrinha Public

    Jogo da cobrinha feito no curso Global Full Stack Developer da Digital Innovation One

    JavaScript

  4. softplayer softplayer Public

    A music player using Reactjs that connects to Spotify (using the API and Spotify Connect) allowing you to listen your songs in a different environment.

    JavaScript