Hi, I’m a first year CS student and this 3 month period of vacations I want to follow a good free course on programming. If it’s possible, I also want to learn how is the process in which a code written in a text editor can become an executable with it’s GUI in the operating system (currently using Linux), because I really have no idea how that works.

Browsing the web for it have become overwhelming and I’m finding trouble in deciding what to follow, and I also need some order in order to learn things.

I would really appreciate if you can tell me if you know any course that meets this requirements.

  • NostraDavid
    link
    16 months ago

    Read through the HTML5 spec if you want to do anything frontend related. Yes, it can be boring at times, but using a TTS extension for your browser helps a lot.

    It’ll teach you which HTML5 tags exist, which attributes exist for each tag, which tag goes within which tag, etc. Very helpful if you want to actually learn an up-to-date HTML5.

    It will provide a very good fundamental knowledge before you start learning whatever popular JS framework exists in a few years.