niji power to the user

18
NIJI power to the user Better usage of privacy

Upload: almudena-vivanco

Post on 20-Feb-2017

553 views

Category:

Software


0 download

TRANSCRIPT

Page 1: Niji power to the user

NIJI power to the user

Better usage of privacy

Page 2: Niji power to the user

User Centralized PRivacy Prevention

Page 3: Niji power to the user

import randomimport timeimport requests

class Speaker(object):

def __init__(self): born = "Avilés - Asturias" studies = "Applied Maths and Computability" jobdescription = "Performance Jedi" company = "Telefónica I+D" team = "Product Engineering" project = "AWAZZA" talks = [VLC Testing, DevopsDays, WebPerfDays, Velocity]

def talk(self): start_timer = time.time() r = requests.get('http://www.slideshare.net/almudenavivanco') r.raw.read() latency = time.time() - start_timer self.custom_timers[‘QA AfterTest'] = latency

if __name__ == '__main__': speech = Speaker() speech.talk() print trans.custom_timers

Almudena Vivanco (@MrsDaehin)

Page 4: Niji power to the user

The IdeaUser centralized

Identity Protection and Performance Boost

Network Level

Page 5: Niji power to the user

Fear leads to the dark side

Page 6: Niji power to the user

Product Life Cycle

Page 7: Niji power to the user
Page 8: Niji power to the user

Life of a Performance Test Engineer

Page 9: Niji power to the user
Page 10: Niji power to the user

How long would it take

to your organization to deploy a change that involves just

one single line of code?

Page 11: Niji power to the user

Fear is the path to the dark side. Fear leads to Inertia. Inertia Leads to paralysis. Paralysis leads to going out of Business.

Do not fear the Release!

Page 12: Niji power to the user

Be ready for Failing!!

Page 13: Niji power to the user

Continuous … wait … what?

Page 14: Niji power to the user

THINK BIG

Page 15: Niji power to the user

Scalability Probs

Page 16: Niji power to the user

PerformanceIt's not just about adding more

servers

Page 17: Niji power to the user
Page 18: Niji power to the user