+ All Categories
Home > Education > Can Perl be a hobby?

Can Perl be a hobby?

Date post: 18-Nov-2014
Category:
Upload: anatoly-sharifulin
View: 730 times
Download: 1 times
Share this document with a friend
Description:
Lightning talk from Dutch Perl Workshop 2013
63
Can Perl be a hobby? Anatoly Sharifulin Dutch Perl Workshop 2013
Transcript
Page 1: Can Perl be a hobby?

Can Perl be a hobby?Anatoly Sharifulin

Dutch Perl Workshop 2013

Page 2: Can Perl be a hobby?

– Who uses Perl every day?

Page 3: Can Perl be a hobby?

– Those who earn their living this way?

Page 4: Can Perl be a hobby?

– And who loves Perl? :-)

Page 5: Can Perl be a hobby?

Perl and ISmall success-story

Page 6: Can Perl be a hobby?

I've been using Perl since 2005

Page 7: Can Perl be a hobby?

I am 28Perl is 25

Page 8: Can Perl be a hobby?

Perl began as a hobby

Page 9: Can Perl be a hobby?

Became my work

Page 10: Can Perl be a hobby?

Awesome and interesting work

Page 11: Can Perl be a hobby?

1. I wrote various bots, spiders, utilities,

websites, admin panels, API for mobile apps

using Perl

Page 12: Can Perl be a hobby?

BTW, thanks to @nperezI used POE::Filter::SimpleHTTP :-)

Page 13: Can Perl be a hobby?

2. In addition to my work I have "grown"

12 Perl developers

Page 14: Can Perl be a hobby?

3. Organized RostovOnDon.pm

Page 15: Can Perl be a hobby?

http://rostovondon.pm.org

Page 16: Can Perl be a hobby?

40+ subscribers~3 active users :-)

Page 17: Can Perl be a hobby?

4. Organized the 3 Russian Perl Workshop

South Perl

rd

Page 18: Can Perl be a hobby?
Page 19: Can Perl be a hobby?
Page 20: Can Perl be a hobby?

5. I was a speaker at 14+ Perl

conferences and workshops

Page 21: Can Perl be a hobby?

Once I gave the talk Perl is a bullshit!

Page 22: Can Perl be a hobby?
Page 23: Can Perl be a hobby?

6. I had 170 #Perl posts in my blog

http://sharifulin.posterous.com

Page 24: Can Perl be a hobby?

7. I'm still a CPAN author

https://metacpan.org/author/SHARIFULN

Page 25: Can Perl be a hobby?

Summary

Page 26: Can Perl be a hobby?

Perl becomes a great tool for me

Page 27: Can Perl be a hobby?

I can solve almost any task

Page 28: Can Perl be a hobby?

I can solve almost any task

I hope that

:-)

Page 29: Can Perl be a hobby?

Last year I decided that Perl can be a hobby

Page 30: Can Perl be a hobby?

Yippee! Perl can be my hobby

again

Page 31: Can Perl be a hobby?

But I need money :-)

Page 32: Can Perl be a hobby?

But I need money :-)

Minimum 75€ for nlwp();

Page 33: Can Perl be a hobby?

I rememberedI like mobile apps too

Page 34: Can Perl be a hobby?

And I started to search a new job

Page 35: Can Perl be a hobby?

where I can do my favorite things

Page 36: Can Perl be a hobby?

I found it!

Page 37: Can Perl be a hobby?

I'm head of mobile marketing at Ostrovok.ru

Page 38: Can Perl be a hobby?

Ostrovok.ru is yet another B.com :-)

Page 39: Can Perl be a hobby?

I can generate some mobile reports

Parse CSV files:map, grep, split, re, <DATA>

Page 40: Can Perl be a hobby?

No Excel, only Perl, only hardcore!

Page 41: Can Perl be a hobby?

Mobile dashboards, admin panels, graphics,

etc.

Page 42: Can Perl be a hobby?

It's fast, useful and cool!

Page 43: Can Perl be a hobby?

Simple small tasks:

Page 44: Can Perl be a hobby?

1. Check redirect URL for mobile app tracking

Page 45: Can Perl be a hobby?

$ MOJO_MAX_REDIRECTS=0 perl -Mojo -E 'say h(shift)->headers->location' http://...

Page 46: Can Perl be a hobby?

2. Check mobile banner on the single-page

web app

Page 47: Can Perl be a hobby?

use ojo; say g( 'http://ostrovok.ru', {'User-Agent' => 'Googlebot/2.1 (+http://www.googlebot.com/bot.html)'}) ->dom ->at('a.mobile-banner-titie')->{href};

Page 48: Can Perl be a hobby?

3. What does it mean?utm_content=%7B%22app%22%3A338590452829694%2C

%22t%22%3A1366249099%7D

Page 49: Can Perl be a hobby?

use Mojo::Util;

say Mojo::Util::url_unescape $utm_content;

Page 50: Can Perl be a hobby?

...

Page 51: Can Perl be a hobby?

You can ask me:

Page 52: Can Perl be a hobby?

– Are you tired of Perl?

Page 53: Can Perl be a hobby?

No!

Page 54: Can Perl be a hobby?

I like Perl 5

Page 55: Can Perl be a hobby?

But I like Modern Perl

Page 56: Can Perl be a hobby?

Perl 5.16, Plack/PSGI, Starman, Mojolicious,

AnyEvent, etc.

Page 57: Can Perl be a hobby?

I belive that Perl can be modern, fast and easy

Page 58: Can Perl be a hobby?

And it isn't Ruby, Python or JavaScript

Page 59: Can Perl be a hobby?

In Perl 6 I trust

Page 60: Can Perl be a hobby?

OR

Page 61: Can Perl be a hobby?

In Perl 7 I trust :-)

Page 62: Can Perl be a hobby?

use Perl or die;

Page 63: Can Perl be a hobby?

Dank je wel!Anatoly Sharifulin

@sharifulin


Recommended