lars jankowfsky - learn or die - code.talks 2015

48
Learn or Die.

Upload: aboutyougmbh

Post on 24-Jan-2017

370 views

Category:

Internet


0 download

TRANSCRIPT

Page 1: Lars Jankowfsky - Learn or Die - code.talks 2015

Learn or Die.

Page 2: Lars Jankowfsky - Learn or Die - code.talks 2015
Page 3: Lars Jankowfsky - Learn or Die - code.talks 2015

© Carl Cheo

Page 4: Lars Jankowfsky - Learn or Die - code.talks 2015

© John Eisenschenk

Page 5: Lars Jankowfsky - Learn or Die - code.talks 2015

?© Sheila Sund

Page 6: Lars Jankowfsky - Learn or Die - code.talks 2015

Facts.© COM SALUD Agencia de comunicación

Page 7: Lars Jankowfsky - Learn or Die - code.talks 2015

„An empirical comparison of C, C++, Java, Perl, Python, Rexx, and Tcl for a search/string-processing program“

Prof. Lutz Prechelt ([email protected]), March 10, 2000

language progs unusable total

C 8 3 5

C++ 14 3 11

Java 26 2 24

Perl 14 1 13

Python 13 0 13

Rexx 5 1 4

Tcl 11 1 10

Total 91 11 80

Page 8: Lars Jankowfsky - Learn or Die - code.talks 2015

Designing and writing the program in Perl, Python, Rexx, or Tcl takes only about half as much time as writing it in C, C++, or Java and the resulting program is only half aslong.

The typical memory consumption of a script program isabout twice that of a C or C++ program.

For Java it is another factor of two higher.

Page 9: Lars Jankowfsky - Learn or Die - code.talks 2015

For all program aspects investigated, the performance variabilitydue to different programmers is on average about as large oreven larger than the variability due to different languages.

Page 10: Lars Jankowfsky - Learn or Die - code.talks 2015

Not. Helpful.

© Tambako the Jaguar

Page 11: Lars Jankowfsky - Learn or Die - code.talks 2015
Page 12: Lars Jankowfsky - Learn or Die - code.talks 2015

Global Ranking

0,00

5,00

10,00

15,00

20,00

25,00

Language in %

Page 13: Lars Jankowfsky - Learn or Die - code.talks 2015

Germany

0,00

5,00

10,00

15,00

20,00

25,00

Language in %

Page 14: Lars Jankowfsky - Learn or Die - code.talks 2015

USA

0,00

5,00

10,00

15,00

20,00

25,00

30,00

Language in %

Page 15: Lars Jankowfsky - Learn or Die - code.talks 2015

WISH != RL

© "Crying-girl" by Crimfants

Page 16: Lars Jankowfsky - Learn or Die - code.talks 2015

PYPL PopularitY of Programming Language

-5,0

0,0

5,0

10,0

15,0

20,0

25,0

30,0

Page 17: Lars Jankowfsky - Learn or Die - code.talks 2015

PYPL - Germany

-10,0

-5,0

0,0

5,0

10,0

15,0

20,0

25,0

30,0

35,0

40,0

Java Python C++ PHP C# Swift Javascript Objective-C C

Page 18: Lars Jankowfsky - Learn or Die - code.talks 2015

Github

© githut

Page 19: Lars Jankowfsky - Learn or Die - code.talks 2015

Java, C++ and PHP seem to be the best (safe) choice.

Everything else strongly depends on the country.

Second best Python and Javascript

Ruby?

Page 20: Lars Jankowfsky - Learn or Die - code.talks 2015

Meh.© Diriye Amey

Page 21: Lars Jankowfsky - Learn or Die - code.talks 2015

BUTIsn‘t there always a „but“?

Page 22: Lars Jankowfsky - Learn or Die - code.talks 2015

?

© Wikipedia

Websites ASP.NET C C++ D Erlang Go Hack Java JavaScript Perl PHP Python Ruby on Rails Scala Xhp

Google No Yes Yes No No Yes No Yes No No No Yes No No No

YouTube No Yes Yes No No Yes No Yes No No No Yes No No No

Facebook No No Yes Yes Yes No Yes Yes No No Yes Yes No No Yes

Yahoo No No No No No No No No Yes No Yes No No No No

Amazon No No Yes No No No No Yes No Yes No No No No No

Wikipedia No No No No No No No No No No Yes No No No No

Twitter No No Yes No No No No Yes No No No No Yes Yes No

Bing Yes No No No No No No No No No No No No No No

eBay No No No No No No No Yes Yes No No No No No No

MSN Yes No No No No No No No No No No No No No No

Microsoft

Linkedin No No No No No No No Yes Yes No No No No Yes No

Pinterest

Ask

Wordpress No No No No No No No No No No Yes No No No No

Page 23: Lars Jankowfsky - Learn or Die - code.talks 2015

„One Trick Pony“ is dead.© EvilTurnover

Page 24: Lars Jankowfsky - Learn or Die - code.talks 2015

Microservices anyone?

Page 25: Lars Jankowfsky - Learn or Die - code.talks 2015

New language this year?

Anyone?

Page 26: Lars Jankowfsky - Learn or Die - code.talks 2015

LEARN.© maximilianklein

Page 27: Lars Jankowfsky - Learn or Die - code.talks 2015

The hardest areas to learn new skills in are the things you've been practicing for a long time.There is a sense of loss -- even grief -- that comes with the abandonment of old techniques.

I've experienced this recently when I was challenging everything I knew about swimmingwhich I've been doing for as long as I can remember, and used to do it competitively.I was learning Total Immersion Swimming, which is a meditative style of swimming.

And noticed myself being in constant disbelief that this better or even worth learning.I drew a lot of parallels between this and my professional career.

Being a good programmer means that there is always somethingyou could be doing better or is more suited to the problem domain you're tackling.

And learning new techniques often consists of more unlearning than learning.

Amjad Masad, Facebook, 2015

Page 28: Lars Jankowfsky - Learn or Die - code.talks 2015

UNLEARNING.© Kenneth Catania

Page 29: Lars Jankowfsky - Learn or Die - code.talks 2015

Design PatternsLearn that your own codebecomes legacy codeTest Driven DevelopmentObject OrientedProgrammingEmbrace agileSeparation of concernsMicroservices/DockerDomain Driven DesignLocks and StatesCollaboration andCommunication

UNLEARNING.Thank you:

David Soria ParraAlexander M. TurekAmjad MassadChudomir DelchevPierre JoyeKristian KöhntoppJohann-Peter HartmannRalf EggertHagen HübelAlexander SchmidtGediminas SedbarasPeter PetermannKristin HarknessTobias StruckmeyerOliver Ciupke

Minimum FunctionalPrototypingMultithreadingFunctional ReactiveProgrammingPerformance OrientedDevelopmentDependency InjectionService OrientedArchitectureInversion of ControlClosures.....

Page 30: Lars Jankowfsky - Learn or Die - code.talks 2015

LEARN!!!© Emma Taylor

Page 31: Lars Jankowfsky - Learn or Die - code.talks 2015

ATTITUDE.

Page 32: Lars Jankowfsky - Learn or Die - code.talks 2015

Times have changed....

Page 33: Lars Jankowfsky - Learn or Die - code.talks 2015

We have changed.

Page 34: Lars Jankowfsky - Learn or Die - code.talks 2015

© istolethetv

Page 35: Lars Jankowfsky - Learn or Die - code.talks 2015

© Christopher Michel

Page 36: Lars Jankowfsky - Learn or Die - code.talks 2015

We NEED TO change!

Page 37: Lars Jankowfsky - Learn or Die - code.talks 2015

Chef or Developer?© Lwp Kommunikáció

Page 38: Lars Jankowfsky - Learn or Die - code.talks 2015

..expert Craftsman carrying out someone else’s vision© "Wood Carver Kim Bong" by Dragfyre

Page 39: Lars Jankowfsky - Learn or Die - code.talks 2015

Or?

Page 40: Lars Jankowfsky - Learn or Die - code.talks 2015

“what if we try… THIS?”© Pedro Ribeiro Simões

Page 41: Lars Jankowfsky - Learn or Die - code.talks 2015

„That is the place to take a creative risk, and the payoff can be huge.“

Page 42: Lars Jankowfsky - Learn or Die - code.talks 2015

...OR YOU RUIN YOUR COMPANY. AND YOUR CAREER.

Page 43: Lars Jankowfsky - Learn or Die - code.talks 2015

© Dave Pullig

Page 44: Lars Jankowfsky - Learn or Die - code.talks 2015

© Youtube

Page 45: Lars Jankowfsky - Learn or Die - code.talks 2015

Meh.© Youtube

Page 46: Lars Jankowfsky - Learn or Die - code.talks 2015
Page 47: Lars Jankowfsky - Learn or Die - code.talks 2015

Customer/Project First

Availability of Engineers in your local market!

The newest and coolest is not always the best.

Meh.

Be smart! Don‘t be a Lemming.

Page 48: Lars Jankowfsky - Learn or Die - code.talks 2015

NFQ.COM

SCALING COMPANIES

[email protected]