Kevin Whinnery

Results 24 issues of Kevin Whinnery

We'd like to know how many users are taking advantage of the filters on our TODO list. Using universal analytics, track custom events with the category `filter` and the action...

exercise9

Implement Google Analytics pageview tracking. Create one pageview on initialization, and then others in the router used by the Vue application, such that `#/all` and similar count as pageviews as...

exercise9

Right now our back end app doesn't do much in the way of error handling. Let's start to patch that up by at least sending errors in our Express app...

exercise8

Add a UI element to the bottom of the Todo list UI that allows the user to select a "light" or a "dark" theme for the UI. Add a class...

exercise6

Using our Sass stylesheet, update the color and font for the main title to something a little more readable. Use the same color for the links in the footer of...

exercise5

On the architecture page, there used to be a visual architecture diagram of how the runtime works. It might be desirable to reintroduce this content.

runtime

We should audit the current full list of deno CLI commands and ensure docs are present and up to date. - Run `deno help` - Audit list of commands and...

Use the rules feature of Algolia to try and map "deno run" (for example) to the appropriate manual page.

- Ensure that https://docs.deno.com/runtime/manual/basics/env_variables is the first search result for "env" - Update this documentation to show how to use built-in .env file handling now available in the Deno CLI