https://github.com/denisecase/44-517-bigdata-syllabus
Syllabus for 44-517 Big Data Course
https://github.com/denisecase/44-517-bigdata-syllabus
bigdata codacy-badge css eslint html javascript lighthouse-badges pwa syllabus
Last synced: 20 days ago
JSON representation
Syllabus for 44-517 Big Data Course
- Host: GitHub
- URL: https://github.com/denisecase/44-517-bigdata-syllabus
- Owner: denisecase
- License: mit
- Created: 2018-07-21T00:24:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-14T20:37:13.000Z (4 months ago)
- Last Synced: 2025-03-25T10:17:03.726Z (about 1 month ago)
- Topics: bigdata, codacy-badge, css, eslint, html, javascript, lighthouse-badges, pwa, syllabus
- Language: JavaScript
- Homepage: https://denisecase.github.io/44-517-bigdata-syllabus/
- Size: 4.67 MB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# [44-517 Big Data Syllabus](https://denisecase.github.io/44-517-bigdata-syllabus/)

[](https://app.codacy.com/manual/denisecase/44-517-bigdata-syllabus?utm_source=github.com&utm_medium=referral&utm_content=denisecase/44-517-bigdata-syllabus&utm_campaign=Badge_Grade_Dashboard)
[](https://snyk.io/test/github/denisecase/44-517-bigdata-syllabus)
[](LICENSE)

[](https://github.com/prettier/prettier)
[](https://github.com/airbnb/javascript)[](https://github.com/emazzotta/lighthouse-badges)
[](https://github.com/emazzotta/lighthouse-badges)
[](https://github.com/emazzotta/lighthouse-badges)
[](https://github.com/emazzotta/lighthouse-badges)
[](https://github.com/emazzotta/lighthouse-badges)- Denise Case
- Assistant Professor
- Northwest Missouri State University- Site:
- Source:## Table of Contents
- [44-517 Big Data Syllabus](#44-517-big-data-syllabus)
- [Table of Contents](#table-of-contents)
- [Prerequistes](#prerequistes)
- [Recommended](#recommended)
- [Autogenerate Table of Contents](#autogenerate-table-of-contents)
- [Getting Started](#getting-started)
- [Progressive Web App](#progressive-web-app)
- [Semester Updates](#semester-updates)
- [Create Custom PWA Icons](#create-custom-pwa-icons)
- [First, create initial favicons](#first-create-initial-favicons)
- [Second, create a full set of PWA icons](#second-create-a-full-set-of-pwa-icons)
- [Third, create additional Android icons (optional)](#third-create-additional-android-icons-optional)
- [Try It](#try-it)
- [Recent Efforts](#recent-efforts)
- [See also](#see-also)Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)
## Prerequistes
- [If Windows 10, first follow this guide](https://denisecase.github.io/windows-setup/) to get your computer ready for development.
## Recommended
Host
- [GitHub Pages](https://pages.github.com/) - free & easy hosting for client-side sites
Basic Tools
- [Git](https://git-scm.com/download/win) version control system
- [VS Code](https://code.visualstudio.com/) - editor
- [VS Code extension - Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) - hot refreshWindows Tools
- [Powershell](https://docs.microsoft.com/en-us/powershell/) - Windows CLI
- [Chocolatey](https://chocolatey.org/) - software manager for Windows
- [TortoiseGit](https://tortoisegit.org/) - integrates with Windows File ExplorerCI/CD Tools
- [Husky](https://github.com/typicode/husky) - Git hooks to auto-lint and more
- [Node](https://nodejs.org/en/) - JavaScript without the browser
- [npm, npx](https://www.npmjs.com/) - package manager and script runner (see package.json)Code Tools
- [W3C Markup Validation Service](https://validator.w3.org/)
- [W3C Css Validation Service](https://jigsaw.w3.org/css-validator/validator)
- [Airbnb JavaScript Style](https://github.com/airbnb/javascript) - semicolons and more
- [Prettier](https://prettier.io/) - formats JavaScript, CSS, JSON, and more
- [ESLint](https://eslint.org/docs/user-guide/getting-started) - linting
- [Sort package.json](https://www.npmjs.com/package/sort-package-json) - consistant, std format
- [Mark.js](https://markjs.io/) - JS keyword highlighterResponsive Design
- [Bootstrap](https://getbootstrap.com/) - responsive design
- [Material Design for Bootstrap](https://mdbootstrap.com/) - nice looking styles, great tutorials
- [Bootstrap 5 alpha](https://mdbootstrap.com/docs/standard/bootstrap-5/) - drops jQuery
- [CSS Variables](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties) (custom properties)
- [2020 JavaScript](https://auth0.com/blog/javascript-whats-new-es2020/) - dynamic imports, ??, and moreAudits
- [Google Measure](https://web.dev/measure/)
- [Lighthouse Badges](https://github.com/emazzotta/lighthouse-badges) - PWA audits
- [Codacy](https://app.codacy.com/) - online static analysisBrowsers
- [Firefox](https://www.mozilla.org/en-US/firefox/) web browser or
- [Chrome](https://www.google.com/chrome/) web browserPWA
- [Google Workbox](https://developers.google.com/web/tools/workbox/) - Service worker API
Analytics
- [Google Analytics](https://analytics.google.com/analytics/web/)
Speech Synthesis
- [Built-in Speech Synthesis](SpeechSynthesisUtterance)
As Needed
- [Tables Generator (HTML)](https://www.tablesgenerator.com/html_tables)
- [PurifyCSS](https://github.com/purifycss/purifycss) - reduce size
- [PurifyCSS](https://purifycss.online/) - online
- [Icons8](https://icons8.com)
- [JSDoc](https://jsdoc.app/)
- [JsDoc Cheatsheet](https://devhints.io/jsdoc)
- [Test JavaScript Regular Expressions](https://regexr.com/)
- [Code styles guide](https://medium.com/@uistephen/style-guides-for-linting-ecmascript-2015-eslint-common-google-airbnb-6c25fd3dff0)## Autogenerate Table of Contents
Run a Bash script (in Git Bash):
```Bash
./tools/gh-md-toc.sh ./README.md > ./tools/toc.md
```Paste from the updated content into the Table of Contents section above.
## Getting Started
- Fork contents to a new repository.
- Clone your repository down to your local machine.
- From Windows File Explorer, open index.html in Chrome to view.
- Using Visual Studio Code, open the folder to edit.
- Open GitHub repository, under Settings / GitHub Pages, set Source to master branch and click Save.
- Go to your Google Analytics dashboard. Add a new property for your GitHub Page, generate your tracking id, and replace the analytics code in index.html with yours.## Progressive Web App
This syllabus is a progressive web app, installable on mobile and other devices.
Outcome completion is tracked using local storage.
## Semester Updates
- Update the CDN styles in index.html.
- Update the Canvas course URL in the navigation bar.
- Update outcomes.
- Update tools and requirements.
- Update schedule.
- Update office hours.## Create Custom PWA Icons
PWA require lots of icons.
### First, create initial favicons
Basic icon built with [Favicon.io](https://favicon.io)
- Generate from Text
- Text: DATA
- Background: Rounded
- Font family: Hanalei Fill
- Font size: 50
- Color: #FFFFFF
- Background: #006747Download and save favicon_io.zip file to images folder. Extract and delete the zipfile.
Copy favicon.ico into the root project folder (the one that has the index.html file).
### Second, create a full set of PWA icons
Full set of PWA icons built with [PWA Builder App Image Generator](https://www.pwabuilder.com/imageGenerator). Upload your largest favicon (e.g., the 512 size created above) and update settings as desired (these used 0.3 padding with custom color #006747). Check all the boxes. Click the button below the color option to generate a zipfile. Save the AppImages.zip file to images folder. Extract and delete the zipfile.
Update icons property in manifest.json as needed (or copy from a similar project).
### Third, create additional Android icons (optional)
- [Android Asset Studio](https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html)
- [Stack Overflow](https://stackoverflow.com/questions/12768128/android-launcher-icon-size)
- 48 × 48 (mdpi) , with 1 dp padding
- 72 × 72 (hdpi), with 1 dp padding
- 96 × 96 (xhdpi), with 1 dp padding
- 144 × 144 (xxhdpi), with 1 dp padding
- 192 × 192 (xxxhdpi) , with 4 dp padding## Try It
- To test automatic formatting and linting and PWA testing, open a PowerShell Window in this folder as an adminstrator.
- Run the following commands to install packages, format the code, and view any recommendations.```PowerShell
npm run sort
npm install
npm run prettier
npm run lint
npm run lint-fix
```## Recent Efforts
- Removing jQuery to increase performance
- Moving to JavaScript modules
- Shared custom elements built with JavaScript
- Possible: Moving to shared web components, which encapsulate their own styling (not currrently needed)## See also
- Source:
- Article: [Combining Prettier with ESLint + Airbnb Style Guide](https://blog.echobind.com/integrating-prettier-eslint-airbnb-style-guide-in-vscode-47f07b5d7d6a)
- Article: Managing caching strategies with service workers - [The Offline Cookbook](https://developers.google.com/web/fundamentals/instant-and-offline/offline-cookbook)