Coding tutorials:

Logo for programming language of C
A fanmade logo of C seen on Microsoft site that is in a similar style to ISO C++ logo

Want to learn coding for open source projects, or for job opportunities? Well, since I, the creator of this fake non profit, knows nothing about most coding languages, you can find some good tutorials at this website:https://www.programiz.com/ . Now for an overview of coding languages:

JavaScript:

How computers work

A computer works using transistors. These transistors can have variable electrical values, determined by boolean algebra. An image of a lot of Random access memory
This image was posted by user comedy_nose on Flickr and was confirmed to be creative commons before being moved to Wikimedia commons. All logic gates can be made from a NAND logic gate. Now, in modern times a photo lithography will etch billions of transistors into a 300mm silicon slab and make a complex web of transistors, and when voltages are run through it, it will have an output. Essentially, we tricked a rock into thinking with electricity and light. There are a few components that are in a computer:
    CPU(Central Processing Unit)Does the main thinking.
    GPU(Graphical Processing Unit)Processes the graphical output
    PSU(Power Supply Unit)Powers the components with steady power
    RAM(Random access memory)Holds information needed to accessed quickly
    Motherboard: Holds everything together
    Storage device:holds long term data
When assembled, they communicate and produce a display output and finally compute.