All Projects → nucleartide → emberconf-2018

nucleartide / emberconf-2018

Licence: MIT license
EmberConf 2018 notes.

Projects that are alternatives of or similar to emberconf-2018

Super Rentals
Codebase for the Super Rentals official tutorial
Stars: ✭ 134 (+139.29%)
Mutual labels:  ember, emberjs
webmarks
remoteStorage-enabled bookmarking app
Stars: ✭ 65 (+16.07%)
Mutual labels:  ember, emberjs
Awesome Ember
A curated list of awesome Ember.js stuff like addons, articles, videos, gists and more.
Stars: ✭ 140 (+150%)
Mutual labels:  ember, emberjs
ember-statechart-component
Statecharts as components. No classes. Pure declarative state transitions.
Stars: ✭ 28 (-50%)
Mutual labels:  ember, emberjs
ember-cli-string-helpers
Set of the String helpers extracted from DockYard's ember-composable-helpers.
Stars: ✭ 73 (+30.36%)
Mutual labels:  ember, emberjs
Ember Cli Bundle Analyzer
Analyze the size and contents of your Ember app's bundles
Stars: ✭ 78 (+39.29%)
Mutual labels:  ember, emberjs
Ember Cli Addon Docs
Easy, beautiful docs for your OSS Ember addons
Stars: ✭ 162 (+189.29%)
Mutual labels:  ember, emberjs
Ember Octane Vs Classic Cheat Sheet
A cheat sheet for converting classic Ember app to Octane
Stars: ✭ 48 (-14.29%)
Mutual labels:  ember, emberjs
ember-angle-brackets-codemod
Codemod to convert curly braces syntax to angle brackets syntax
Stars: ✭ 58 (+3.57%)
Mutual labels:  ember, emberjs
super-rentals-tutorial
No description or website provided.
Stars: ✭ 69 (+23.21%)
Mutual labels:  ember, emberjs
Ember Styleguide
This is a UI addon that intends to help standardize the Ember family of websites and make it easier to make the Ember website an Ember app.
Stars: ✭ 69 (+23.21%)
Mutual labels:  ember, emberjs
fire
An idiomatic micro-framework for building Ember.js compatible APIs with Go.
Stars: ✭ 56 (+0%)
Mutual labels:  ember, emberjs
Ember Cli Foundation 6 Sass
Stars: ✭ 65 (+16.07%)
Mutual labels:  ember, emberjs
Guides Source
This repository contains the Ember.js Guides
Stars: ✭ 130 (+132.14%)
Mutual labels:  ember, emberjs
Ember Api Docs
Ember API Docs viewer
Stars: ✭ 55 (-1.79%)
Mutual labels:  ember, emberjs
Qunit Dom
High Level DOM Assertions for QUnit
Stars: ✭ 146 (+160.71%)
Mutual labels:  ember, emberjs
Mber
Fast and minimal Ember.js CLI alternative, without broccoli.
Stars: ✭ 30 (-46.43%)
Mutual labels:  ember, emberjs
Docfy
Build fully personalized documentation sites; write content and demos in Markdown.
Stars: ✭ 48 (-14.29%)
Mutual labels:  ember, emberjs
Library App
Detailed Ember.js Octane v3.21 tutorial for absolute beginners. https://yoember.com
Stars: ✭ 189 (+237.5%)
Mutual labels:  ember, emberjs
sharesome
Share files quickly from your remote storage
Stars: ✭ 21 (-62.5%)
Mutual labels:  ember, emberjs

oh no

EmberConf 2018

A collection of links (and notes) that summarize the events of EmberConf 2018. Please submit a PR if you'd like!

Inspired by @poteto's past EmberConf repos. See 2017, 2016, and 2015 for previous years!

Livestream

Other Blogs & Highlights

Photos / Videos of Event

Job board

See photos here. Pictures were taken around 1 PM PST on Wednesday March 14.

Day 1

Talks

Keynote by Tom Dale and Yehuda Katz

Overall, lots of API improvements, as well as exciting advances in Glimmer.js.

Brief interlude from sponsor Percy.io by Mike Fotinakis

Percy.io is "Solving visual testing across design, development, and deployment." "Stop doing QA in the dark. See every pixel changed on every pull request."

Ambitious for All: Accessibility in Ember by Melanie Sumner

Be magnanimous.

Everything they didn't tell you about the Ember Community by Jessica Jordan

Jessica provides an exhaustive overview of the Ember.js ecosystem and Emberista subculture.

The Next Generation of Testing by Tobias Bieniek

Tobias introduces new, elegant testing APIs in Ember.

Say More by Jamie White

Jamie examines test abstractions, and how one might hide details and edge cases behind a less powerful test language.

Who Moved My Cheese? Ember's New Filesystem Layout by Matthew Beale

No summary yet. Open a PR!

Mastering the Art of Forms by Danielle Adams

Danielle dives into component and data design for use in form UI and UX.

How To Build A Bonfire: On Training and Hiring New Devs by Taylor Jones

No summary yet. Open a PR!

  • Video
  • Slides
  • Mythical Man Month
    • Can't throw people at a problem... or can you :shipit:
  • Help your team become skilled at Ember
  • "...context of a developer's past affects how they understand the future..."
    • Example: React vs. Angular background
  • Have a style guide
    • Not just syntax, but how to do things

Living Animation by Edward Faulkner

mind blown

  • Video
  • Slides
  • Animation approaches
    • Tweening
    • Procedural animation: rules and physics models in games
  • liquid-fire
    • Separation between app logic and animation
    • Establish rules (like in games) and let motions emerge
  • ember-animated, "Glimmer"-ization of liquid-fire
  • ef4/living-animation

Day 2

Talks

The Future of Data in Ember by Dan Gebhardt

No summary yet. Open a PR!

Smartphone Symphony by Gavin Joyce

No summary yet. Open a PR!

Reuse, Recycle: One Team's Journey From Projects to Products by Sarah Bostwick

No summary yet. Open a PR!

Deep Dive on Ember Events by Marie Chatfield

Marie offers a lucid explanation of the subtle differences between DOM event and Ember event handling.

Building a Memex in Ember by Andrew Louis

Andrew demos his impressive life events database and graph query language and UI. Also his history of eclectic burrito consumption.

Brief interlude from sponsor LinkedIn

...

Prying Open the Black Box by Godfrey Chan

Godfrey explains debugging techniques by making analogies to the Hawaii missile false alarm and Columbia disaster. He also gives an overview of Chrome Devtools tricks for debugging Ember apps.

  • Video
  • Slides
  • Read stack traces from top to bottom
  • Use debugger to freeze time, then go up and down stack
  • Blackboxing stack frames to hide frames you don't want
  • Chrome DevTools tricks
    • Conditional breakpoints in chrome devtools
    • Breakpoint on Ajax request
    • Right click & continue to here
    • import { assert, debug } from '@ember/debug';
    • "Continue to end" to escape breakpoints in for loop
    • Ember Inspector
    • Right click -> Show function definition
    • Break on DOM subtree modifications

Minitalk: Contributor Rally by Sean Massa

Sean rallies the crowd and lists the various ways people contribute to the Ember.js community.

Minitalk: Toyota's Shared Component Library by Tony Ward

Tony presents Toyota's shared component library, named "Loom".

Minitalk: Lightning Thoughts on Lightning Deploy by Christina Kung

Christine presents on how ember-cli-deploy helps with deployment on Conde Nast's built-in-Ember CMS "Copilot".

  • Video
  • Slides - Not uploaded yet. Submit a PR if you find it!
  • Addons
    • ember-cli-deploy
    • ember-cli-deploy-lightning-pack

Minitalk: Ember CLI Addon Docs by Sam Selikoff

Sam Selikoff presents ember-cli-addon-docs, a standard documentation solution for Ember addons.

  • Video
  • Slides
  • Similar documentation sites
    • ember-cli-mirage (original)
    • ember-power-select
    • ember-cli-deploy
  • Docs sites that are more animated
    • liquid-fire
    • ember-concurrency
  • Examples of ember-cli-addon-docs sites
    • ember-data-storefront

Minitalk: Let Me Ember This for You by Serena Fritsch

Serena presents on her experience rewriting the Ember.js deprecation page in Ember.

Creating Fluid App-Like Experiences With Ember by Nick Schot

No summary yet. Open a PR!

Shining a Light (closing keynote) by Saron Yitbarek and Vaidehi Joshi

Saron and Vaidehi discuss community building, and how to build inclusive commmunities (without the jerks). More pink, 3 exclamation points minimum!!!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].