Mladen Kovačević

Mladen Kovačević (Serbian Cyrillic: Младен Ковачевић, born 30 December 1994) is a Serbian footballer currently playing as a forward for Nantong Zhiyun.

Mladen Kovačević
Personal information
Date of birth (1994-12-30) 30 December 1994
Place of birth Sombor, Serbia
Height 1.86 m (6 ft 1 in)
Playing position(s) Forward
Club information
Current team
Nantong Zhiyun
Number 18
Youth career
0000–2012 Radnički Sombor
Senior career*
Years Team Apps (Gls)
2012–2014 Radnički Sombor
2014 Ozren Sokobanja
2015–2017 Sloga Conoplja
2017–2019 Bečej 22 (11)
2019– Nantong Zhiyun 22 (6)
* Senior club appearances and goals counted for the domestic league only and correct as of 18:54, 29 February 2020 (UTC)

Career statistics

Club

As of 29 February 2020.[1]
Club Season League Cup Continental Other Total
Division Apps Goals Apps Goals Apps Goals Apps Goals Apps Goals
Bečej 2018–19 Serbian First League 221100002211
Nantong Zhiyun 2019 China League One 2260000226
Career total 44170000004417
Notes
    gollark: Eh. It's improved. Still problematic though, but I like it.
    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```

    References

    1. Mladen Kovačević at Soccerway. Retrieved 29 February 2020.


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