Alberto Gallego

Alberto Gallego Ruiz (born November 25, 1990 in Don Benito) is a Spanish cyclist, who currently rides for UCI Continental team Rádio Popular–Boavista.[1]

Alberto Gallego
Personal information
Full nameAlberto Gallego Ruiz
Born (1990-11-25) November 25, 1990
Don Benito, Spain
Team information
Current teamRádio Popular–Boavista
DisciplineRoad
RoleRider
Amateur teams
2009–2011Extremadura–Spiuk
2012Andalucía amateur
2013–2014Bicicletas Rodríguez–Extremadura
Professional teams
2014–2015Rádio Popular
2016Caja Rural–Seguros RGA
2020–Rádio Popular–Boavista

Between January 2016 and October 2019, Gallego served a suspension after a positive drugs test for stanozolol, an androgen and anabolic steroid.[2]

Major results

2014
1st Mountains classification Troféu Joaquim Agostinho
2015
3rd Overall Vuelta a la Comunidad de Madrid
3rd Overall Troféu Joaquim Agostinho
7th Overall Volta ao Alentejo
7th Overall Route du Sud
8th Overall Vuelta a Asturias
gollark: Well, it's poorly designed, more so than JS in my opinion.
gollark: PHP is maaaaybe easy for simple stuff, but also very evil.
gollark: There are many languages you can use for web*server*y stuff, but you can only really use HTML/CSS/JS for frontends.
gollark: With Express.js the server thing would look *very roughly* like this:```javascriptconst express = require("express")const multer = require("multer")const app = express()const upload = multer({ storage: multer.memoryStorage(), limits: { fileSize: 2**22 // 4MiB maximum filesize }})app.get("/image", (req, res) => { res.send(loadImageFromSomewhere())})// send upload form HTML - you would need to write this tooapp.get("/upload", (req, res) => res.sendFile("upload.html"))app.post("/upload", upload.single("file"), (req, res) => { saveImageSomewhere(req.file.buffer)})app.listen(8700, () => console.log("listening")) // listen on port 8700```
gollark: I mean, you could use PHP too. I don't like it. But you could.

References

  1. "Rádio Popular - Boavista". UCI.org. Union Cycliste Internationale. Archived from the original on 26 April 2020. Retrieved 26 April 2020.
  2. "Gallego handed near four-year doping ban". Cyclingnews.com. Immediate Media Company. 30 October 2016. Retrieved 24 July 2019.


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