JavaScript Topics
-
Bower—A general Package Manger for web app components
-
Browserify—Package up npm modules into a js file you can include on client side web page
-
Heroku—Deploying next.js apps on Heroku
-
JavaScript—Getting Started with Learning JavaScript
-
JavaScript: this—The this keyword in JavaScript
-
JQuery—A library that makes JavaScript easier to use.
-
MacOS—MacOS specific advice for working with Next.js, Node, React
-
Next.js—A framework based on node and React
-
Node—Making web apps using server-side JavaScript using node.js
-
Node: Linux—Installing and working with Node, npm, nvm on Linux
-
Node: MacOS—Installing and working with Node, npm, nvm on MacOS
-
Node: Windows—Installing and working with Node, npm, nvm on Windows
-
React—A JavaScript library for building user interfaces
-
React: Storybook—A tool for cataloging, documenting and testing React components
-
Testing—Testing Next.js apps
-
Testing: cypress—End to end testing of Javascript web applications
-
Testing: jest—Simple unit testing of plain old JavaScript functions