Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The List #1

Open
9 of 45 tasks
ChristopherBiscardi opened this issue Mar 30, 2019 · 0 comments
Open
9 of 45 tasks

The List #1

ChristopherBiscardi opened this issue Mar 30, 2019 · 0 comments

Comments

@ChristopherBiscardi
Copy link
Owner

ChristopherBiscardi commented Mar 30, 2019

A list of video ideas I've come up with on my own or by suggestion. I usually pick from this list to do new videos.

Emotion

  • Using Emotion's CSS Prop
  • Targeting elements using the CSS prop
    • by default, it targets the element it is on
    • We can also target any element through CSS selectors.
  • Composing styles using Emotion's CSS prop in Gatsby
  • Writing styles using objects in Emotion and Gatsby
  • Writing styles using strings in Emotion and Gatsby

Go

  • Installing Go on OSX
  • Golang Hello World!
  • Writing a Go function to multiply two numbers
  • Writing a Go function that returns multiple values
  • check for an error (if err != nil)
  • construct your own error for your function
  • const
  • range
  • Anonymous Functions
  • defer
  • methods
  • installing dependencies
  • gofmt
  • golint
  • read file from disk
  • format a string (SprintF)
  • iota
  • declaring data types using structs
  • Embedding structs
  • constructing new structs
  • Using field tags on structs
  • Marshaling a struct to JSON
  • UnMarshaling JSON to a struct
  • Omitting struct values from Marshalled JSON

MDX

  • MDXProvider
  • MDXProvider and wrapRootElement
  • MDX Shortcodes
  • React component replacement with MDXProvider?

Gatsby

  • wrapRootElement
  • wrapPageElement

Authoring content in Gatsby with MDX

  • What is MDX
  • How MDX differs from MarkdownRemark
  • Using props in MDX files
  • Using React components in MDX files
  • Controlling rendering with MDXProvider

Intro to Haskell for JS devs

  • Installing Haskell
  • writing an id function
  • main :: IO ()
  • reading basic types
  • fold
@ChristopherBiscardi ChristopherBiscardi pinned this issue Mar 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant