Gadi Kinda

Gadi Kinda (Hebrew: גדי קינדה; born 23 March 1994) is an Ethiopian-born[2] Israeli footballer who plays as a midfielder for Sporting Kansas City on loan from Israeli Premier League club Beitar Jerusalem.

Gadi Kinda
Personal information
Full name Gadi Kinda
Date of birth (1994-03-23) 23 March 1994[1]
Place of birth Addis Ababa, Ethiopia[2][3][4]
Height 1.73 m (5 ft 8 in)
Playing position(s) Attacking midfielder
Club information
Current team
Sporting Kansas City
(on loan from Beitar Jerusalem)
Number 17
Youth career
Ashdod
Senior career*
Years Team Apps (Gls)
2011–2019 Ashdod 160 (12)
2019– Beitar Jerusalem 26 (8)
2020–Sporting Kansas City (loan) 4 (2)
National team
2013–2017 Israel U21 16 (1)
* Senior club appearances and goals counted for the domestic league only and correct as of 16 January 2020

Early life

Kinda was born in Ethiopia, to a Jewish family.[2] At the age of three, he immigrated to Israel with his family.[2]

Club career

In February 2019, he moved to Beitar Jerusalem.[5]

In January 2020, Kinda joined Major League Soccer club Sporting Kansas City on a one-year loan deal with an option to buy.[6]...

לפני שמינית גמר יורו 2021 ישחק עם ישראל בעזרת השם איפה ישחק גדי קינדה ***

1. הופנהיים אור קולון ( Budesligat )


2. ויטסה ארנהיים אור אייאקס אמסטרדם ( Eredivie) 


3.  סלטיק גלזגו (  Premiership) 


 4.  מונקו אור שטרסבורג ( Conforama ligue)

Honours

Club

gollark: I should assign unique IDs to the other sandbox escape bugs.
gollark: My "fix" is this:```lua--[["Fix" for bug PS#E9DCC81BSummary: `pcall(getfenv, -1)` seemingly returned the environment outside the sandbox.Based on some testing, this seems like some bizarre optimization-type feature gone wrong.It seems that something is simplifying `pcall(getfenv)` to just directly calling `getfenv` and ignoring the environment... as well as, *somehow*, `function() return getfenv() end` and such.The initial attempt at making this work did `return (fn(...))` instead of `return fn(...)` in an attempt to make it not do this, but of course that somehow broke horribly. I don't know what's going on at this point.This is probably a bit of a performance hit, and more problematically liable to go away if this is actually some bizarre interpreter feature and the fix gets optimized away.Unfortunately I don't have any better ideas. Also, I haven't tried this with xpcall, but it's probably possible, so I'm attempting to fix that too.]]local real_pcall = pcallfunction _G.pcall(fn, ...) return real_pcall(function(...) local ret = {fn(...)} return unpack(ret) end, ...)end local real_xpcall = xpcallfunction _G.xpcall(fn, handler) return real_xpcall(function() local ret = {fn()} return unpack(ret) end, handler)end```which appears to work at least?
gollark: Fixed, but I don't really know how or why.
gollark: ... should I create a bug report?
gollark: It returns two, actually. The second one. I don't know *what* the first one is doing.

References

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