×
Copy
Open
Link
Embed
Share
Beginning
This slide
Copy link URL
Copy link URL
Copy iframe embed code
Copy iframe embed code
Copy javascript embed code
Copy javascript embed code
Share
Tweet
Share
Tweet
Slide 1
Slide 1 text
Why to JavaScript in 2018?
Slide 2
Slide 2 text
Saugat Acharya → Senior Software Engineer → Open Source Enthusiast https://github.com/mesaugat
Slide 3
Slide 3 text
What is this talk about? → Why to Frontend? → What the Frontend? → How to Frontend?
Slide 4
Slide 4 text
1. Why?
Slide 5
Slide 5 text
Most Popular Technology Since 2014
Slide 6
Slide 6 text
No content
Slide 7
Slide 7 text
No content
Slide 8
Slide 8 text
Of which only 12% are Frontend Developers
Slide 9
Slide 9 text
2. What?
Slide 10
Slide 10 text
No content
Slide 11
Slide 11 text
Practice of writing producing HTML, CSS and JavaScript for a website.
Slide 12
Slide 12 text
No content
Slide 13
Slide 13 text
3. How?
Slide 14
Slide 14 text
Start Small /* CSS */ body { background-color: lightblue; } // JavaScript console.log('Hello, World!');
Slide 15
Slide 15 text
Learn the Fundamentals → ES6 → Closures → Functions → Callbacks → Promises → Modules → and more ...
Slide 16
Slide 16 text
Choose a Framework
Slide 17
Slide 17 text
Tooling
Slide 18
Slide 18 text
Head Start → create-react-app → angular-cli → vue-cli
Slide 19
Slide 19 text
Concepts → Virtual DOM → JSX → State → Template → Data Binding → Code Splitting → ...
Slide 20
Slide 20 text
It's Not Easy ! Be patient ...
Slide 21
Slide 21 text
Don't Get On The Hype Train
Slide 22
Slide 22 text
Thank You
Slide 23
Slide 23 text
“Any application that can be written in JavaScript, will eventually be written in JavaScript.” — Jeff Atwood