{"id":49453590,"url":"https://github.com/bloominstituteoftechnology/Precourse","last_synced_at":"2026-05-16T16:01:41.883Z","repository":{"id":42034560,"uuid":"112513641","full_name":"bloominstituteoftechnology/Precourse","owner":"bloominstituteoftechnology","description":"This repo contains the instruction material and assignments for Lambda School's pre-course program.","archived":false,"fork":false,"pushed_at":"2023-10-09T15:40:08.000Z","size":232,"stargazers_count":298,"open_issues_count":1338,"forks_count":1806,"subscribers_count":52,"default_branch":"master","last_synced_at":"2023-10-20T18:19:01.965Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bloominstituteoftechnology.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-11-29T18:41:41.000Z","updated_at":"2023-10-21T10:18:26.757Z","dependencies_parsed_at":"2022-08-12T03:00:44.252Z","dependency_job_id":"d84a424b-e764-4e9f-8f4b-6cda3c4eb99a","html_url":"https://github.com/bloominstituteoftechnology/Precourse","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/bloominstituteoftechnology/Precourse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloominstituteoftechnology%2FPrecourse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloominstituteoftechnology%2FPrecourse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloominstituteoftechnology%2FPrecourse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloominstituteoftechnology%2FPrecourse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bloominstituteoftechnology","download_url":"https://codeload.github.com/bloominstituteoftechnology/Precourse/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloominstituteoftechnology%2FPrecourse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33109461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-30T04:01:03.701Z","updated_at":"2026-05-16T16:01:41.877Z","avatar_url":"https://github.com/bloominstituteoftechnology.png","language":"JavaScript","funding_links":[],"categories":["📦 Legacy \u0026 Inactive Projects"],"sub_categories":[],"readme":"# Lambda School Precourse Workshop\nThis repo contains the instruction material and assignments for Lambda School's free `Web Dev 101 mini-bootcamp`.  Lambda School's free `Web Dev 101 mini-bootcamp` is a three week long course that covers the fundamentals of programming and web development.  Class is held at 5pm Pacific Time Monday through Thursday at the dates listed below.  This class is repeated and given live every month.\n\nTo sign up for the program or to learn more about Lambda School's intensive Computer Science program, visit https://www.lambdaschool.com\n\nTo receive help with the homework you can join our Slack team.  After registering for the mini-bootcamp on our website you will be sent an invitation to join Slack.  We have TAs available to answer questions about the homework.\n\n\n### Live Broadcast Recordings\n\nAll recordings are available on our [YouTube channel](https://www.youtube.com/channel/UCmgWnKIhmOi-MuRUC62mOFw?view_as=subscriber).\n\nLive stream recordings will also be listed here:\n\n* [Lesson 1 - Git, terminal, and GitHub](https://youtu.be/6lLMqYxIMvw)\n* [Lesson 2 - HTML \u0026 CSS](https://youtu.be/uLSFDk2C5WA)\n* [Lesson 3 - CSS Positioning](https://youtu.be/GNLbLG6OxxU)\n* [Lesson 4 - JavaScript I](https://youtu.be/bL-1YjvTRXQ)\n* [Lesson 5 - JavaScript II](https://www.youtube.com/watch?v=iWeR2cXj-nQ)\n* [Lesson 6 - JavaScript III](https://www.youtube.com/watch?v=jOOL4uuCBgw)\n* [Lesson 7 - JavaScript IV](https://www.youtube.com/watch?v=6VLr-E5BM_c)\n* [Lesson 8 - JavaScript V](https://www.youtube.com/watch?v=eWO2qIThltE)\n* [Lesson 9 - JavaScript VI](https://www.youtube.com/watch?v=ucctc5-kjOo)\n* [Lesson 10 - JavaScript VII](https://www.youtube.com/watch?v=pNit3wXnsHc)\n* [Lesson 11 - JavaScript VIII](https://www.youtube.com/watch?v=YWHjh3QvEZo)\n* [Lesson 12 - DOM](https://www.youtube.com/watch?v=_0ZQCGPlsQg)\n\n#### Directions for updating your fork\n\nIf you have already forked this repository but you would like to add the new updates to your forked copy then type the following git commands from within your local repo:\n\n```\ngit remote add upstream https://github.com/LambdaSchool/Precourse.git\ngit pull upstream master\n```\n\nYou only need to add the `upstream` remote once.  If you wish to pull down updates multiple times then just use `git pull upstream master` on subsequent pulls.\n\nIf you have any questions or are experiencing merge conflicts then reach out to a TA for assistance.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbloominstituteoftechnology%2FPrecourse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbloominstituteoftechnology%2FPrecourse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbloominstituteoftechnology%2FPrecourse/lists"}