This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Mateus Galasso", | |
"label": "Senior Full Cycle Developer", | |
"image": "", | |
"email": "[email protected]", | |
"phone": "+5561992419461", | |
"url": "", | |
"summary": "Over 15 years of experience in TI. Strong background System Development. Proven skills in SQL Server, MySQL, PHP, Python, HTML5, CSS, VueJs, Docker, CI/CD, TDD, GIT Demonstrated ability to build applications in Laravel and VueJS Professional communication skills include good fluency Extremely motivated to constantly develop my skills and grow professionally.", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SPDX-License-Identifier: MIT | |
pragma solidity ^0.6.0; | |
interface AggregatorV3Interface { | |
function decimals() | |
external | |
view | |
returns ( | |
uint8 |