1

Ideas for an example project?

I want to visualize a coding style
and for this implement something
small that still has more to it than
a Hello World.

Comments
  • 3
    Weatherunderground consumer :)

    I always like to learn by writing a weather api consumer
  • 1
    @netikras Mhm, never done anything with weather APIs, do you know of any that don't require any form of signup?
  • 1
    Typical "take home" projects include:

    - Weather ApI and UI

    - Air traffic data for a few select flights on a map of your choice.

    - product management application with full CRUD, if it's a fullstack position, then a basic UI to utilise the API's

    - tiktaktoe with a NPC.
  • 1
    @ElectroArchiver Not really. A quick google search gave this among the results:

    https://open-meteo.com/en

    curl "https://api.open-meteo.com/v1/..."

    relies on long/lat, so you may have to combine it with some other API to obtain coordinates
  • 0
    @bigmonsterlover Well there isn't one.

    Right now I want to start with JavaScript, but in general I want to cover any language~

    Not sure if I should implement different things in different languages, but considering that it isn't about showing the difference between languages, I think I will use multiple project ideas.

    Also for my own sanity, doing the same in every language sounds like a pain..
  • 1
    https://rosettacode.org/wiki/...
    For the "doing the same in every language", rosetta code is the thing
  • 0
    A devrant clone
  • 0
    @gosubinit Doesn't sound very 'small' lmao~
  • 1
    @ElectroArchiver product peps be like:
    a small devrant clone then

    😅
Add Comment