Skip to content

Latest commit

 

History

History
125 lines (69 loc) · 5.44 KB

Helpful_Blogs_by_Project.md

File metadata and controls

125 lines (69 loc) · 5.44 KB

PURPOSE

This is an attempt to put helpful links and sites for basic tutorials together which students might use to supplement their learnings for features in their projects.

General

Color Contrast

  • color contrast Tool used to adjust colors on fonts flagged as needing a higher contrast ratio from google's lighthouse audit tool.

Color Pallet

  • colors.co - helps you select complementary colors

Color Variables

  • If you are terrible at picking colors, use color variables to make refactoring them easier Daniel's post.

Core Web Vitals

  • lighthouse audit Google's open source tool to help improve the quality of your website. Specifically pay attention to Accessibility and SEO aiming for scores above 80 in your local deployment.

  • web.dev runs the lighthouse audit on independent servers to give more realistic Performance scores. Most web developers will start looking at the First Contentful Paint, Largest Contentful Paint, Time to Interactive, and Cumulative Layout Shift. Ideally you want a shift of 0. Google search engines take these scores into account when aggregating results for keywords. If you have higher scores and faster paint times, you get a better ranking.

CSS Tricks

Favicon Generation

File Storage & Media Management

Icons

Markdown Table of Contents Generator

Markdown Table Generator

Stack Overflow

User Centric Front End

Flexbox

Grid

Interactive Front End

PortEx - youtube instructional video of a simple matching card game

Data Centric

Advanced Flask Features

  • uniwebsidad.com - Provides documentation on more advanced features of flask
    • how to build macros and include them from an external file
    • how to make custom filters
  • Todd Birchard - blueprints concept which makes larger flask application's directory structure manageable

Upload File to Mongo DB

User Login System for Flask

https://www.youtube.com/watch?v=w1STSSumoVk

Django Python Ecommerce

Blog

Django Email Templates

Customizing Error Views

Loading and Dumping Data

Video File Uploader