Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

kstick9210/sei-cc-8-local

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

115 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEI-CC-8 Local Lecture Repository

This repository will contain useful information and resources for SEI-CC-8.

To keep your Enterprise Github up to date with Global SEI-CC-7 (Do this at least once a day!):

git pull upstream master
git push

To pull down the latest commit during a code-along lesson, use:

git fetch --all
git reset --hard origin/master

Week 1 Useful Information:

Daily Schedule:

daily schedule

Recorded Global lessons can be found here.

Project Presentation Recordings are here:

Click to expand

Recorded Local lessons are listed here:

Click to expand

Unit 1:

Click to expand:

Unit 2:

Click to expand:

Unit 3:

Click to expand:

Unit 4:

Click to expand:

Install-Related Links

Click here to expand

SEI-CC-8 Class repository can be found here.

Install-fest for Macs can be found here.

Install-fest for Linux(Ubuntu) can be found here.

Deliverables can be submitted here.

CLI(Command Line Interface) command cheat sheet.

Git commands / workflow cheat sheet.

Useful VS Code Extensions:

Click to expand

:emojisense: - Suggestions and auto-complete for emoji in VS Code

Beautify - Adds color to help identify different parts of your code

Better Comments - Create human-friendly comments in your code

Bracket Pair Colorizer - Colors brackets/parens for easy readability

Color Info - Provides quick info about CSS colors

Debugger for Chrome - Debug JavaScript in Chrome

Django - Beautifies syntax for Django code

EJS language support - Adds support for EJS to VS Code

ESLint - JavaScript linting

HTML Boilerplate - Provides shortcut for boilerplate template

Live Server - Launch a development server with live reload/refresh

Markdown All in One - Shortcuts/preview for markdown code

Markdown Emoji - Adds emoji support to markdown

Material Icon Theme - Adds different icons for differentiating file types

open in browser - Open current file in your default browser/application

Python - Linting/debugging/intellisense for Python

SQL Server (mssql) - Adds support for SQL linting/colorizing/intellisense

vscode-spotify - Allows Spotify control from within VS Code

Week 1 Resources

Click to expand

CSS Tricks - Great CSS resource

Helpful CSS Libraries:

Animate - Great for beginners, check this out for tic-tac-toe effects!!!

Materialize - AMAZING, you WILL use this!

Bootstrap - AMAZING, you WILL use this!

Foundation - More advanced, but SUPER powerful

Week 2 Resources

Click to expand

Flexbox Froggy - Use this to help learn Flexbox!!!

Grid Garden - Use this to help learn Grid!!!

Unit 1 Project Resources

Click to expand

Wireframe.cc - Simple, easy to use wire-frame designer

Draw.io - More robust wire-frame utility, has templates for ERD (Entity Relationship Diagram) that we'll use in Units 2, 3, and 4

Trello - Organization site to help keep goals/objectives neat and tidy

Google Fonts - So. Many. Fonts.

confetti.js - Everybody loves confetti...

Cool JavaScript Effects - Links to TONS of fun, easy to use JS resources

CSS/JS Text Animation Snippets - Easy to use code snippets for text animation

Freesound - So. Many. Free. Sounds.

Unit 2 (Weeks 4-6) Resources

Click to expand

Practice your reps by following these guides:

Cuisine Catalog: 3 different difficulty levels to practice full-stack MEN using full-CRUD. Nothing fancy, this handles basic operations with minimal styling.

Recipe-Book: A little more advanced tutorial to make a recipe-book collection. This uses a 3rd party API (Edamam) and you’ll need to sign up for a free key. This is also a work-in-progress, I’ll be adding more functionality to it over time.

Useful tool for querying APIs:

Nifty APIs to try out:

Look here: A massive, organized list of public APIs

Here are some standout favorites:

NASA <-- SOOOO COOOOL

Edamam (Food/Recipe/Nutrition)

Spotify Web - NOT easy to use, but really cool!

Quickchart - REALLY quick, neat way to display data in a chart

Twilio <-- Use this to send SMS notifications!!!

Frankfurter - currency exchange

Open Charge (EV charge station map)

Spoonacular (Restaurant Food Database)

Lob - Email Postcards

Pokémon API <-- The only way to catch em all!

Unit 3 (Weeks 7-9) Resources

Click to expand

Unit 4 (Weeks 10-12) Resources

Click to expand

Coding Challenge Sites:

www.hackerrank.com

www.codewars.com

https://www.interviewcake.com/

https://adventofcode.com/

Recommended podcasts:

Syntax

Command Line Heroes

JS Party

Software Engineering Daily

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 50.0%
  • HTML 33.3%
  • CSS 15.8%
  • Python 0.9%