Rowllin Borges
Rowllin Borges (born 5 June 1992) is an Indian footballer who currently plays for both Indian club Mumbai City and the Indian national team.
Personal information | |||
---|---|---|---|
Date of birth | 5 June 1992 | ||
Place of birth | Nuvem, Goa, India | ||
Height | 1.86 m (6 ft 1 in) | ||
Playing position(s) | Defensive midfielder | ||
Club information | |||
Current team | Mumbai City | ||
Number | 14 | ||
Youth career | |||
2008–2011[1] | Sporting Goa | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
2011–2016 | Sporting Goa | 59 | (3) |
2016–2019 | NorthEast United | 48 | (4) |
2017 | → East Bengal (loan) | 12 | (1) |
2019– | Mumbai City | 15 | (2) |
National team‡ | |||
2016 | India U23 | 4 | (0) |
2015– | India | 33 | (2) |
* Senior club appearances and goals counted for the domestic league only and correct as of 29 March 2020 ‡ National team caps and goals correct as of 22:30, 10 September 2019 (UTC) |
Career
Sporting Clube de Goa
In June 2011 Borges signed for Sporting Clube de Goa who were then in the I-League. He then made his debut for Sporting Goa on 23 October 2011 against Prayag United in the I-League.[2]
East Bengal
On 11 December 2016, after spending a season with NorthEast United in the Indian Super League, Borges signed with East Bengal of the I-League.[3]
India
He scored his first goal for India in the match against Nepal in the SAFF Suzuki Cup 2015 at Greenfield Stadium at Thiruvananthapuram.
Career statistics
Club
- As of 29 March 2020[4]
Club | Season | League | Federation Cup/Super Cup | Durand Cup | AFC | Total | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Division | Apps | Goals | Apps | Goals | Apps | Goals | Apps | Goals | Apps | Goals | ||
Sporting Goa | 2011–12 | I-League | 1 | 0 | 3 | 0 | 2 | 0 | — | — | 6 | 0 |
2012–13 | 12 | 0 | 3 | 0 | 3 | 0 | — | — | 18 | 0 | ||
2013–14 | 21 | 3 | 5 | 0 | 0 | 0 | — | — | 26 | 3 | ||
2014–15 | 13 | 0 | 4 | 0 | 0 | 0 | — | — | 17 | 0 | ||
2015–16 | 12 | 0 | 3 | 0 | 5 | 0 | — | — | 20 | 0 | ||
Sporting Goa total | 59 | 3 | 18 | 0 | 10 | 0 | 0 | 0 | 85 | 3 | ||
NorthEast United | 2016 | Indian Super League | 13 | 0 | — | — | — | — | — | — | 13 | 0 |
2017–18 | 16 | 0 | 1 | 0 | — | — | — | — | 17 | 0 | ||
2018–19 | 19 | 4 | 1 | 1 | — | — | — | — | 20 | 5 | ||
NorthEast United total | 48 | 4 | 2 | 1 | 0 | 0 | 0 | 0 | 50 | 5 | ||
East Bengal (loan) | 2016-17 | I-League | 12 | 1 | 4 | 0 | — | — | — | — | 16 | 1 |
Mumbai City | 2019–20 | Indian Super League | 15 | 2 | 0 | 0 | — | — | — | — | 15 | 2 |
Career total | 134 | 10 | 22 | 1 | 10 | 0 | 0 | 0 | 166 | 11 |
International
- As of 10 September 2019
National team | Year | Apps | Goals |
---|---|---|---|
India | 2015 | 7 | 1 |
2016 | 4 | 0 | |
2017 | 8 | 1 | |
2018 | 7 | 0 | |
2019 | 7 | 0 | |
Total | 33 | 2 |
International goals
- Scores and results list India's goal tally first.[5]
# | Date | Venue | Opponent | Score | Result | Competition |
---|---|---|---|---|---|---|
1. | 27 December 2015 | Trivandrum International Stadium, Trivandrum | 1–1 | 4–1 | 2015 SAFF Championship | |
2. | 11 October 2017 | Sree Kanteerava Stadium, Bangalore | 1–0 | 4–1 | 2019 AFC Asian Cup qualification | |
Honour
India
- SAFF Championship (1): 2015
individual
- 2016 AIFF Emerging Player of the Year
gollark: Hmm, so what extra features are needed?
gollark: Anyway, good news systemd-dislikers, I made an EXCELLENT and AMAZING replacement using the RUST programming language.
gollark: I have DashMap in here because of some vague dream of concurrently doing... stuff.
gollark: ```rustuse std::process::Command;use anyhow::Result;use std::path::Path;use std::fs;#[derive(serde::Serialize, serde::Deserialize, Debug)]struct RawServiceSpec { command: String, args: Vec<String>, name: Option<String>}#[derive(Debug)]struct ServiceSpec { command: String, args: Vec<String>, name: String}fn load_spec(path: &Path) -> Result<ServiceSpec> { let file = fs::read_to_string(path)?; let raw: RawServiceSpec = toml::from_str(&file)?; Ok(ServiceSpec { command: raw.command, args: raw.args, name: path.file_stem().unwrap().to_string_lossy().to_string() })}fn run_service(serv: ServiceSpec) -> Result<()> { println!("thread {:?}", serv); loop { println!("Starting"); let mut child = Command::new("/bin/env") .arg("python3") .arg("test.py") .spawn()?; child.wait()?; } Ok(())}fn main() -> Result<()> { let services = dashmap::DashMap::new(); for entry in fs::read_dir("./services")? { let s = load_spec(&entry?.path())?; services.insert(s.name.clone(), s); } let mut handles = Vec::new(); for e in services { handles.push(std::thread::spawn(|| run_service(e.1))); } for handle in handles { handle.join().unwrap(); } Ok(())}```
gollark: Well, I guess that's systemd replaced.
References
- https://timesofindia.indiatimes.com/city/goa/rowllin-raises-the-bar-higher-for–2017/articleshow/56479657.cms
- "I-League: Sporting Clube De Goa 2-2 Prayag United - Honours Shared In Goa". goal.com. Retrieved 12 November 2011.
- "Anwar Ali and Sehnaj Singh join East Bengal and Mohun Bagan respectively". Goal.com. 11 December 2016. Retrieved 11 December 2016.
- Rowllin Borges at Soccerway
- "Borges, Rowllin". National Football Teams. Retrieved 11 October 2017.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.