๐๏ธโโ๏ธ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A place for a Machine learning image |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<title>Hamburger Menu</title> | |
<meta name="description" content=""> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const numbers = [2, 4, 6, 8] | |
const numbers2 = numbers.map(number => number * 2) | |
console.log(numbers) | |
console.log(numbers2) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import toLower from "lodash" | |
import { paramCase } from "change-case" | |
let { success } = await import("./helpers/chalk.js") | |
// let eggAxios = axios.create({ | |
// baseURL: 'https://egghead.io', | |
// headers: {Authorization: `Bearer ${env.EGGHEAD_AUTH_TOKEN}`}, | |
// }) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Menu: Gist from Finder | |
// Description: Select a file in Finder, then create a Gist | |
// Author: John Lindquist | |
// Twitter: @johnlindquist | |
let filePath = await getSelectedFile() | |
let file = filePath.split('/').pop() | |
let isPublic = await arg('Should the gist be public?', { | |
type: 'confirm', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let _ = await need("lodash") | |
let { paramCase } = await need("change-case") | |
console.log(paramCase) | |
let chalk = await need("chalk") | |
// let console.log = (str) => chalk.green`${str}` | |
// let console.warn = (str) => chalk.red`${str}` | |
// https://egghead.io/playlists/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let {default: _} = await npm("lodash") | |
let playlistID = { | |
"292804": "create-and-deploy-a-basic-static-html-website-2960", | |
"402036": "composing-closures-and-callbacks-in-javascript-1223", | |
"405344": "scale-react-development-with-nx-4038", | |
"409013": "react-real-time-messaging-with-graphql-using-urql-and-onegraph-be5a", | |
"410100": "headless-wordpress-4a14", | |
"410102": "containerize-full-stack-javascript-applications-with-docker-30a8", | |
"412781": "create-an-ecommerce-store-with-next-js-and-stripe-checkout-562c", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"5":"react-flux-architecture-es5" | |
}, | |
{ | |
"9":"angularjs-application-architecture" | |
}, | |
{ | |
"10":"learn-html5-graphics-and-animation" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
externalId: '292804', | |
type: 'course', | |
slug: { | |
current: 'create-and-deploy-a-basic-static-html-website-2960'} , | |
bullets: [ | |
'Getting Started with HTML', | |
'Global Structure of an HTML Document', | |
'Structuring Your Content', | |
'CSS Media queries', |
OlderNewer