Diego Meijide

Diego Martín Meijide Blanco (born May 9, 1976, in Montevideo) is a Spanish Association football player, currently (as of 2012) playing for CD Eldense in Tercera División - Group 6.

Diego Meijide
Personal information
Full name Diego Martín Meijide Blanco
Date of birth (1976-05-09) 9 May 1976
Place of birth Montevideo, Uruguay
Height 1.87 m (6 ft 2 in)
Playing position(s) Defender
Club information
Current team
CD Eldense
Senior career*
Years Team Apps (Gls)
1995–1997 Miramar Misiones
1997–1999 Deportivo Maldonado - (5)
1999–2001 Bella Vista
2002 Villa Española
2002–2003 Tianjin Teda
2003–2004 Pinatar CF
2004–2005 Mazarrón CF
2005–2006 Panserraikos FC
2006–2007 FC Torrevieja
2007–2008 Real Oviedo
2008–2009 Novelda CF
2012– CD Eldense
* Senior club appearances and goals counted for the domestic league only

In the 2007–08 season he played for Real Oviedo, the champions of the region of Asturias (winners of the Trofeo Principado in 2007).

Signed from F.C. Torrevieja, with whom he played for five seasons, he was player of the season at that club in all five of those seasons. He is the main position central defender. In July 2012, he signed for CD Eldense.

Honours and awards

  • Promotion to Primera División Uruguaya: 1998 Deportivo Maldonado (Promotion/Relegation Playoff winner)
gollark: ```javascriptconst spaces = regex(/^ */)const whitespace = regex(/^[ \n\t]*/)const name = regex(/^[^ \n\t():]+/)const code = many(coroutine(function*() { yield spaces return yield choice([ coroutine(function*() { yield char("(") const x = yield code yield spaces yield char(")") return x }), name ])}))const program = sequenceOf([ many1(coroutine(function*() { yield whitespace const n = yield name yield whitespace yield str(":=") const c = yield code return { code: c, name: n } })), possibly(whitespace)]).map(([x, _]) => x)```parsing™
gollark: It was very elegant. I combinated™ it in a few lines of code.
gollark: It went nicely and I had a cool parser and all until it turned out that we were accidentally pushing to the wrong end of a list or something in a stupidly hard to debug way.
gollark: Fun times, that was. We were using JS to implement that weird stacky language.
gollark: Oh, like our interpreter race.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.