Niji power to the user

Post on 20-Feb-2017

553 Views

Category:

Software

0 Downloads

Preview:

Click to see full reader

Transcript

NIJI power to the user

Better usage of privacy

User Centralized PRivacy Prevention

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)

The IdeaUser centralized

Identity Protection and Performance Boost

Network Level

Fear leads to the dark side

Product Life Cycle

Life of a Performance Test Engineer

How long would it take

to your organization to deploy a change that involves just

one single line of code?

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!

Be ready for Failing!!

Continuous … wait … what?

THINK BIG

Scalability Probs

PerformanceIt's not just about adding more

servers

top related