Davor Špehar

Davor Špehar (born 9 February 1988) is a Croatian football player, currently playing for NK Sesvetski Kraljevec.

Davor Špehar
Personal information
Date of birth (1988-02-09) 9 February 1988
Place of birth Zagreb, SR Croatia, SFR Yugoslavia
Height 1.80 m (5 ft 11 in)
Playing position(s) Centre back
Club information
Current team
NK Sesvetski Kraljevec
Youth career
Dinamo Zagreb
Senior career*
Years Team Apps (Gls)
2007 Dinamo Zagreb 0 (0)
2007Bjelovar (loan) 13 (0)
2007–2014 Hrvatski Dragovoljac 140 (4)
2014–2015 Osijek 12 (0)
2015–2016 Lučko 11 (0)
2016–2017 Vinogradar
2017– NK Sesvetski Kraljevec
National team
2004–2005 Croatia U-16 2 (0)
2003–2005 Croatia U-17 27 (0)
2005–2006 Croatia U-18 5 (0)
2005–2007 Croatia U-19 21 (0)
* Senior club appearances and goals counted for the domestic league only and correct as of 21 November 2015
‡ National team caps and goals correct as of 5 October 2014

Career

Špehar started his career in the Dinamo Zagreb academy, a constant fixture of Croatia U-17 and Croatia U-19 teams between 2003 and 2007.[1] While he was still eligible to play for the U-19 team, he was sent on loan to NK Bjelovar in the Druga HNL. Dinamo did not sign a professional contract with him, however, so he moved, aged 19, to the Druga HNL side NK Hrvatski Dragovoljac. He remained at the club for the following 7 seasons, playing mostly at the center-back position, including their 10/11 and 13/14 Prva HNL bouts. During the latter, he achieved a feat unique for the league - scoring 2 goals (his only goals of the season) and an own goal in the 2-2 match against RNK Split.[2]

In the summer of 2014, following Dragovoljac's relegation, he joined NK Osijek.

gollark: Well, combined with the rest of the code, it does!
gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.strategies;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.loop.LoopContext;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.loop.LoopRunner;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.loop.LoopPayloadExecution;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.strategies.FizzBuzzSolutionStrategy;@Servicepublic class EnterpriseGradeFizzBuzzSolutionStrategy implements FizzBuzzSolutionStrategy { private final LoopPayloadExecution _loopPayloadExecution; @Autowired public EnterpriseGradeFizzBuzzSolutionStrategy(final LoopPayloadExecution _loopPayloadExecution) { super(); this._loopPayloadExecution = _loopPayloadExecution; } @Override public void runSolution(final int nFizzBuzzUpperLimit) { final LoopContext loopContext = new LoopContext(nFizzBuzzUpperLimit); final LoopRunner loopRunner = new LoopRunner(loopContext, loopContext, this._loopPayloadExecution); loopRunner.runLoop(); }}```
gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.stringreturners;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.stringreturners.StringStringReturner;@Servicepublic class BuzzStringReturner implements StringStringReturner { public String getReturnString() { final StringBuilder myStringBuilder = new StringBuilder( com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.Constants.BUZZ); final String myString = myStringBuilder.toString(); return new String(myString); }}```
gollark: Does it matter if it is?
gollark: ???

References

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