Federico Gastón Fernández

Federico Gastón Fernández (born 17 October 1989) is an Argentine handball player for UNLu and the Argentina national handball team.[1]

Federico Gastón Fernández
Personal information
Born (1989-10-17) 17 October 1989
Buenos Aires, Argentina
Nationality Argentine
Height 1.91 m (6 ft 3 in)
Playing position Left wing
Club information
Current club UNLu
National team
Years Team Apps (Gls)
Argentina 157 (585)

He defended Argentina at the 2012 London Summer Olympics.[2] He defended Argentina at the 2015 World Men's Handball Championship in Qatar. His brother, Juan Pablo, defended Argentina at the 2016 Olympics.[2]

Individual achiviements

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. "2015 World Championship Roster" (PDF). IHF. Archived from the original (PDF) on 18 December 2014. Retrieved 15 January 2015.
  2. "Federico Fernández". Sports Reference LLC. Archived from the original on 18 April 2020. Retrieved 30 January 2015.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.