Frontend moderno

35
Front-end Moderno

Transcript of Frontend moderno

Page 1: Frontend moderno

Front-end Moderno

Page 3: Frontend moderno

Como alguns devs back-end se veem

Page 4: Frontend moderno

Como alguns devs back-end veem os devs front-end

Page 5: Frontend moderno

css é muito facil CSS3 é fácil

Page 6: Frontend moderno

css é muito facil

background: rgba(248,80,50,1);background: -moz-linear-gradient(left, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,80,50,1)), color-stop(50%, rgba(241,111,92,1)), color-stop(51%, rgba(246,41,12,1)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));background: -webkit-linear-gradient(left, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);background: -o-linear-gradient(left, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);background: -ms-linear-gradient(left, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);background: linear-gradient(to right, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=1 );

Page 7: Frontend moderno

css é muito repetitivo

Page 8: Frontend moderno

DE NOVO, DE NOVO...

Page 9: Frontend moderno

http://sass-lang.com/

Page 10: Frontend moderno

http://lesscss.org/

Page 11: Frontend moderno

http://stylus-lang.com/

Page 12: Frontend moderno

http://compass-style.org/

Page 13: Frontend moderno

CSS3

Page 14: Frontend moderno

Box shadow, media querie, flexbox,

animation, border radius

Page 15: Frontend moderno

HTML5

Page 16: Frontend moderno

SVG, Canvas, Vídeo, Áudio,

Picture, Section, Footer

Page 17: Frontend moderno

JS

Page 18: Frontend moderno

ecmascript 6, novidade

=)

Page 19: Frontend moderno

Não existe arquitetura em projetos js

Page 20: Frontend moderno

Angular, Ember,

Backbone, Spine,

knockoutjs, Jasmine

Page 21: Frontend moderno

“Comunidade não é ativa...”

Page 22: Frontend moderno
Page 23: Frontend moderno

Editores

Page 24: Frontend moderno

https://www.sublimetext.com/

Page 25: Frontend moderno

https://atom.io/

Page 26: Frontend moderno

http://brackets.io/

Page 27: Frontend moderno

Photoshop

Page 28: Frontend moderno

Precisamos saber mexer...

Page 29: Frontend moderno

Ferramentas do dia-a-dia

Page 30: Frontend moderno

http://gulpjs.com/

Page 31: Frontend moderno

http://gruntjs.com/

Page 32: Frontend moderno

http://bower.io/

Page 33: Frontend moderno

https://git-scm.com/

Page 34: Frontend moderno

API

Page 35: Frontend moderno

Fim =)