Evandro Guerra
Evandro Motta Marcondes Guerra (born 27 December 1981) is a Brazilian volleyball player. He is part of the Brazil men's national volleyball team. On club level he plays for Sada Cruzeiro.
Evandro Guerra | ||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Personal information | ||||||||||||||||||||||||||||||||||||||
Full name | Evandro Motta Marcondes Guerra | |||||||||||||||||||||||||||||||||||||
Nationality | ||||||||||||||||||||||||||||||||||||||
Born | 27 December 1981 | |||||||||||||||||||||||||||||||||||||
Height | 2.07 m (6 ft 9 in) | |||||||||||||||||||||||||||||||||||||
Weight | 103 kg (227 lb) | |||||||||||||||||||||||||||||||||||||
Spike | 359 cm (141 in) | |||||||||||||||||||||||||||||||||||||
Block | 332 cm (131 in) | |||||||||||||||||||||||||||||||||||||
Volleyball information | ||||||||||||||||||||||||||||||||||||||
Position | Opposite | |||||||||||||||||||||||||||||||||||||
Current club | ||||||||||||||||||||||||||||||||||||||
Number | 8 | |||||||||||||||||||||||||||||||||||||
Career | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
National team | ||||||||||||||||||||||||||||||||||||||
Honours
|
Sporting achievements
- FIVB Club World Championship
Brazil 2016 – with Sada Cruzeiro Poland 2017 – with Sada Cruzeiro Brazil 2019 – with Sada Cruzeiro
- National championships
- 2012/2013
Liga Argentina Serie A1 – with UPCN Vóley Club - 2016/2017
Brazilian Superliga – with Sada Cruzeiro - 2017/2018
Brazilian Superliga – with Sada Cruzeiro
- 2012/2013
Individually
- 2007: Brazilian Superliga – Best Scorer
- 2015: South American Championship – Best Opposite
- 2016: FIVB Club World Championship – Best Opposite
- 2017: Brazilian Superliga – Most Valuable Player
- 2017: Brazilian Superliga – Best Server
- 2019: FIVB Club World Championship – Best Opposite
gollark: As well as having special casing for stuff, it often is just pointlessly hostile to abstracting anything:- lol no generics- you literally cannot define a well-typed `min`/`max` function (like Lua has). Unless you do something weird like... implement an interface for that on all the builtin number types, and I don't know if it would let you do that.- no map/filter/reduce stuff- `if err != nil { return err }`- the recommended way to map over an array in parallel, if I remember right, is to run a goroutine for every element which does whatever task you want then adds the result to a shared "output" array, and use a WaitGroup thingy to wait for all the goroutines. This is a lot of boilerplate.
gollark: It also does have the whole "anything which implements the right functions implements an interface" thing, which seems very horrible to me as a random change somewhere could cause compile errors with no good explanation.
gollark: - `make`/`new` are basically magic- `range` is magic too - what it does depends on the number of return values you use, or something. Also, IIRC user-defined types can't implement it- Generics are available for all of, what, three builtin types? Maps, slices and channels, if I remember right.- `select` also only works with the built-in channels- Constants: they can only be something like four types, and what even is `iota` doing- The multiple return values can't be used as tuples or anything. You can, as far as I'm aware, only return two (or, well, more than one) things at once, or bind two returns to two variables, nothing else.- no operator overloading- it *kind of* has exceptions (panic/recover), presumably because they realized not having any would be very annoying, but they're not very usable- whether reading from a channel is blocking also depends how many return values you use because of course
gollark: What, you mean no it doesn't have weird special cases everywhere?
gollark: It pretends to be "simple", but it isn't because there are bizarre special cases everywhere to make stuff appear to work.
External links
- Player profile at Volleybox.net
Awards | ||
---|---|---|
Preceded by |
Best Opposite Spiker of South American Championship 2015 |
Succeeded by |
Preceded by |
Best Opposite Spiker of FIVB Club World Championship 2016 |
Succeeded by |
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.