Luis Fernando Herrera

Luis Fernando Herrera Arango (born June 12, 1962 in Medellín, Colombia) is a retired football defender. He was capped 61 times and scored 1 international goal for Colombia between 1987 and 1996. He is current head coach for Atlético Huila [1]

Luis Herrera
Personal information
Full name Luis Fernando Herrera Arango
Date of birth (1962-06-12) June 12, 1962
Place of birth Medellín, Colombia
Height 1.68 m (5 ft 6 in)
Playing position(s) Defender
Senior career*
Years Team Apps (Gls)
1981–1983 Independiente Medellín
1984–1985 Atletico Bucaramanga
1986 América de Cali
1987–1996 Atlético Nacional 286 (2)
National team
1987–1996 Colombia 61 (1)
* Senior club appearances and goals counted for the domestic league only and correct as of April 2008

Career

Herrera (nicknamed Chonto) played most of his club career for Atlético Nacional in Colombia, where he was part of the team that won the Copa Libertadores in 1989. He also helped the club to win two Colombia league titles in 1991 and 1994.

Herrera played three matches at the 1994 World Cup, and four matches at the 1990 World Cup. He also played in three editions of the Copa América in 1987,[2] 1991[3] and 1993.[4]

Titles

Season Team Title
1989Atlético NacionalCopa Libertadores

1990 Atletico Nacional Copa Interamericana

1991Atlético NacionalColombia league
1994Atlético NacionalColombia league
gollark: And this doesn't even ACTUALLY WORK.
gollark: ```javascriptexport const enqueueCrawl = async (crawlURL, tier) => { // robotsPolicy will be filled in on first actual crawl for the domain // this has to be done as a fairly complex DB-side query to prevent race conditions console.log("running insert for", crawlURL.toString()) const [domain] = await DB`INSERT INTO domains (domain, enabled, robotsPolicy, tier) SELECT ${crawlURL.hostname}, FALSE, NULL, ${tier} WHERE NOT EXISTS (SELECT id, domain, enabled, robotsPolicy, tier FROM domains WHERE domain = ${crawlURL.hostname}) RETURNING id` console.log(crawlURL.toString(), domain) // Add entry to crawl queue await DB`INSERT INTO crawl_targets (url, domain) VALUES (${crawlURL.toString()}, ${domain.id}) ON CONFLICT (url) DO UPDATE SET added = NOW()`}```This should NOT be quite so bee.
gollark: I'm busy trying to work out exactly how horrible a PostgreSQL query I need to do this stupid thing under concurrent write load.
gollark: So surely YOU can do it, if ""deforming things"""" is so easy.
gollark: I can't really do art, in general.

References


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