Eduard Gradoboyev

Eduard Gradoboyev (Belarusian: Эдуард Градабоеў; Russian: Эдуард Градобоев; born 28 September 1971) is a Belarusian association football coach and former player.[1] He spent his entire coaching career in Belshina Bobruisk, working at various positions including youth coach, assistant, and head coach.[2]

Eduard Gradoboyev
Personal information
Date of birth (1971-09-28) 28 September 1971
Place of birth Gomel, Belarusian SSR
Height 1.80 m (5 ft 11 in)
Playing position(s) Midfielder
Senior career*
Years Team Apps (Gls)
1989–1990 Gomselmash Gomel 18 (1)
1990–1991 Iskra Smolensk 11 (1)
1992–1994 Fandok Bobruisk 45 (4)
1995–2005 Belshina Bobruisk 267 (22)
Teams managed
2006–2007 Belshina Bobruisk (assistant)
2008 Belshina Bobruisk
2009–2016 Belshina Bobruisk (youth)
2017 Belshina Bobruisk (caretaker)
2017–2018 Belshina Bobruisk (assistant)
2018–2019 Belshina Bobruisk
2019 Belshina Bobruisk (assistant)
2019–2020 Belshina Bobruisk
* Senior club appearances and goals counted for the domestic league only

Family

Eduard Gradoboyev's twin brother Igor Gradoboyev was also a prefessional footballer. The brothers spent their entire playing careers alongside each other. Igor died in 2013.

Eduard 's son Dmitriy Gradoboyev also became professional footballer.

Honours

Belshina Bobruisk

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


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.