Slide 1

Slide 1 text

its-a me, maximo Hi everyone

Slide 2

Slide 2 text

Maxime Fabre

Slide 3

Slide 3 text

Maxime Fabre • 25 years old

Slide 4

Slide 4 text

Maxime Fabre • 25 years old • Software Engineer at Madewithlove since 2013

Slide 5

Slide 5 text

Maxime Fabre • 25 years old • Software Engineer at Madewithlove since 2013 • I take pics and do music and stuff

Slide 6

Slide 6 text

I’m so French I breath baguettes and quote Baudelaire in my sleep

Slide 7

Slide 7 text

only 00s kidz will remembhr

Slide 8

Slide 8 text

No content

Slide 9

Slide 9 text

// Administration if((isset($_SESSION['pseudo']) && isset($_SESSION['mdp'])) && (($_SESSION['pseudo'] == 'admin') && ($_SESSION['mdp'] == 'admin'))) { if(!isset($_GET['admin'])) echo '

Identifiants corrects, bienvenue sur l\'�cran d\'administration

'; //############################# //# COMMANDES, INSERTIONS ET MODIFICATIONS //############################# if(isset($_GET['admin'])) { if($_GET['admin'] == 'seq') { echo '

Gestion des s�quences

'; //############################# // AJOUT, MODIFICATION ETC //############################# // Suppression s�quence if(isset($_GET['delete'])) { mysql_query('DELETE FROM ovap_seq WHERE id=' .$_GET['delete']) or die(mysql_error()); echo '

S�quence supprim�e.

'; } if(isset($_POST['num']) && isset($_POST['lieu']) && isset($_POST['images'])) { // Modification s�quence if(isset($_POST['id'])) { mysql_query('UPDATE ovap_seq SET num="' .$_POST['num']. '", lieu="' .addslashes($_POST['lieu']). '", images="' .$_POST['images']. '", news="' .$_POST['news']. '" WHERE id=' .$_POST['id']) or die(mysql_error()); echo '

Entr�e modifi�e.

'; } // Ajout s�quence elseif(!isset($_POST['id'])) { mysql_query('INSERT INTO ovap_seq VALUES("", "' .$_POST['num']. '", "' .$_POST['lieu']. '", "' .$_POST['images']. '", "' .$_POST['news']. '", "' .time(). '")') or die(mysql_error()); require('rss.php'); rebuild_rss(); $fichier_pause = fopen('pause', 'r+'); fseek($fichier_pause, 0); // On remet le curseur au d�but du fichier fputs($fichier_pause, $_GET['pause']); // On �crit le nouveau nombre de pages vues fclose($fichier_pause); echo '

Entr�e ajout�e.

';

Slide 10

Slide 10 text

Venn diagram of my experience in 2009 Things you should do in PHP Things I was doing in PHP

Slide 11

Slide 11 text

SO YOU CAN CODE BUT NOW WHAT.

Slide 12

Slide 12 text

What is a programmer?

Slide 13

Slide 13 text

17 % 58 % 25 % Coding Important stuff Slice of cheese What is a programmer?

Slide 14

Slide 14 text

17 % 58 % 25 % Coding Important stuff Slice of cheese What is a programmer? mr piechart i love wordpress

Slide 15

Slide 15 text

No content

Slide 16

Slide 16 text

No content

Slide 17

Slide 17 text

The future

Slide 18

Slide 18 text

The future The present

Slide 19

Slide 19 text

The future The present The past

Slide 20

Slide 20 text

No content

Slide 21

Slide 21 text

THE FUTURE, MARTY

Slide 22

Slide 22 text

No content

Slide 23

Slide 23 text

Act like you’re your own mentor

Slide 24

Slide 24 text

Act like you’re your own mentor señor developer

Slide 25

Slide 25 text

Act like you’re your own mentor señor developer

Slide 26

Slide 26 text

Act like you can’t code

Slide 27

Slide 27 text

Act like you can’t code • Code review all the things

Slide 28

Slide 28 text

Act like you can’t code • Code review all the things • Compare against the best

Slide 29

Slide 29 text

Act like you can’t code • Code review all the things • Compare against the best • If my code were public, would I be scared?

Slide 30

Slide 30 text

Act like you know nothing

Slide 31

Slide 31 text

Act like you know nothing • We all know 10%

Slide 32

Slide 32 text

Act like you know nothing • We all know 10% • Read things that don’t interest you

Slide 33

Slide 33 text

Act like you know nothing • We all know 10% • Read things that don’t interest you • Read people hating the things you love

Slide 34

Slide 34 text

Act like you know nothing • We all know 10% • Read things that don’t interest you • Read people hating the things you love • Read about stuff that seem unrelated

Slide 35

Slide 35 text

No content

Slide 36

Slide 36 text

mueheheh

Slide 37

Slide 37 text

Multireddits

Slide 38

Slide 38 text

Fever (feedafever.com)

Slide 39

Slide 39 text

“It’s fine”

Slide 40

Slide 40 text

“It’s fine” Until it’s not.

Slide 41

Slide 41 text

We work in a fast and furious 7 industry

Slide 42

Slide 42 text

We work in a fast and furious 7 industry

Slide 43

Slide 43 text

We work in a fast and furious 7 industry

Slide 44

Slide 44 text

We work in a fast and furious 7 industry React Laravel Angular Backbone Grunt Gulp Webpack

Slide 45

Slide 45 text

story of a webdevelopper’s life

Slide 46

Slide 46 text

“Oh no you don’t have to learn everything” story of a webdevelopper’s life

Slide 47

Slide 47 text

“Oh no you don’t have to learn everything” “Everybody knows what a repository is tho” story of a webdevelopper’s life

Slide 48

Slide 48 text

Act like time is muh-neyz

Slide 49

Slide 49 text

Act like time is muh-neyz • Don’t underestimate the weight of small repetitive tasks

Slide 50

Slide 50 text

No content

Slide 51

Slide 51 text

No content

Slide 52

Slide 52 text

No content

Slide 53

Slide 53 text

APPLESCRIPT?

Slide 54

Slide 54 text

APPLESCRIPT?

Slide 55

Slide 55 text

No content

Slide 56

Slide 56 text

Act like time is muh-neyz

Slide 57

Slide 57 text

Act like time is muh-neyz • Differentiate wasted time

Slide 58

Slide 58 text

Act like time is muh-neyz • Differentiate wasted time • Your brain can rot, fast.

Slide 59

Slide 59 text

me on holidays

Slide 60

Slide 60 text

{foo: bar}

Slide 61

Slide 61 text

{foo: bar} U WOT M8

Slide 62

Slide 62 text

No content

Slide 63

Slide 63 text

No content

Slide 64

Slide 64 text

No content

Slide 65

Slide 65 text

No content

Slide 66

Slide 66 text

No content

Slide 67

Slide 67 text

No content

Slide 68

Slide 68 text

No content

Slide 69

Slide 69 text

No content

Slide 70

Slide 70 text

No content

Slide 71

Slide 71 text

Love your future-self as much as Phil Sturgeon loves bikes

Slide 72

Slide 72 text

Act like your future-self has the ability to go back in time,
 pick up a bat, and beat the shit out of you

Slide 73

Slide 73 text

Act like your future-self has the ability to go back in time,
 pick up a bat, and beat the shit out of you SHOULD HAVE LEARNED ES6, YOU IDIOT dolan pls

Slide 74

Slide 74 text

No content

Slide 75

Slide 75 text

THE PRESENT

Slide 76

Slide 76 text

Focus

Slide 77

Slide 77 text

No content

Slide 78

Slide 78 text

No content

Slide 79

Slide 79 text

No content

Slide 80

Slide 80 text

No content

Slide 81

Slide 81 text

No content

Slide 82

Slide 82 text

No content

Slide 83

Slide 83 text

No content

Slide 84

Slide 84 text

No content

Slide 85

Slide 85 text

67 % 33 % Things I have time to talk about Thing I don't have time to talk about don’t forget to bring a towel

Slide 86

Slide 86 text

No content

Slide 87

Slide 87 text

THE PAST

Slide 88

Slide 88 text

The past is everyone behind you

Slide 89

Slide 89 text

The past is everyone behind you • Look at your old code

Slide 90

Slide 90 text

The past is everyone behind you • Look at your old code • Be wary of perceived progress

Slide 91

Slide 91 text

The past is everyone behind you • Look at your old code • Be wary of perceived progress • Consider your past self

Slide 92

Slide 92 text

No content

Slide 93

Slide 93 text

“Just”

Slide 94

Slide 94 text

No content

Slide 95

Slide 95 text

“Just Heroku a Docker container over AWS and load balance the queue”

Slide 96

Slide 96 text

“Just Heroku a Docker container over AWS and load balance the queue” “It’s simple, just use Webpack and Node the Ruby over the command bus”

Slide 97

Slide 97 text

“Just Heroku a Docker container over AWS and load balance the queue” “It’s simple, just use Webpack and Node the Ruby over the command bus” “Just Google it”

Slide 98

Slide 98 text

were

Slide 99

Slide 99 text

were

Slide 100

Slide 100 text

No content

Slide 101

Slide 101 text

StackOverflow /r/reviewmycode Laracasts forums etc.

Slide 102

Slide 102 text

No content

Slide 103

Slide 103 text

6 years ago I knew nothing

Slide 104

Slide 104 text

import React, {PropTypes} from 'react'; import AbstractSubstep from './AbstractSubstep'; import './Story.scss'; export default class Story extends AbstractSubstep { static propTypes = { contents: PropTypes.string, label: PropTypes.string, placeholder: PropTypes.string, setStory: PropTypes.func.isRequired, }; static defaultProps = { placeholder: 'Write description...', }; /** * Set the story for this step */ setStory() { this.props.setStory( this.refs.story.value ); } render() { const attributes = { className: 'story--content-editable', value: this.props.contents, onChange: this.setStory.bind(this), placeholder: this.props.placeholder, ref: 'story', disabled: !this.state.editing, rows: 3, }; return (
{this.props.label} {this.renderPencil()}
); }

Slide 105

Slide 105 text

import React, {PropTypes} from 'react'; import AbstractSubstep from './AbstractSubstep'; import './Story.scss'; export default class Story extends AbstractSubstep { static propTypes = { contents: PropTypes.string, label: PropTypes.string, placeholder: PropTypes.string, setStory: PropTypes.func.isRequired, }; static defaultProps = { placeholder: 'Write description...', }; /** * Set the story for this step */ setStory() { this.props.setStory( this.refs.story.value ); } render() { const attributes = { className: 'story--content-editable', value: this.props.contents, onChange: this.setStory.bind(this), placeholder: this.props.placeholder, ref: 'story', disabled: !this.state.editing, rows: 3, }; return (
{this.props.label} {this.renderPencil()}
); } AHAH THAT GUY IS STILL USING WEB COMPONENTS INSTEAD OF INTRAPROTOTYPED INHERITED JSXLF REPOSITORIES

Slide 106

Slide 106 text

import React, {PropTypes} from 'react'; import AbstractSubstep from './AbstractSubstep'; import './Story.scss'; export default class Story extends AbstractSubstep { static propTypes = { contents: PropTypes.string, label: PropTypes.string, placeholder: PropTypes.string, setStory: PropTypes.func.isRequired, }; static defaultProps = { placeholder: 'Write description...', }; /** * Set the story for this step */ setStory() { this.props.setStory( this.refs.story.value ); } render() { const attributes = { className: 'story--content-editable', value: this.props.contents, onChange: this.setStory.bind(this), placeholder: this.props.placeholder, ref: 'story', disabled: !this.state.editing, rows: 3, }; return (
{this.props.label} {this.renderPencil()}
); } AHAH THAT GUY IS STILL USING WEB COMPONENTS INSTEAD OF INTRAPROTOTYPED INHERITED JSXLF REPOSITORIES

Slide 107

Slide 107 text

import React, {PropTypes} from 'react'; import AbstractSubstep from './AbstractSubstep'; import './Story.scss'; export default class Story extends AbstractSubstep { static propTypes = { contents: PropTypes.string, label: PropTypes.string, placeholder: PropTypes.string, setStory: PropTypes.func.isRequired, }; static defaultProps = { placeholder: 'Write description...', }; /** * Set the story for this step */ setStory() { this.props.setStory( this.refs.story.value ); } render() { const attributes = { className: 'story--content-editable', value: this.props.contents, onChange: this.setStory.bind(this), placeholder: this.props.placeholder, ref: 'story', disabled: !this.state.editing, rows: 3, }; return (
{this.props.label} {this.renderPencil()}
); } AHAH THAT GUY IS STILL USING WEB COMPONENTS INSTEAD OF INTRAPROTOTYPED INHERITED JSXLF REPOSITORIES

Slide 108

Slide 108 text

Evolution of my experience as a web developper Things you should do in 2015

Slide 109

Slide 109 text

Evolution of my experience as a web developper ou should n 2011 Things you should do in 2012 Things you should do in 2013 Things you should do in 2014 Things you should do in 2015

Slide 110

Slide 110 text

Alright guys I finally know Grunt and– OH GOD DAMMIT NOT AGAIN ( ͡ ° ͜ ʖ ͡ °)

Slide 111

Slide 111 text

Either die a hero or live long enough to see yourself become a Joomla developper ;_; :( :( :(

Slide 112

Slide 112 text

BRO DID YOU JUST USE MYSQL_QUERY

Slide 113

Slide 113 text

SUMMARY

Slide 114

Slide 114 text

If you were sleeping, I said:

Slide 115

Slide 115 text

If you were sleeping, I said: • Stay on top of your game, learn new things

Slide 116

Slide 116 text

If you were sleeping, I said: • Stay on top of your game, learn new things • Be prepared for radical changes in techniques, patterns and tools

Slide 117

Slide 117 text

If you were sleeping, I said: • Stay on top of your game, learn new things • Be prepared for radical changes in techniques, patterns and tools • Keep your brain sharp

Slide 118

Slide 118 text

If you were sleeping, I said: • Stay on top of your game, learn new things • Be prepared for radical changes in techniques, patterns and tools • Keep your brain sharp • Learn to stay focused and to compartmentalize your life

Slide 119

Slide 119 text

If you were sleeping, I said: • Stay on top of your game, learn new things • Be prepared for radical changes in techniques, patterns and tools • Keep your brain sharp • Learn to stay focused and to compartmentalize your life • Remember your roots, be nice to newcomers, they could be better than you in 5 years

Slide 120

Slide 120 text

If you were sleeping, I said: • Stay on top of your game, learn new things • Be prepared for radical changes in techniques, patterns and tools • Keep your brain sharp • Learn to stay focused and to compartmentalize your life • Remember your roots, be nice to newcomers, they could be better than you in 5 years • Don’t be afraid to learn everything from scratch

Slide 121

Slide 121 text

Not whether facades should be named proxies Worry about the bigger picture

Slide 122

Slide 122 text

No content

Slide 123

Slide 123 text

No content

Slide 124

Slide 124 text

thnk u • ◡• anahkiasen
 anahkiasen
 anahkiasen
 anahkiasen
 anahkiasen
 anahkiasen
 anahkiasen
 anahkiasen
 anahkiasen facebook.com/
 twitter.com/
 github.com/
 flickr.com/
 last.fm/user/
 steamcommunity.com/id/
 blogs.wefrag.com/
 soundcloud.com/
 trakt.tv/users/