SlideShare a Scribd company logo
Javascript
development workflow
hello!
I am Matteo Scandolo
You can find me at @teone
I am a
developer
Frontend Architect
What is CORD
Proprietary hardware
And software
Embedded
services
$ $ $
Commodity
hardware
Function
virtualization
Open Source
software
I am not a
Network Engineer
For more information visit:
www.opencord.org
< 2009 - ante Google Maps
Javascript as it was
“
Was invented by Brendan Eich
in 1995
“
Was written in
10
days
“Sometimes is a bit immature...
var x = ['10', '10', '10'];
var y = x.map(parseInt)
console.log(y) ////[10, Nan, 2]
“Sometimes is a bit immature...
console.log(NaN === NaN)
//false
“Sometimes is a bit immature...
console.log(typeof [] === typeof {})
// true
“But it is certainly funny!
console.log(Array(16).join('a' -1) + " Batman!")
“Javascript as a presentation
enhancement.
Javascript
Revolution
November 8th 2009
“Ryan Dahl
presents
“The web has evolved
Front End development workflow
Javascript libraries explosion
Tooling
Comes to help!
Package Managers
Modules Bundler
System Js
Pipeline
Scaffolding
Where they helps
In everyday life
Transpilers
Babel
Typescript
Coffescript
dart
Tests
Istanbul
Blanket
Dredd
BackstopJS
PhantomJs
Protractor
selenium
Karma
Jasmine
Mocha
Chai
Syntax checkers
EsLint
JsLint
JsHint
Jscs
Build
Development:
Source mapping
(js, css)
Live Reload
Unit tests
Environments
Testing (CI)
Source mapping
(js, css)
Mock data
Coverage
Dependencies
check (npm-check)
Production:
Uglify
Minification
Asset handling
○ Gzip
○ Sprites
Css Optimization
What I’m using
CORD Infrastructure
XOS
REST
APIs
External
Apps
Custom
Dashboards
$resource
creation
Component
library
Yeoman
generator
Blueprint
Api
definition
Dredd
(testing)
Demo Time!
“Yeoman + Gulp
Complex project
Different configurations
Different environment
Custom Dashboards
“NPM scripts
Simple Projects
Proof of concept
Remove complexity
External Applications
In my experience
AKA errors I made
One step at a time
1
Know your enemy
2
It hurt
3
When the build brokes
(on friday night)
There isn’t a solution
4
That works for all the problems
Join the CORD community!
Partecipate in development and environment setup
Report bugs
Jira.opencord.org
slackin.opencord.org
Thanks for listening
Questions??

More Related Content

PDF
Hybrid Cloud: One & AWS & Terraform
PDF
Writing Tests Effectively
PDF
PostgreSQL Day italy 2016 Unit Test
PPTX
Unit Test Lab - Why Write Unit Tests?
PDF
How to write Testable Javascript
PDF
Effective Unit Test Style Guide
PPTX
Web based automation testing on Node.js environment
PPTX
Selenium Automation Like You’ve Never Seen!
Hybrid Cloud: One & AWS & Terraform
Writing Tests Effectively
PostgreSQL Day italy 2016 Unit Test
Unit Test Lab - Why Write Unit Tests?
How to write Testable Javascript
Effective Unit Test Style Guide
Web based automation testing on Node.js environment
Selenium Automation Like You’ve Never Seen!

Similar to Front End development workflow (20)

PPT
Building Rich User Experiences Without JavaScript Spaghetti
PPTX
Java Script - A New Look
PDF
Basics of JavaScript
PPTX
Java scriptforjavadev part2a
PPT
JavaScript
PDF
JavaScript for NET Developers 1st Edition Ovais Mehboob Ahmed Khan
PPTX
All of javascript
PDF
Download Complete JavaScript for NET Developers 1st Edition Ovais Mehboob Ahm...
PPT
Reversing JavaScript
PPTX
Web creation languages : Jason Learn Jason
PDF
8.-Javascript-report powerpoint presentation
PDF
Javascript Web Applications Otx Alex Maccaw
PDF
JavaScript for NET Developers 1st Edition Ovais Mehboob Ahmed Khan
KEY
10 Years of JavaScript
PPS
Advisor Jumpstart: JavaScript
PPTX
JavaScript: the who, what, when, where, why, & how
PDF
Javascript status 2016
ODP
JavaScript and jQuery Fundamentals
PDF
Ajax Tutorial
PPTX
Workshop Intro: FrontEnd General Overview
Building Rich User Experiences Without JavaScript Spaghetti
Java Script - A New Look
Basics of JavaScript
Java scriptforjavadev part2a
JavaScript
JavaScript for NET Developers 1st Edition Ovais Mehboob Ahmed Khan
All of javascript
Download Complete JavaScript for NET Developers 1st Edition Ovais Mehboob Ahm...
Reversing JavaScript
Web creation languages : Jason Learn Jason
8.-Javascript-report powerpoint presentation
Javascript Web Applications Otx Alex Maccaw
JavaScript for NET Developers 1st Edition Ovais Mehboob Ahmed Khan
10 Years of JavaScript
Advisor Jumpstart: JavaScript
JavaScript: the who, what, when, where, why, & how
Javascript status 2016
JavaScript and jQuery Fundamentals
Ajax Tutorial
Workshop Intro: FrontEnd General Overview
Ad

Recently uploaded (20)

PPTX
Big Data Technologies - Introduction.pptx
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPT
Teaching material agriculture food technology
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
cuic standard and advanced reporting.pdf
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Empathic Computing: Creating Shared Understanding
PDF
KodekX | Application Modernization Development
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Machine learning based COVID-19 study performance prediction
PDF
Electronic commerce courselecture one. Pdf
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Approach and Philosophy of On baking technology
Big Data Technologies - Introduction.pptx
“AI and Expert System Decision Support & Business Intelligence Systems”
Building Integrated photovoltaic BIPV_UPV.pdf
Teaching material agriculture food technology
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Unlocking AI with Model Context Protocol (MCP)
Network Security Unit 5.pdf for BCA BBA.
cuic standard and advanced reporting.pdf
Diabetes mellitus diagnosis method based random forest with bat algorithm
Empathic Computing: Creating Shared Understanding
KodekX | Application Modernization Development
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Machine learning based COVID-19 study performance prediction
Electronic commerce courselecture one. Pdf
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Spectral efficient network and resource selection model in 5G networks
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
The Rise and Fall of 3GPP – Time for a Sabbatical?
Per capita expenditure prediction using model stacking based on satellite ima...
Approach and Philosophy of On baking technology
Ad

Front End development workflow