Yostin Salinas

Yostin Salinas (born 14 September 1998) is a Costa-Rican professional footballer who plays for Sporting San José.[2]

Yostin Salinas
Personal information
Full name Yostin Jafet Salinas Phillips
Date of birth (1998-09-14) 14 September 1998
Place of birth Limón, Limón, Costa Rica
Height 1.84 m (6 ft 0 in)
Playing position(s) Right back[1]
Club information
Current team
Sporting San José
Youth career
Limón
Senior career*
Years Team Apps (Gls)
2016–2017 Limón 29 (0)
2017–2020 Saprissa 68 (1)
2020– Sporting San José 0 (0)
National team
2018– Costa Rica 2 (0)
* Senior club appearances and goals counted for the domestic league only

Career

Club career

In July 2020, Salinas moved to Sporting San José.[3]

International career

He made his debut for the Costa Rica national football team on 17 November 2018 against Chile at Estadio El Teniente. [4]

gollark: ```nimproc pollTargets(ctx: Ctx) {.async.} = for row in ctx.db.all("SELECT * FROM sites"): var (id, url, rollingTotalPings, rollingSuccessfulPings, rollingLatency, rollingDataSince) = row.unpack((int64, string, int64, int64, int64, Option[Time])) let res = await ctx.pollTarget(url) let threshold = getTime() # drop old data from rolling counters if rollingDataSince.isSome: for row in ctx.db.iterate("SELECT status, latency FROM reqs WHERE timestamp >= ? AND timestamp <= ? AND site = ?", rollingDataSince.get, threshold, id): let (statusRaw, latency) = row.unpack((int, int)) rollingTotalPings -= 1 rollingLatency -= latency if statusRaw <= 0: rollingSuccessfulPings -= 1 # add new data rollingTotalPings += 1 rollingLatency += res.latency if int(res.rtype) <= 0: rollingSuccessfulPings += 1 ctx.db.transaction: ctx.db.exec("UPDATE sites SET rc_total = ?, rc_success = ?, rc_latency = ?, rc_data_since = ? WHERE sid = ?", rollingTotalPings, rollingSuccessfulPings, rollingLatency, threshold, id) ctx.db.exec("INSERT INTO reqs (site, timestamp, status, latency) VALUES (?, ?, ?, ?)", id, getTime(), int(res.rtype), res.latency)```This is the core algorithm.
gollark: Actually, æææææ who even knows.
gollark: The boundary conditions could be wrong on this query.
gollark: Hmm. I think I might know what this is maybe?
gollark: I think that might just have been a bug I introduced by accident.

References

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