The following text was taken from the about page on https://learncodefrom.us:
Learn Code from Us is a site that lists people who are members of underrepresented groups in tech who create resources geared towards programmers of all levels. These resources include (but are not limited to) podcasts, blog posts, newsletters, or YouTube videos. For now, this site is geared towards free resources in order to be as accessible as possible
Here is a blog post with more about the project.
If you would like to contribute, please add an issue or comment on one of the ones that are open that you are working on it. Then submit a pull request!
If you would like to discuss the project in more detail here is an open thread where you can ask code questions or discuss the future of the project!
On the user side, please add a new person through this form.
This site is specifically for highlighting people who are members of underrepresented groups in tech who create content for programmers.
Please only submit if you have over five posts, and you are planning on making more content in the future!
Also, please only submit your own content at this point!
On the code side, the logic is in data-formatting/script.js
. It creates the data.json
file. You need an API key for the base in order to run this script. At this point, Ali will handle this process since it requires a couple manual checks.
If you are new to coding and would like to know what each part of the setup does or requires, please see the Detailed Readme
You will need the following software to be installed in order to build the code within this repository:
- A git Client
- A Text Editor
- Node
- Clone the repo
- run
npm install
within thelearn-from-us
directory - run
npm start
within the same directory