Alsid Tafili

Alsid Tafili (born 20 August 1987) is an Albanian footballer who plays for Kosovan side KF Liria.[1][2][3][4][5][6]

Alsid Tafili
Personal information
Full name Alsid Tafili
Date of birth (1987-08-20) 20 August 1987
Place of birth Shkodër, Albania
Height 1.85 m (6 ft 1 in)
Playing position(s) Central midfielder
Club information
Current team
Liria
Youth career
2000–2005 Vllaznia
Senior career*
Years Team Apps (Gls)
2005–2006 Vllaznia 19 (1)
2006–2007 Elbasani 3 (0)
2007–2008 Ada 26 (3)
2008–2009 Tërbuni 22 (5)
2009 Laçi 3 (0)
2010 Liria
2010–2011 Teuta 29 (2)
2011 Panachaiki 8 (0)
2012 Liria 17 (11)
2012–2015 Vllaznia 85 (5)
2015 Partizani 8 (0)
2016–2019 Vllaznia 101 (5)
2019– Liria 0 (0)
National team
2006–2007 Albania U-19 3 (0)
2007–2008 Albania U-21 3 (0)
* Senior club appearances and goals counted for the domestic league only and correct as of 13:30, 22 July 2019 (UTC)

Club career

He announced to leave Partizani in January 2016,[7] only to rejoin Vllaznia a day later.[8] In June 2019, Tafili rejoined KF Liria for the third time.[9]

gollark: It's a websocket-based inter-computer cross-server message relay.
gollark: ```rust#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Hash, Clone)]#[serde(untagged)]pub enum Channel { Numeric(i64), Named(String)}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct RawMsg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct Msg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value, pub timestamp: chrono::DateTime<chrono::Utc>}#[derive(Serialize, Deserialize, Debug)]#[serde(tag = "type")]enum MessageFromClient { #[serde(rename = "open")] Open { channel: skynet::Channel }, #[serde(rename = "close")] Close { channel: skynet::Channel }, #[serde(rename = "message")] Message(skynet::RawMsg)}#[derive(Serialize)]#[serde(tag = "type")]enum MessageToClient<'a> { #[serde(rename = "message")] Message(skynet::Msg), #[serde(rename = "channels")] OpenChannels { channels: &'a HashSet<skynet::Channel> }}```WIP Rust notreallyconversion of the Skynet protocol.
gollark: ```goconst( zero = iota; /* iota starts as zero */ one = iota; /* ...and is incremented every semicolon */ two; /* the last expression is repeated if you omit it */ three;)```
gollark: ```govar numbers map[string]int;numbers["One"] = 1;numbers["Two"] = 2;numbers["Three"] = 3;print(numbers["Four"]);```A small example of wrong.
gollark: Slightly sane*r*.

References

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