Go Challenge 3: write a photo-mosaic generating web application
golang-challenge.com
Go Challenge 3: write a photo-mosaic generating web application
1–10 of 19 posts
Re: Go Challenge 3: write a photo-mosaic generating web application
#2Seems like quite a bit of work for the chance of winning a bunch of ebooks.
Re: Go Challenge 3: write a photo-mosaic generating web application
#3This challenge seems a bit over the top. The task is to write a fully functional service for creating a photo mosaic service that accesses third party apis for sourcing the photos. Constraints are that you are not allowed to use any libs from outside the include standard library (though you are expected to write tests using some tool the challenge author is apparently trying to push)... The whole things has to be dep…
> Do not use anything but standard library
Is this a high school homework or a realistic real world challenge? No thanks.
I'd say it's not just a bit over top, but ridiculously over the top. Maybe it's just me.
Re: Go Challenge 3: write a photo-mosaic generating web application
#4Re: Go Challenge 3: write a photo-mosaic generating web application
#5Re: Go Challenge 3: write a photo-mosaic generating web application
#6This challenge seems a bit over the top. The task is to write a fully functional service for creating a photo mosaic service that accesses third party apis for sourcing the photos. Constraints are that you are not allowed to use any libs from outside the include standard library (though you are expected to write tests using some tool the challenge author is apparently trying to push)... The whole things has to be dep…
> Seems like quite a bit of work
That's why it's called a challenge.
I think the last challenge sounded more difficult because the problem was much more unique.
This challenge is more practical because you will be doing very common things like consuming REST APIs, writing HTTP handlers, routing, templating, optional database, etc. Most of this is doable by importing net/http and html/template and reading some basic tutorials [1].
Re: Go Challenge 3: write a photo-mosaic generating web application
#7How long do you think this would take for someone already familiar with the language and web app development?
Re: Go Challenge 3: write a photo-mosaic generating web application
#8Re: Go Challenge 3: write a photo-mosaic generating web application
#9Re: Go Challenge 3: write a photo-mosaic generating web application
#10This challenge seems a bit over the top. The task is to write a fully functional service for creating a photo mosaic service that accesses third party apis for sourcing the photos. Constraints are that you are not allowed to use any libs from outside the include standard library (though you are expected to write tests using some tool the challenge author is apparently trying to push)... The whole things has to be dep…