SlideShare a Scribd company logo
FRONT END DEVELOPMENT -FRONT END DEVELOPMENT -
BEYOND JAVASCRIPT!BEYOND JAVASCRIPT!
...though I'm not sure about exclamation points in the title...
“Front end developers
shall not live on
Javascript alone.
Source: Jesus (...paraphrased)
ROBIN CANNONROBIN CANNON
(Self) Exiled Brit in Austin, TX
Front End Dev Manager, IBM
@shinytoyrobots
HTMLHTML
CSSCSS
JAVASCRIPTJAVASCRIPT
LONELY STARTUP SEEKS VIVACIOUS FRONT END DEVELOPERLONELY STARTUP SEEKS VIVACIOUS FRONT END DEVELOPER
Must enjoy fussball, have GSOH, own laptop and...
JAVASCRIPTJAVASCRIPT
HONEST STARTUP SEEKS NEEDY FRONT END DEVELOPERHONEST STARTUP SEEKS NEEDY FRONT END DEVELOPER
Must enjoy long hours, have stock option optimism, own laptop and...
AND MAYBE HTML AND CSS...KINDA...AND MAYBE HTML AND CSS...KINDA...
ANGULAR, EMBER, OR BACKBONEANGULAR, EMBER, OR BACKBONE
BUTBUT
WHY?WHY?
console.log('because javascript is awesome');
Display content
Interact with content
Enhance your HTML
Run a server
Give a presentation
Play Command & Conquer
Fight crime
Front End Development - Beyond Javascript (Robin Cannon)
GENERICGENERIC
http://www.playbuzz.com/natthomasbosley10/which-badass-orphan-black-clone-are-you
https://www.haikudeck.com/the-tube-uncategorized-presentation-GmUyZRCKJa
EXCESSIVEEXCESSIVE
http://www.huffingtonpost.com/2014/04/01/kitt-knight-rider_n_5069998.html
DATEDDATED
GOODGOOD
ISIS
EASYEASY
GREAT ISGREAT IS
DIFFICULTDIFFICULT
I "DO" MY BANKING WITH CHASEI "DO" MY BANKING WITH CHASE
I "PLAY" ON BETTERMENTI "PLAY" ON BETTERMENT
http://www.consumeraffairs.com/finance/chase-online-banking.html | https://www.betterment.com/retirement/
FRAMEWORKS ARE TOOLSFRAMEWORKS ARE TOOLS
(...NOT SKILLS)(...NOT SKILLS)
BUT THEY CAN MAKE US LAZYBUT THEY CAN MAKE US LAZY
THEY'RE SUPPOSED TO MAKE LIFE EASYTHEY'RE SUPPOSED TO MAKE LIFE EASY
FRONT END == EXPERIENCES FOR PEOPLEFRONT END == EXPERIENCES FOR PEOPLE
Front End Development - Beyond Javascript (Robin Cannon)
Front End Development - Beyond Javascript (Robin Cannon)
Front End Development - Beyond Javascript (Robin Cannon)
Front End Development - Beyond Javascript (Robin Cannon)
Front End Development - Beyond Javascript (Robin Cannon)
Front End Development - Beyond Javascript (Robin Cannon)
Front End Development - Beyond Javascript (Robin Cannon)
Front End Development - Beyond Javascript (Robin Cannon)
Front End Development - Beyond Javascript (Robin Cannon)
JAVASCRIPT MVCS ARE MATURINGJAVASCRIPT MVCS ARE MATURING
AND CONSOLIDATINGAND CONSOLIDATING
Google Trends
0.2% OF WEBSITES0.2% OF WEBSITES
0.1% OF WEBSITES0.1% OF WEBSITES
<0.1% OF WEBSITES<0.1% OF WEBSITES
http://w3techs.com/technologies/overview/javascript_library/all
89.5% OF WEBSITES89.5% OF WEBSITES
91.3% OF WEBSITES91.3% OF WEBSITES
~100% OF WEBSITES~100% OF WEBSITES
http://w3techs.com/technologies/overview
http://w3techs.com/technologies/overview
FRONT END
DEVELOPMENT
BUT IF EVERYONEBUT IF EVERYONE
IS TRYING TOIS TRYING TO
BECOME ONE OFBECOME ONE OF
THESE...?THESE...?
GENERICGENERIC
http://www.playbuzz.com/natthomasbosley10/which-badass-orphan-black-clone-are-you
https://www.haikudeck.com/the-tube-uncategorized-presentation-GmUyZRCKJa
EXCESSIVEEXCESSIVE
http://www.huffingtonpost.com/2014/04/01/kitt-knight-rider_n_5069998.html
DATEDDATED
KNOWING AN MVCKNOWING AN MVC
WON'T MAKE YOUWON'T MAKE YOU
SPECIAL ANY MORE.SPECIAL ANY MORE.
HAVING AN MVC WON'THAVING AN MVC WON'T
MAKE THAT PRODUCTMAKE THAT PRODUCT
SPECIAL ANY MORE.SPECIAL ANY MORE.
BEBE
SPECIALSPECIAL
MOORE'S LAW:MOORE'S LAW:
OVERALL PROCESSING POWEROVERALL PROCESSING POWER
FOR COMPUTERS WILL DOUBLEFOR COMPUTERS WILL DOUBLE
EVERY TWO YEARS.EVERY TWO YEARS.
“ Moore’s Law is no
longer enough to make
customers happy.
John Maeda, Wall Street Journal, 5/22/2015
http://blogs.wsj.com/accelerators/2015/05/22/weekend-read-why-design-matters-more-than-moore/
DON'T BE A NINJADON'T BE A NINJA
BE THREE NINJASBE THREE NINJAS
http://www.viki.com/tv/1863c-ninja-segging-subbing-academy | http://www.woothemes.com/2010/07/training-ninjas-with-jon-hicks/
JAVASCRIPTJAVASCRIPT
(...AND I DON'T MEAN(...AND I DON'T MEAN
FRAMEWORKS AND LIBRARIES)FRAMEWORKS AND LIBRARIES)
“ the latest and greatest
JavaScript framework
comes around every
sixteen minutes
Allen Pike, Steamwork Software (@apike)
http://www.allenpike.com/2015/javascript-framework-fatigue/
6464
EVEN IF MVCS AREEVEN IF MVCS ARE
CONSOLIDATINGCONSOLIDATING
LIBRARIES ARELIBRARIES ARE
FRACTURINGFRACTURING
AND MIGHT OUTWEIGHAND MIGHT OUTWEIGH
MVCS ANWAYMVCS ANWAY
http://www.jacquewatkins.com/wp-content/uploads/2011/08/Broken_glass.jpg
LEARN JAVASCRIPT!LEARN JAVASCRIPT!
HTMLHTML
<!DOCTYPE html>
<html>
<head>
<title>Legit</title>
</head>
<body>
<p>This is a legit webpage. By itself.</p>
</body>
</html>
PRESENTATION OF CONTENTPRESENTATION OF CONTENT
COMES DOWN TO THE DOM.COMES DOWN TO THE DOM.
THE "DEFAULT" OF THE DOM ISTHE "DEFAULT" OF THE DOM IS
HTMLHTML
JAVASCRIPT MANIPULATES THEJAVASCRIPT MANIPULATES THE
DOM.DOM.
<vampire>Sucks</vampire>
CUSTOM ELEMENTSCUSTOM ELEMENTS
<nav is="vampire-nav"></nav>
EXTENDING EXISTING ELEMENTSEXTENDING EXISTING ELEMENTS
TEMPLATESTEMPLATES
<template>
<p>I'm a vampire!</p>
</template>
THE SHADOW DOMTHE SHADOW DOM
http://www.fangoria.com/new/what-we-do-in-the-shadows-sundance-movie-review/
WEB COMPONENTSWEB COMPONENTS
http://www.twinfinite.net/2015/03/17/rumor-warner-bros-set-to-release-their-own-lego-toys-to-life-game/
LEARN HTML!LEARN HTML!
CSSCSS
FLEXBOXFLEXBOX
Front End Development - Beyond Javascript (Robin Cannon)
YOU DON'T EVEN NEED TO KNOWYOU DON'T EVEN NEED TO KNOW
ANNOYING STUFF LIKE VENDOR PREFIXESANNOYING STUFF LIKE VENDOR PREFIXES
HTTPS://GITHUB.COM/POSTCSS/AUTOPREFIXERHTTPS://GITHUB.COM/POSTCSS/AUTOPREFIXER
(Probably my favorite gulp recipe)
ANIMATIONANIMATION
http://codepen.io/team/css-tricks/pen/EjaJNd
http://codepen.io/thejamespower/pen/OVNYLL
WEB COMPONENTSWEB COMPONENTS
http://www.twinfinite.net/2015/03/17/rumor-warner-bros-set-to-release-their-own-lego-toys-to-life-game/
(AGAIN...)(AGAIN...)
LEARN CSS!LEARN CSS!
BUT THAT'S JUSTBUT THAT'S JUST
ONE BIG NINJAONE BIG NINJA
I SAID BECOMEI SAID BECOME
THREE NINJASTHREE NINJAS
http://www.viki.com/tv/1863c-ninja-segging-subbing-academy | http://www.woothemes.com/2010/07/training-ninjas-with-jon-hicks/
THANK YOUTHANK YOU
ROBIN CANNON, @SHINYTOYROBOTSROBIN CANNON, @SHINYTOYROBOTS
JS/HTML Command & Conquer - http://www.adityaravishankar.com/projects/games/command-and-conquer/
UK Crime Map - http://www.police.uk/metropolitan/00BK17N/crime/
Custom Elements (Eric Bidelman @ebidel) - http://www.html5rocks.com/en/tutorials/webcomponents/customelements/
About Shadow DOM - https://www.polymer-project.org/0.5/platform/shadow-dom.html
Web Components - http://webcomponents.org/
Web Components and the future of CSS - http://philipwalton.github.io/talks/2014-11-24
Flexbox Support - http://caniuse.com/#feat=flexbox

More Related Content

What's hot (20)

PDF
Smarter Grids with Sass and Susy...and Wordpress!
Michelle Barker
 
KEY
What is Object Oriented CSS?
Nicole Sullivan
 
PDF
CCSP 2012F 早點下班的工具
裕欽 林
 
PDF
WordPress as the Backbone(.js)
Beau Lebens
 
PDF
Build WordPress themes like a heavyweight - WordCamp Lancaster 2013
Jonny Allbut
 
PDF
Unobtrusive JavaScript
daveverwer
 
PDF
WordCamp Bournemouth 2014 - Designing with data in WordPress
Jonny Allbut
 
KEY
Advanced WordPress Development Environments
Beau Lebens
 
PPTX
Tweaking your Template: Joomla Day Boston 2014 Barb Ackemann
Barb Ackemann
 
PDF
Integrating Browserify with Sprockets
Spike Brehm
 
PDF
SC5 Style Guide Generator
Varya Stepanova
 
PDF
LESS
Joe Seifi
 
PPTX
Simplicity - develop modern web apps with tiny frameworks and tools
Rui Carvalho
 
PDF
Ruby and Rails by Example (GeekCamp edition)
bryanbibat
 
ZIP
The 5 Layers of Web Accessibility
Dirk Ginader
 
PDF
DRY CSS A don’t-repeat-yourself methodology for creating efficient, unified a...
Jer Clarke
 
PDF
Bootstrap Workout 2015
Rob Davarnia
 
PDF
Death of a Themer
James Panton
 
PDF
Test-proof CSS
Vittorio Vittori
 
PDF
Creating Living Style Guides to Improve Performance
Nicole Sullivan
 
Smarter Grids with Sass and Susy...and Wordpress!
Michelle Barker
 
What is Object Oriented CSS?
Nicole Sullivan
 
CCSP 2012F 早點下班的工具
裕欽 林
 
WordPress as the Backbone(.js)
Beau Lebens
 
Build WordPress themes like a heavyweight - WordCamp Lancaster 2013
Jonny Allbut
 
Unobtrusive JavaScript
daveverwer
 
WordCamp Bournemouth 2014 - Designing with data in WordPress
Jonny Allbut
 
Advanced WordPress Development Environments
Beau Lebens
 
Tweaking your Template: Joomla Day Boston 2014 Barb Ackemann
Barb Ackemann
 
Integrating Browserify with Sprockets
Spike Brehm
 
SC5 Style Guide Generator
Varya Stepanova
 
LESS
Joe Seifi
 
Simplicity - develop modern web apps with tiny frameworks and tools
Rui Carvalho
 
Ruby and Rails by Example (GeekCamp edition)
bryanbibat
 
The 5 Layers of Web Accessibility
Dirk Ginader
 
DRY CSS A don’t-repeat-yourself methodology for creating efficient, unified a...
Jer Clarke
 
Bootstrap Workout 2015
Rob Davarnia
 
Death of a Themer
James Panton
 
Test-proof CSS
Vittorio Vittori
 
Creating Living Style Guides to Improve Performance
Nicole Sullivan
 

Viewers also liked (20)

PPTX
How to upgrade from windows 7 to windows 10
Abhijit B.
 
PDF
Brand Identity
Ahmed Abdel Rahman
 
PPTX
Internet of Things & Java by Aleksandr Chudov & Duke
Александр Чудов
 
PDF
Frontend automation and stability
Máté Nádasdi
 
PDF
Webinar: Front End Web Development - Trendy Web Designs Using HTML5
Edureka!
 
PDF
Frontend SPOF
Patrick Meenan
 
PPTX
Front end Tips Tricks & Tools
Sandeep Ramgolam
 
PDF
User eXperience & Front End Development
andreafallaswork
 
PDF
Sinau Bareng Frontend Web Development @ DiLo Malang
Moch. Zamroni
 
PDF
Architecting your Frontend
Ruben Teijeiro
 
PDF
Grunt js for the Enterprise Vol.1: Frontend Performance with Phantomas
David Amend
 
PDF
建立前端开发团队 (Front-end Development Environment)
Joseph Chiang
 
PDF
Wrangling Large Scale Frontend Web Applications
Ryan Roemer
 
PDF
How to Build Front-End Web Apps that Scale - FutureJS
Phil Leggetter
 
PPTX
Frontend technologies
Jose Ramon Roblero Ruiz
 
PPTX
W3 conf hill-html5-security-realities
Brad Hill
 
PDF
Frontend at Scale - The Tumblr Story
Chris Miller
 
PPTX
Modern Frontend Technology
Ship Hsu
 
PDF
TechTalk #85 : Latest Frontend Technologies
bincangteknologi
 
PDF
Front End Development Workflow Tools
Ahmed Elmehri
 
How to upgrade from windows 7 to windows 10
Abhijit B.
 
Brand Identity
Ahmed Abdel Rahman
 
Internet of Things & Java by Aleksandr Chudov & Duke
Александр Чудов
 
Frontend automation and stability
Máté Nádasdi
 
Webinar: Front End Web Development - Trendy Web Designs Using HTML5
Edureka!
 
Frontend SPOF
Patrick Meenan
 
Front end Tips Tricks & Tools
Sandeep Ramgolam
 
User eXperience & Front End Development
andreafallaswork
 
Sinau Bareng Frontend Web Development @ DiLo Malang
Moch. Zamroni
 
Architecting your Frontend
Ruben Teijeiro
 
Grunt js for the Enterprise Vol.1: Frontend Performance with Phantomas
David Amend
 
建立前端开发团队 (Front-end Development Environment)
Joseph Chiang
 
Wrangling Large Scale Frontend Web Applications
Ryan Roemer
 
How to Build Front-End Web Apps that Scale - FutureJS
Phil Leggetter
 
Frontend technologies
Jose Ramon Roblero Ruiz
 
W3 conf hill-html5-security-realities
Brad Hill
 
Frontend at Scale - The Tumblr Story
Chris Miller
 
Modern Frontend Technology
Ship Hsu
 
TechTalk #85 : Latest Frontend Technologies
bincangteknologi
 
Front End Development Workflow Tools
Ahmed Elmehri
 
Ad

Similar to Front End Development - Beyond Javascript (Robin Cannon) (20)

PDF
JsDay - It's not you, It's me (or how to avoid being coupled with a Javascrip...
Marco Cedaro
 
PDF
Programming for non-Programmers
Evgeny Tsarkov
 
PDF
JavaScript Revolution - 5/Nov/13 - PrDC Saskatoon, SK
David Wesst
 
PDF
Moved to https://slidr.io/azzazzel/web-application-performance-tuning-beyond-xmx
Milen Dyankov
 
KEY
RWD in the Wild
Rich Quick
 
PPTX
Avoiding the Slog of Real-time Data Distribution
elunt
 
PDF
Programming For Non-Programmers (AMEX Remix Edition)
Chris Castiglione
 
PDF
Quo vadis, JavaScript? Devday.pl keynote
Christian Heilmann
 
PDF
FFWD.PRO - It's not you, It's me (or how to avoid being coupled with a Javasc...
Marco Cedaro
 
PDF
Of innovation and impatience - Future Decoded 2015
Christian Heilmann
 
PDF
SFScon 21 - Davide Montesin - Typescript vs. Java
South Tyrol Free Software Conference
 
PDF
How to build a kick-ass mobile experience
Michael Dick
 
PDF
Lean frontend development
Matteo Guidotto
 
PDF
20+ fantastic web development newsletters for developers & designers
Usersnap
 
PDF
Stripes RJUG March 2012
timstone
 
PPTX
Drupal Govcon 2018 - HAX the web
btopro
 
PDF
Why I will never write JavaScript ever again*
The Wolff
 
PDF
The CBC on a diet - Slimming down for a whole nation
Barbara Bermes
 
PPTX
SXSW 2015
Kei Lawford
 
PPTX
SXSW 2015
Table19
 
JsDay - It's not you, It's me (or how to avoid being coupled with a Javascrip...
Marco Cedaro
 
Programming for non-Programmers
Evgeny Tsarkov
 
JavaScript Revolution - 5/Nov/13 - PrDC Saskatoon, SK
David Wesst
 
Moved to https://slidr.io/azzazzel/web-application-performance-tuning-beyond-xmx
Milen Dyankov
 
RWD in the Wild
Rich Quick
 
Avoiding the Slog of Real-time Data Distribution
elunt
 
Programming For Non-Programmers (AMEX Remix Edition)
Chris Castiglione
 
Quo vadis, JavaScript? Devday.pl keynote
Christian Heilmann
 
FFWD.PRO - It's not you, It's me (or how to avoid being coupled with a Javasc...
Marco Cedaro
 
Of innovation and impatience - Future Decoded 2015
Christian Heilmann
 
SFScon 21 - Davide Montesin - Typescript vs. Java
South Tyrol Free Software Conference
 
How to build a kick-ass mobile experience
Michael Dick
 
Lean frontend development
Matteo Guidotto
 
20+ fantastic web development newsletters for developers & designers
Usersnap
 
Stripes RJUG March 2012
timstone
 
Drupal Govcon 2018 - HAX the web
btopro
 
Why I will never write JavaScript ever again*
The Wolff
 
The CBC on a diet - Slimming down for a whole nation
Barbara Bermes
 
SXSW 2015
Kei Lawford
 
SXSW 2015
Table19
 
Ad

More from Future Insights (20)

PDF
The Human Body in the IoT. Tim Cannon + Ryan O'Shea
Future Insights
 
PDF
Pretty pictures - Brandon Satrom
Future Insights
 
PDF
Putting real time into practice - Saul Diez-Guerra
Future Insights
 
PDF
Surviving the enterprise storm - @RianVDM
Future Insights
 
PDF
Exploring Open Date with BigQuery: Jenny Tong
Future Insights
 
PDF
A Universal Theory of Everything, Christopher Murphy
Future Insights
 
PDF
Horizon Interactive Awards, Mike Sauce & Jeff Jahn
Future Insights
 
PDF
Reading Your Users’ Minds: Empiricism, Design, and Human Behavior, Shane F. B...
Future Insights
 
PDF
Front End Development Transformation at Scale, Damon Deaner
Future Insights
 
PDF
Structuring Data from Unstructured Things. Sean Lorenz
Future Insights
 
PDF
Cinematic UX, Brad Weaver
Future Insights
 
PDF
The Future is Modular, Jonathan Snook
Future Insights
 
PDF
Designing an Enterprise CSS Framework is Hard, Stephanie Rewis
Future Insights
 
PDF
Accessibility Is More Than What Lies In The Code, Jennison Asuncion
Future Insights
 
PDF
Sunny with a Chance of Innovation: A How-To for Product Managers and Designer...
Future Insights
 
PDF
Designing for Dyslexia, Andrew Zusman
Future Insights
 
PDF
Beyond Measure, Erika Hall
Future Insights
 
PDF
Real Artists Ship, Haraldur Thorleifsson
Future Insights
 
PDF
Ok Computer. Peter Gasston
Future Insights
 
PDF
Digital Manuscripts Toolkit, using IIIF and JavaScript. Monica Messaggi Kaya
Future Insights
 
The Human Body in the IoT. Tim Cannon + Ryan O'Shea
Future Insights
 
Pretty pictures - Brandon Satrom
Future Insights
 
Putting real time into practice - Saul Diez-Guerra
Future Insights
 
Surviving the enterprise storm - @RianVDM
Future Insights
 
Exploring Open Date with BigQuery: Jenny Tong
Future Insights
 
A Universal Theory of Everything, Christopher Murphy
Future Insights
 
Horizon Interactive Awards, Mike Sauce & Jeff Jahn
Future Insights
 
Reading Your Users’ Minds: Empiricism, Design, and Human Behavior, Shane F. B...
Future Insights
 
Front End Development Transformation at Scale, Damon Deaner
Future Insights
 
Structuring Data from Unstructured Things. Sean Lorenz
Future Insights
 
Cinematic UX, Brad Weaver
Future Insights
 
The Future is Modular, Jonathan Snook
Future Insights
 
Designing an Enterprise CSS Framework is Hard, Stephanie Rewis
Future Insights
 
Accessibility Is More Than What Lies In The Code, Jennison Asuncion
Future Insights
 
Sunny with a Chance of Innovation: A How-To for Product Managers and Designer...
Future Insights
 
Designing for Dyslexia, Andrew Zusman
Future Insights
 
Beyond Measure, Erika Hall
Future Insights
 
Real Artists Ship, Haraldur Thorleifsson
Future Insights
 
Ok Computer. Peter Gasston
Future Insights
 
Digital Manuscripts Toolkit, using IIIF and JavaScript. Monica Messaggi Kaya
Future Insights
 

Recently uploaded (20)

PPTX
DATA BASE MANAGEMENT AND RELATIONAL DATA
gomathisankariv2
 
PPTX
2025 CGI Congres - Surviving agile v05.pptx
Derk-Jan de Grood
 
PDF
Digital water marking system project report
Kamal Acharya
 
PPTX
GitOps_Without_K8s_Training_detailed git repository
DanialHabibi2
 
PPT
Testing and final inspection of a solar PV system
MuhammadSanni2
 
PPTX
Mechanical Design of shell and tube heat exchangers as per ASME Sec VIII Divi...
shahveer210504
 
PPTX
fatigue in aircraft structures-221113192308-0ad6dc8c.pptx
aviatecofficial
 
PDF
mbse_An_Introduction_to_Arcadia_20150115.pdf
henriqueltorres1
 
PPTX
Knowledge Representation : Semantic Networks
Amity University, Patna
 
PDF
methodology-driven-mbse-murphy-july-hsv-huntsville6680038572db67488e78ff00003...
henriqueltorres1
 
PDF
Submit Your Papers-International Journal on Cybernetics & Informatics ( IJCI)
IJCI JOURNAL
 
PDF
AN EMPIRICAL STUDY ON THE USAGE OF SOCIAL MEDIA IN GERMAN B2C-ONLINE STORES
ijait
 
PPTX
澳洲电子毕业证澳大利亚圣母大学水印成绩单UNDA学生证网上可查学历
Taqyea
 
PDF
MODULE-5 notes [BCG402-CG&V] PART-B.pdf
Alvas Institute of Engineering and technology, Moodabidri
 
PPTX
Lecture 1 Shell and Tube Heat exchanger-1.pptx
mailforillegalwork
 
PDF
Water Industry Process Automation & Control Monthly July 2025
Water Industry Process Automation & Control
 
PDF
methodology-driven-mbse-murphy-july-hsv-huntsville6680038572db67488e78ff00003...
henriqueltorres1
 
PPTX
Distribution reservoir and service storage pptx
dhanashree78
 
PPTX
How Industrial Project Management Differs From Construction.pptx
jamespit799
 
PDF
REINFORCEMENT LEARNING IN DECISION MAKING SEMINAR REPORT
anushaashraf20
 
DATA BASE MANAGEMENT AND RELATIONAL DATA
gomathisankariv2
 
2025 CGI Congres - Surviving agile v05.pptx
Derk-Jan de Grood
 
Digital water marking system project report
Kamal Acharya
 
GitOps_Without_K8s_Training_detailed git repository
DanialHabibi2
 
Testing and final inspection of a solar PV system
MuhammadSanni2
 
Mechanical Design of shell and tube heat exchangers as per ASME Sec VIII Divi...
shahveer210504
 
fatigue in aircraft structures-221113192308-0ad6dc8c.pptx
aviatecofficial
 
mbse_An_Introduction_to_Arcadia_20150115.pdf
henriqueltorres1
 
Knowledge Representation : Semantic Networks
Amity University, Patna
 
methodology-driven-mbse-murphy-july-hsv-huntsville6680038572db67488e78ff00003...
henriqueltorres1
 
Submit Your Papers-International Journal on Cybernetics & Informatics ( IJCI)
IJCI JOURNAL
 
AN EMPIRICAL STUDY ON THE USAGE OF SOCIAL MEDIA IN GERMAN B2C-ONLINE STORES
ijait
 
澳洲电子毕业证澳大利亚圣母大学水印成绩单UNDA学生证网上可查学历
Taqyea
 
MODULE-5 notes [BCG402-CG&V] PART-B.pdf
Alvas Institute of Engineering and technology, Moodabidri
 
Lecture 1 Shell and Tube Heat exchanger-1.pptx
mailforillegalwork
 
Water Industry Process Automation & Control Monthly July 2025
Water Industry Process Automation & Control
 
methodology-driven-mbse-murphy-july-hsv-huntsville6680038572db67488e78ff00003...
henriqueltorres1
 
Distribution reservoir and service storage pptx
dhanashree78
 
How Industrial Project Management Differs From Construction.pptx
jamespit799
 
REINFORCEMENT LEARNING IN DECISION MAKING SEMINAR REPORT
anushaashraf20
 

Front End Development - Beyond Javascript (Robin Cannon)