SlideShare a Scribd company logo
Material DesignFrom 0 to Developer
by andrew haskin
@ladyleet
Material Design
From 0 to Developer
with special guest
Andy Nilson
(@andy_nilson)
by andrew haskin
@ladyleet
Material Design
I used to be a business person
by andrew haskin
@ladyleet
Material Design
And I still am
by andrew haskin
@ladyleet
Material Design
But once upon a time
by andrew haskin
@ladyleet
Material Design
I decided I wanted to be a developer
by andrew haskin
@ladyleet
Material Design
So I’m here to share my journey
by andrew haskin
@ladyleet
Material Design
Hopefully it inspires you to take leaps of faith
on your life
by andrew haskin
@ladyleet
Material Design
And do what serendipity is pushing you to do
by andrew haskin
@ladyleet
Tracy Lee
@ladyleet
github.com/ladyleet
modern-web.org
medium.com/@ladyleet
@ladyleet
@ladyleet@ladyleet
@ladyleet@ladyleet
The Dishcrawl Growth Story
• 250 cities in the US, CA, UK
• Grown 1000% in 1 year
• 180 people working for us
• Core team of 10
@ladyleet@ladyleet
Acquired by DinnerLab December 2015
is now
@ladyleet@ladyleet
One day I met Tomster
@ladyleet@ladyleet
And Tomster changed my life
@ladyleet@ladyleet
• My initial coding journey
• My web apps and open source contributions
• CLI tools
• How easy it is to build an app
Today’s Agenda
Material Design
My initial coding journey
by andrew haskin
@ladyleet
@ladyleet@ladyleet
I spent months collecting Tomsters before
I deciding I wanted to learn.
My initial coding journey
@ladyleet@ladyleet
My “Formal” Training
2 weeks
May 4, 2015 - May 15, 2015
http://ladyleet.github.io/codingclasses/
My initial coding journey
@ladyleet@ladyleet
Day 1
http://ladyleet.github.io/codingclasses/
My initial coding journey
@ladyleet@ladyleet
Day 3
My initial coding journey
http://ladyleet.github.io/codingclasses/
@ladyleet@ladyleet
Day 6
http://ladyleet.github.io/codingclasses/
My initial coding journey
@ladyleet@ladyleet
Day 13
My initial coding journey
@ladyleet@ladyleet
Why did I want to learn? The community.
My initial coding journey
Material Design
My web apps and open source contributions
by andrew haskin
@ladyleet
@ladyleet@ladyleet
Convention over configuration makes life easy.
• Do a lot with knowing very little.
• A “right” way. Less probability to screw up.
• If you follow conventions, things just work.
• OPC - Other people’s code. I can look at other projects and
know where things are even if I don’t know what they are.
@ladyleet
My Web Apps
@ladyleet@ladyleet
My Web Apps
@ladyleet@ladyleet
My Web Apps
@ladyleet@ladyleet
Open Source Contributions
@ladyleet@ladyleet
Open Source Contributions
Material Design
CLI tools
by andrew haskin
@ladyleet
CLIs
@ladyleet@ladyleet
Anyone can create a new project easily with no
knowledge needed.
Ember-CLI
@ladyleet@ladyleet
Angular-CLI
@ladyleet@ladyleet
Dev Server
@ladyleet@ladyleet
Dev Server
@ladyleet@ladyleet
Components make my code more
manageable. And are easy to create and
setup.
@ladyleet@ladyleet
Free Tests!
@ladyleet@ladyleet
Material Design
How easy it is to build an app
by andrew haskin
@ladyleet
@ladyleet
We’re prototyping the bananaJS app
Create angular-cli ng2 app
@ladyleet
Here’s the journey we’re about to take
Configure materialize-css
Ng2 ng-cli app structure
Creating components
Template-driven forms
Using the router
Create angular-cli ng2 app
@ladyleet
Angular 2
Configure materialize-css
Ng2 ng-cli app structure
Creating components
Template-driven forms
Using the router
Material Design
$ npm install angular-cli
$ ng new <name-of-app>
$ ng s
@ladyleet
Create angular-cli ng2 app
@ladyleet
Configure materialize-css
Ng2 ng-cli app structure
Creating components
Angular 2
Template-driven forms
Using the router
Material Design
$ npm install materialize-css
by andrew haskin
@ladyleet
Material Design
add to your index.html file
<script src=”https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.3/
jquery.js"></script>
<link rel=”stylesheet” href=”https://cdnjs.cloudflare.com/ajax/libs/
materialize/0.97.6/css/materialize.min.css”>
<script src=”https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.6/
js/materialize.min.js"></script>
by andrew haskin
@ladyleet
@ladyleet
Success Looks Like This
Font will change to material design standard font - Roboto
Create angular-cli ng2 app
@ladyleet
Configure materialize-css
Ng2 ng-cli app structure
Creating components
Angular 2
Template-driven forms
Using the router
@ladyleet
Angular 2 Angular-CLI Webpack App Structure
component based
.css
.html
.spec.ts
.ts
Create angular-cli ng2 app
@ladyleet
Configure materialize-css
Ng2 ng-cli app structure
Creating components
Angular 2
Template-driven forms
Using the router
Material Design
Basic Component Generation
$ ng generate <component-name>
Shortcuts & Configurations
(use ng g - - help for full list)
$ ng g c -is -it - - no-spec <component-name>
(generates component and adds inline style, inline template, and doesn’t
generate spec file)
by andrew haskin
@ladyleet
Create angular-cli ng2 app
@ladyleet
Configure materialize-css
Ng2 ng-cli app structure
Creating components
Angular 2
Template-driven forms
Using the router
Create angular-cli ng2 app
@ladyleet
Configure materialize-css
Ng2 ng-cli app structure
Creating components
Angular 2
Template-driven forms
Using the router
Create angular-cli ng2 app
@ladyleet
Configure materialize-css
Ng2 ng-cli app structure
Creating components
Angular 2
Template-driven forms
Using the router
Create angular-cli ng2 app
@ladyleet
What we’ve learned today
Configure materialize-css
Ng2 ng-cli app structure
Creating components
Template-driven forms
Using the router
@ladyleet@ladyleet
• My initial coding journey
• My web apps and open source contributions
• CLI tools
• How easy it is to build an app
What we went over today
Tracy Lee
@ladyleet
github.com/ladyleet
modern-web.org
medium.com/@ladyleet
@ladyleet

More Related Content

PDF
A Tale of 3 CLIs - Angular 2, Ember, and React
PDF
Better Living Through Automation: Defeating Time Sucks and Doing Better Work
PPT
Bni 2013 meme presentation
PDF
Getting Real About Content Workflow for Your CMS (Confab Higher Ed 2017)
PDF
Tracking between the pageviews with Google Analytics - ClickZ Live NYC 2014
PDF
The Ultimate Free Digital Marketing Toolkit
PDF
Real cost of development
PPTX
Authorship Deep Dive SMX Advanced 2013
A Tale of 3 CLIs - Angular 2, Ember, and React
Better Living Through Automation: Defeating Time Sucks and Doing Better Work
Bni 2013 meme presentation
Getting Real About Content Workflow for Your CMS (Confab Higher Ed 2017)
Tracking between the pageviews with Google Analytics - ClickZ Live NYC 2014
The Ultimate Free Digital Marketing Toolkit
Real cost of development
Authorship Deep Dive SMX Advanced 2013

What's hot (12)

PPTX
Standardizing WordPress Workflow
PDF
Sweet Sassafras: A Designer's Dive into Sass
PDF
An Intro to Sass: This Designer's Dive into Sass
PPT
SEO For Developers
PDF
Internal linking - How to Power your Hub Pages for Success
PPTX
Cool Shit You Can Do With WordPress (BrightonSEO 2014)
PDF
Level-Up Your Axure Skills: A Deep Dive into the Prototyping Powerhouse
PPT
Wordcount - Quick Ways to Improve Your Blog Writing Skills
PPTX
Content in an Agile World
PPTX
How to improve Core Web Vitals on a WordPress website
PDF
APIdays Paris 2018 - An API Is Not Enough: Crafting a Developer Experience Ad...
PDF
The Sketchy Guide to Scrum 28th August 2020
Standardizing WordPress Workflow
Sweet Sassafras: A Designer's Dive into Sass
An Intro to Sass: This Designer's Dive into Sass
SEO For Developers
Internal linking - How to Power your Hub Pages for Success
Cool Shit You Can Do With WordPress (BrightonSEO 2014)
Level-Up Your Axure Skills: A Deep Dive into the Prototyping Powerhouse
Wordcount - Quick Ways to Improve Your Blog Writing Skills
Content in an Agile World
How to improve Core Web Vitals on a WordPress website
APIdays Paris 2018 - An API Is Not Enough: Crafting a Developer Experience Ad...
The Sketchy Guide to Scrum 28th August 2020
Ad

Viewers also liked (10)

PDF
Media characters11
PPTX
Votaksar (1)
PPTX
Presentatie vereniging van houtconstructeurs (VHC) 20130118
PPT
PDF
FIFA 16 manual español Xbox 360
PDF
Katalog dan Harga Tornado Water Slide Fiberglass
PPTX
Microbilogía VIRUS ADN
PDF
Actividades para el rotacismo
PDF
DAFTAR HARGA EMBER TUMPAH DAN WATER PLAY 2016
PDF
BROSUR DAN DESAIN WATERBOOM 2016
Media characters11
Votaksar (1)
Presentatie vereniging van houtconstructeurs (VHC) 20130118
FIFA 16 manual español Xbox 360
Katalog dan Harga Tornado Water Slide Fiberglass
Microbilogía VIRUS ADN
Actividades para el rotacismo
DAFTAR HARGA EMBER TUMPAH DAN WATER PLAY 2016
BROSUR DAN DESAIN WATERBOOM 2016
Ad

Similar to From 0 to Developer - Silicon Valley Code Camp (20)

PDF
Creating an Angular 2 Angular CLI app in 15 Minutes Using MaterializeCSS & Fi...
PDF
Using Angular-CLI to Deploy an Angular 2 App Using Firebase in 30 Minutes
PDF
The Tale of 2 CLIs - Ember-cli and Angular-cli
PDF
Creating BananaJS with Angular 2, Angular CLI, and Material Design
PDF
So…What Do I Make? (Dan Mall)
PDF
Content-First Websites: From Theory to Reality
PDF
Startups for Non-Technical Founders
PDF
#digpen V - Designing Content: or how web designers can stop worrying and lea...
PDF
Creating a Great Portfolio Site
PPTX
Managing Responsive Design Projects
PPTX
Managing Responsive Design Projects
PDF
Kelly O'Briant - DataOps in the Cloud: How To Supercharge Data Science with a...
PDF
Achieving Technical Excellence in Your Software Teams - from Devternity
PPTX
Rapid and Responsive - UX to Prototype with Bootstrap
PDF
6 Things to Think About Before Building Your Website
PDF
AngularJS RTP Slides - Angular 2 Demo #ngtattoo with Angular CLI, Newest New ...
PPTX
Managing Responsive Design Projects
PDF
11 Amazing things I Learnt At Word Camp Sydney 2014
PDF
A New Toolbox: Artifact Providence 2013
PPTX
Putting the Develop in Development
Creating an Angular 2 Angular CLI app in 15 Minutes Using MaterializeCSS & Fi...
Using Angular-CLI to Deploy an Angular 2 App Using Firebase in 30 Minutes
The Tale of 2 CLIs - Ember-cli and Angular-cli
Creating BananaJS with Angular 2, Angular CLI, and Material Design
So…What Do I Make? (Dan Mall)
Content-First Websites: From Theory to Reality
Startups for Non-Technical Founders
#digpen V - Designing Content: or how web designers can stop worrying and lea...
Creating a Great Portfolio Site
Managing Responsive Design Projects
Managing Responsive Design Projects
Kelly O'Briant - DataOps in the Cloud: How To Supercharge Data Science with a...
Achieving Technical Excellence in Your Software Teams - from Devternity
Rapid and Responsive - UX to Prototype with Bootstrap
6 Things to Think About Before Building Your Website
AngularJS RTP Slides - Angular 2 Demo #ngtattoo with Angular CLI, Newest New ...
Managing Responsive Design Projects
11 Amazing things I Learnt At Word Camp Sydney 2014
A New Toolbox: Artifact Providence 2013
Putting the Develop in Development

More from Tracy Lee (20)

PDF
Contributing to Open Source - Angular World Tour
PDF
ChicagoJS's JSCAMP 2019 Keynote - Inclusive Architecture - Building Sustainab...
PDF
Angular Girls Kansas City - The Power of Open Source and Social Media
PDF
Diversity & Inclusion Conference Talk - Refactr
PDF
Inclusive Architecture - Introducing the PAMstack - [Refactr.tech]
PDF
RxJS Operators - Real World Use Cases (FULL VERSION)
PDF
RxJS Operators - Real World Use Cases - AngularMix
PDF
Diversity, Inclusive Mindsets, and Architecture
PDF
Diversity & Inclusion Keynote at Open Source 101
PDF
Reactive programming with RxJS - ByteConf 2018
PDF
A Practical Approach to React Native at All Things Open Conference
PDF
The Power of RxJS in Nativescript + Angular
PDF
React Native - Getting Started
PDF
RxJS - The Basics & The Future
PDF
RxJS: A Beginner & Expert's Perspective - ng-conf 2017
PDF
An Introduction Into Using Angular’s Material Design
PDF
The Tale of the 3 CLIs - jDays2017
PDF
Angular Material (2) - NgVikingsConf
PDF
Learning the New Tech Lingua Franca: Social Media
PDF
Ember.js - Harnessing Convention Over Configuration
Contributing to Open Source - Angular World Tour
ChicagoJS's JSCAMP 2019 Keynote - Inclusive Architecture - Building Sustainab...
Angular Girls Kansas City - The Power of Open Source and Social Media
Diversity & Inclusion Conference Talk - Refactr
Inclusive Architecture - Introducing the PAMstack - [Refactr.tech]
RxJS Operators - Real World Use Cases (FULL VERSION)
RxJS Operators - Real World Use Cases - AngularMix
Diversity, Inclusive Mindsets, and Architecture
Diversity & Inclusion Keynote at Open Source 101
Reactive programming with RxJS - ByteConf 2018
A Practical Approach to React Native at All Things Open Conference
The Power of RxJS in Nativescript + Angular
React Native - Getting Started
RxJS - The Basics & The Future
RxJS: A Beginner & Expert's Perspective - ng-conf 2017
An Introduction Into Using Angular’s Material Design
The Tale of the 3 CLIs - jDays2017
Angular Material (2) - NgVikingsConf
Learning the New Tech Lingua Franca: Social Media
Ember.js - Harnessing Convention Over Configuration

Recently uploaded (20)

PDF
Empathic Computing: Creating Shared Understanding
PPTX
A Presentation on Artificial Intelligence
PDF
Approach and Philosophy of On baking technology
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
Cloud computing and distributed systems.
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
KodekX | Application Modernization Development
PDF
Machine learning based COVID-19 study performance prediction
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Modernizing your data center with Dell and AMD
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
Empathic Computing: Creating Shared Understanding
A Presentation on Artificial Intelligence
Approach and Philosophy of On baking technology
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Chapter 3 Spatial Domain Image Processing.pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Cloud computing and distributed systems.
Digital-Transformation-Roadmap-for-Companies.pptx
KodekX | Application Modernization Development
Machine learning based COVID-19 study performance prediction
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
NewMind AI Monthly Chronicles - July 2025
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
The AUB Centre for AI in Media Proposal.docx
Modernizing your data center with Dell and AMD
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...

From 0 to Developer - Silicon Valley Code Camp