Skip to content

isaacrpl7/isaacrpl7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors