Arthur Rodrigues Rezende
Arthur Rodrigues Rezende (born 21 March 1994), simply known as Arthur Rezende, is a Brazilian footballer who plays for Guarani, on loan from Boavista, as a midfielder.
Personal information | |||
---|---|---|---|
Full name | Arthur Rodrigues Rezende | ||
Date of birth | 21 March 1994 | ||
Place of birth | São Francisco do Sul, Brazil | ||
Height | 1.79 m (5 ft 10 in) | ||
Playing position(s) | Midfielder | ||
Club information | |||
Current team | Guarani (on loan from Boavista) | ||
Number | 80 | ||
Youth career | |||
2014 | Goiás | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
2015–2016 | Goiás | 22 | (1) |
2016–2017 | Gil Vicente | 37 | (5) |
2017 | AEL Limassol | 11 | (0) |
2018 | Santa Cruz | 28 | (3) |
2018– | Boavista | 11 | (4) |
2019 | → Guarani (loan) | 30 | (4) |
2020 | → Bahia (loan) | 6 | (1) |
2020– | → Guarani (loan) | 0 | (0) |
* Senior club appearances and goals counted for the domestic league only and correct as of 00:02, 17 June 2019 (UTC) |
Club career
Born in São Francisco do Sul, Santa Catarina, Arthur finished his formation with Goiás. In 2015, he was promoted to the main squad, making his senior debuts in the year's Campeonato Goiano.
Arthur made his Série A debut on 24 May, starting in a 1–0 away win against Palmeiras.[1]
gollark: I dislike how browsers made CSRF a thing, it is total bees.
gollark: One of these days I really ought to add login and CSRF prevention.
gollark: ```javascriptimport m = require("mithril")import * as RPCTypes from "../common/rpc"export const sendMessage = (msg: RPCTypes.Message): Promise<RPCTypes.MessageResponse> => { return m.request( { method: "POST", url: "./rpc/", body: msg, }).then(res => { const [ type, p1, p2 ] = res if (type === "error") { throw new RPCTypes.RPCError(p2, p1) } else if (type === "ok") { return p1 } else { throw new Error("Invalid RPC response") } })}const handler = { get: (target, prop) => (...args) => sendMessage([prop, ...args])}export const serverProxy = new Proxy({}, handler)```
gollark: The RPC thing and some JS hax on the client mean I can basically just call any function the server provides as if it's a local one (except asynchronously).
gollark: minoteaur is just plain RPC - you do `POST /rpc` with a function and its arguments as JSON.
References
- Em Arena lotada, Goiás surpreende e bate Palmeiras, que segue sem vencer (In a full Arena, Goiás surprises and defeats Palmeiras, who remains winless); Globo Esporte, 24 May 2015 (in Portuguese)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.