SlideShare a Scribd company logo
The way
to deal with Big data problems
Monal Daxini
March 2016
Monal Daxini
Real Time Data Infrastructure
Senior Software Engineer, Netflix
https://www.linkedin.com/in/monaldaxini
@monaldax
#Netflix #Keystone
We help Produce,
Store,
Process,
Move
Events @ scale
Tell me more...
● Big Data Ecosystem @ Netflix
● How we built a scalable event pipeline - Keystone - in a year
○ Replaced legacy system without service disruption
○ Small team 8 +1
● Netflix Culture
○ Relevant tenets tagged on the slides
Global Launch - Jan 6, 2016
Over 75M Members
190 Countries
125M hours/day → 11B hours / quarter
14,269 years / day → 1,255,707 years / quarter
1000+ devices
37% of Internet traffic at peak
Netflix Is a Data Driven Company
Content
Product
Marketing
Finance
Business Development
Talent
Infrastructure
←CultureofAnalytics→
Data @ Netflix
Data at Rest (batch)
Data in Motion (streaming)
Big Data Systems - batch
Ingestion / Kafka -> Ursula, Aegisthus
Storage / S3, Teradata, Redshift, Druid
Processing / Pig, Hive, Presto, Spark
Reporting / Microstrategy, Tableau, Sting
Scheduling / UC4
Interface / Big Data Portal, Kragle
Opensource&
CommunityDriven
Big Data Systems - batch
Scale - batch
AWS S3 (instead of HDFS)
40 PB (S3) Compressed
Of which 13 PB events data
Big Data Systems - streaming
Data Pipeline - Keystone
Playback & operational insight - Mantis
Stream Processing* - Spark Streaming
Metrics & monitoring - Atlas
LooselyCoupled
HighlyAligned
Opensource&
CommunityDriven
What does culture have to do with big data?
Netflix Culture Deck
Netflix Culture
Freedom & Responsibility
"It may well be the most important document
ever to come out of the Valley." 1
Sheryl Sandberg
COO, Facebook
1 Business Insider, 2013
A NETFLIX ORIGINAL SERVICE
How we built an internal facing 1 trillion / day stream processing
cloud platform in a year, and how culture played a pivotal role
Freedom
&
Responsibility
Years ago...
In the Old Days ...
EMR
Event
Producers
Chukwa/Suro + Real-Time Branch
About a year ago ...
Chukwa / Suro + Real-Time Branch
Event
Producer
Druid
Stream
Consumers
EMR
Consumer
Kafka
Suro Router
Event
Producer
Suro
Kafka
Suro
Proxy
Support at-least-once processing
Scale, Ease of Operations
Replace dormant open source software - Chukwa
Enable future value adds - Stream Processing As a Service
Seamless transition to the new platform
ContextNotControl
Migrate Events to a new Pipeline In flight,
while not losing more that 0.1% of them
ContextNotControl
HighlyAligned
LooselyCoupled
Jan 2016
Keystone
Stream
Consumers
Samza
Router
EMR
Fronting
Kafka
Consumer
Kafka
Control Plane
Event
Producer
KSProxy
1 trillion events ingested per day during holiday season
1+ trillion events processed every day
350 billion a year ago 600+ billion events ingested per day
Keystone - Scale - Streaming
11 million events (24 GB per second) peak
Upto 10MB payload / Avg 4K
1.3 PB / day
Keystone - Scale - Streaming
Events & Producers
Keystone
Stream
Consumers
Samza
Router
EMR
Fronting
Kafka
Event
Producer
Consumer
Kafka
Control Plane
Event Payload is Immutable
At-least-once semantics*
* Once the event makes it to Kafka, ther are disaster scenarios where this breaks.
Injected Event Metadata
● GUID
● Timestamp
● Host
● App
Keystone Extensible Wire Protocol
● Backwards and forwards compatibility
● Supports JSON, AVRO on the horizon
● Invisible to source & sinks
● Efficient - 10 bytes overhead per message
○ because message size - hundreds of bytes to 10MB
Netflix Kafka Producer
● Best effort delivery - ack = 1
● Prefer drop event than disrupting producer app
● Resume event production after Kafka cluster restore
● Integration with Netflix Ecosystem
● Configurable topic to Kafka clusters route
Fronting Kafka Clusters
Keystone
Stream
Consumers
Samza
Router
EMR
Fronting
Kafka
Event
Producer
Consumer
Kafka
Control Plane
● Pioneer Tax
● Started with 0.7
● In prod with 0.8.2
● Move to 0.9 & VPC in progress
Kafka in the Cloud
Based on topics assigned
● Normal-priority (majority)
● High-priority (streaming activities etc.)
Fronting Kafka Topic Classification
● ≅3200 d2.xl brokers for regular, failover, & consumer
● 125 Zookeeper nodes
○ Independent zookeeper cluster per Kafka cluster
● 24 island clusters, 8 per region
○ 3 ASGs per cluster, 1 ASG per zone
○ 24 warm standby 3 node failover clusters
Scale - Kafka (prod)
● No dynamic topic creation
● Two copies
● Zone aware assignment of Topic partitions and replica
Fronting Kafka Topics
In a distributed system make sure you
understand limitations and failures,
even if you don’t know all the features.
- Monal
In addition, we do
Kafka Kong once a
week
Fronting Kafka Failover
Self Service Tool
BlamelessCulture
Fronting Kafka Failover
Fronting Kafka Failover
Kafka Management UI (Beta)
Open sourcing on the road map
Opensource&
CommunityDriven
BDX 2016-  Monal daxini  @ Netflix
BDX 2016-  Monal daxini  @ Netflix
Kafka Auditor
Open sourcing on the road map
Opensource&
CommunityDriven
Kafka Auditor - One pre cluster
● Broker monitoring
● Consumer monitoring
● Heart-beat & Continuous message latency
● On-demand Broker performance testing
● Built as a service deployable on single or multiple instances
Kafka Cluster Size -Tips
● Per Cluster Stay under 10k partitions & 200 brokers
● Leave approx. 40% free disk space on each broker
● Started with AWS zone aware partition assignments
● We have discovered and filed several bugs
○ Details - Upcoming in Netflix Tech blog
Kafka Contributions
Opensource&
CommunityDriven
Routing Service
Keystone
Stream
Consumers
Samza
Router
EMR
Fronting
Kafka
Event
Producer
Consumer
Kafka
Control Plane
Routing Infrastructure
+
Checkpointing
Cluster
+ 0.9.1Go
C language
Router Job Manager
(Control Plane)
EC2 Instances
Zookeeper
(Instance Id assignment)
Job
Job
Job
ksnode
Checkpointing Cluster
ASG
Custom Go
Executor
./runJob
Logs
Snapshots
Attach Volumes
./runJob
./runJob
Reconcile Loop - 1 min
Health Check
What’s running in ksnode?
Zookeeper
(Instance Id assignment)
Logs
ZFS Volume
Snapshots
Custom Go
Executor
.
/runJo
b
.
/runJo
b
.
/runJo
b
Go Tools Server
Client Tools
Stream Logs
Browse through
rotated logs by date
Ksnode Tooling
Yes! You inferred right!
No Mesos & No Yarn
Distributed Systems are Hard
Keep it Simple
Minimize Moving Parts
● 13,000 docker containers (samza jobs)
○ 7,000 - S3 Sink
○ 4,500 - Consumer Kafka sink
○ 1,500 - Elasticsearch sink
● 1,300 AWS C3-4XL instances
Scale - Routing Service
More Info - Samza Meetup (10/2015)
Samza ver 0.9.1 Contributions
Opensource&
CommunityDriven
Target & Achieved <= 0.1% diff
bw Chukwa & Keystone pipeline,
over 2.6 PB of data / day
Chukwa & Keystone Pipeline Shadowing
Metrics & Monitoring
Keystone
Stream
Consumers
Samza
Router
EMR
Fronting
Kafka
Consumer
Kafka
Control Plane
Event
Producer
KSProxy
Customer Facing per topic end-to-end dashboard
Dev facing infrastructure end-to-end dashboard
Scaling Avenues
● Exposed cost attribution per event producers & topic
○ E.g. one producer reduced throughput by 600%
● Automation - frees up additional resources
Scaling Up by Scaling Down
● No dedicated product or project managers
● No separate devops or operational team
● This does not mean we are constantly overworked
○ we make wise and simple choices and
○ lean towards automation & self-healing systems.
We build and run what you saw today!
YoubuildIt!
Yourunit!
HighPerformance
Not DevOps, but move towards NoOps
You build it! You run it!
● High Performance culture
● Communication
● No culture of process adherence
○ Creativity & Self Discipline
○ Freedom and Responsibility
Looking into the future?
Streaming Processing As a Service
● multi-tenant polyglot support of streaming engines like
Spark Streaming, Mantis, Samza, and may be Flink
Future steps
Opensource&
CommunityDriven
Messaging As a Service
● Kafka & Others
● Spark Streaming, Mantis, Samza, and may be Flink.
Future steps
Opensource&
CommunityDriven
Data thruway
● Support for schemas - registry, discovery, validation.
Self Service Tooling
Future steps
Opensource&
CommunityDriven
More brain food...
Netflix OSS
Samza Meetup Presentation
Netflix Tech Blog
Spark Summit 2015 Talk

More Related Content

PDF
BDX 2016 - Kevin lyons & yakir buskilla @ eXelate
Ido Shilon
 
PDF
Simplifying Event Streaming: Tools for Location Transparency and Data Evoluti...
confluent
 
PPTX
Zero Downtime App Deployment using Hadoop
DataWorks Summit/Hadoop Summit
 
PDF
Kafka Summit NYC 2017 - Every Message Counts: Kafka as a Foundation for Highl...
confluent
 
PPT
Kafka Summit NYC 2017 - Simplifying Omni-Channel Retail at Scale
confluent
 
PDF
Kafka Summit NYC 2017 - The Real-time Event Driven Bank: A Kafka Story
confluent
 
PPTX
Big Data Day LA 2016/ Data Science Track - The Evolving Data Science Landscap...
Data Con LA
 
PPTX
The evolution of the big data platform @ Netflix (OSCON 2015)
Eva Tse
 
BDX 2016 - Kevin lyons & yakir buskilla @ eXelate
Ido Shilon
 
Simplifying Event Streaming: Tools for Location Transparency and Data Evoluti...
confluent
 
Zero Downtime App Deployment using Hadoop
DataWorks Summit/Hadoop Summit
 
Kafka Summit NYC 2017 - Every Message Counts: Kafka as a Foundation for Highl...
confluent
 
Kafka Summit NYC 2017 - Simplifying Omni-Channel Retail at Scale
confluent
 
Kafka Summit NYC 2017 - The Real-time Event Driven Bank: A Kafka Story
confluent
 
Big Data Day LA 2016/ Data Science Track - The Evolving Data Science Landscap...
Data Con LA
 
The evolution of the big data platform @ Netflix (OSCON 2015)
Eva Tse
 

What's hot (20)

PPTX
Keystone event processing pipeline on a dockerized microservices architecture
Zhenzhong Xu
 
PPTX
The Problem is Data: Gwen Shapira, Confluent, Serverless NYC 2018
iguazio
 
PPTX
Artik cloud deview 2016
NAVER D2
 
PDF
Keynote: Jay Kreps, Confluent | Kafka ♥ Cloud | Kafka Summit 2020
confluent
 
PPTX
Our journey with druid - from initial research to full production scale
Itai Yaffe
 
PPTX
Using druid for interactive count distinct queries at scale
Itai Yaffe
 
PDF
Journey to the Real-Time Analytics in Extreme Growth
SingleStore
 
PDF
Cloud Connect 2012, Big Data @ Netflix
Jerome Boulon
 
PDF
How KeyBank Used Elastic to Build an Enterprise Monitoring Solution
Elasticsearch
 
PPTX
Serverless and AI: Orit Nissan-Messing, Iguazio, Serverless NYC 2018
iguazio
 
PPTX
Real-Time Geospatial Intelligence at Scale
SingleStore
 
PPTX
Getting It Right Exactly Once: Principles for Streaming Architectures
SingleStore
 
PDF
Rocana Deep Dive OC Big Data Meetup #19 Sept 21st 2016
cdmaxime
 
PDF
Real Time Data Infrastructure team overview
Monal Daxini
 
PPTX
Five ways database modernization simplifies your data life
SingleStore
 
PPTX
Building the Serverless Container Experience: Kevin McGrath, Spotinst, Server...
iguazio
 
PDF
Using Hazelcast in the Kappa architecture
Oliver Buckley-Salmon
 
PPTX
Speed layer : Real time views in LAMBDA architecture
Tin Ho
 
PPTX
O'Reilly Media Webcast: Building Real-Time Data Pipelines
SingleStore
 
PDF
Kafka and Stream Processing, Taking Analytics Real-time, Mike Spicer
confluent
 
Keystone event processing pipeline on a dockerized microservices architecture
Zhenzhong Xu
 
The Problem is Data: Gwen Shapira, Confluent, Serverless NYC 2018
iguazio
 
Artik cloud deview 2016
NAVER D2
 
Keynote: Jay Kreps, Confluent | Kafka ♥ Cloud | Kafka Summit 2020
confluent
 
Our journey with druid - from initial research to full production scale
Itai Yaffe
 
Using druid for interactive count distinct queries at scale
Itai Yaffe
 
Journey to the Real-Time Analytics in Extreme Growth
SingleStore
 
Cloud Connect 2012, Big Data @ Netflix
Jerome Boulon
 
How KeyBank Used Elastic to Build an Enterprise Monitoring Solution
Elasticsearch
 
Serverless and AI: Orit Nissan-Messing, Iguazio, Serverless NYC 2018
iguazio
 
Real-Time Geospatial Intelligence at Scale
SingleStore
 
Getting It Right Exactly Once: Principles for Streaming Architectures
SingleStore
 
Rocana Deep Dive OC Big Data Meetup #19 Sept 21st 2016
cdmaxime
 
Real Time Data Infrastructure team overview
Monal Daxini
 
Five ways database modernization simplifies your data life
SingleStore
 
Building the Serverless Container Experience: Kevin McGrath, Spotinst, Server...
iguazio
 
Using Hazelcast in the Kappa architecture
Oliver Buckley-Salmon
 
Speed layer : Real time views in LAMBDA architecture
Tin Ho
 
O'Reilly Media Webcast: Building Real-Time Data Pipelines
SingleStore
 
Kafka and Stream Processing, Taking Analytics Real-time, Mike Spicer
confluent
 
Ad

Viewers also liked (20)

PDF
User Focused Security at Netflix: Stethoscope
Jesse Kriss
 
PDF
The new Netflix API
Katharina Probst
 
PDF
Architecting a Next Generation Data Platform
hadooparchbook
 
PPTX
Accelerating scale from startups to enterprise by Peter bakas
Ido Shilon
 
PDF
Netflix marketing plan
Evelyne Otto
 
PPTX
Using druid for interactive count distinct queries at scale @ nmc
Ido Shilon
 
PPTX
Blind spots in big data erez koren @ forter
Ido Shilon
 
PPTX
The Six pillars for Building big data analytics ecosystems
taimur hafeez
 
PPTX
Deep learning at nmc devin jones
Ido Shilon
 
PDF
Why ml and ai are the future of gaming david sachs @ tomobox
Ido Shilon
 
PPTX
Maintaining the Front Door to Netflix : The Netflix API
Daniel Jacobson
 
PDF
Keystone - Leverage Big Data 2016
Peter Bakas
 
PPTX
Netflix
J S Yashas
 
PDF
Netflix Promotional Campaign
ashleyphenix
 
PDF
Uber's data science workbench
Ran Wei
 
PDF
Data Pipelines with Apache Kafka
Ben Stopford
 
PPT
Netflix Case Study
Kikuyu Daniels
 
PDF
Personalization - 10 Lessons Learned from Netflix
Pancrazio Auteri
 
PPTX
Production ready big ml workflows from zero to hero daniel marcous @ waze
Ido Shilon
 
PPTX
Netflix marketing plan presentation
Evelyne Otto
 
User Focused Security at Netflix: Stethoscope
Jesse Kriss
 
The new Netflix API
Katharina Probst
 
Architecting a Next Generation Data Platform
hadooparchbook
 
Accelerating scale from startups to enterprise by Peter bakas
Ido Shilon
 
Netflix marketing plan
Evelyne Otto
 
Using druid for interactive count distinct queries at scale @ nmc
Ido Shilon
 
Blind spots in big data erez koren @ forter
Ido Shilon
 
The Six pillars for Building big data analytics ecosystems
taimur hafeez
 
Deep learning at nmc devin jones
Ido Shilon
 
Why ml and ai are the future of gaming david sachs @ tomobox
Ido Shilon
 
Maintaining the Front Door to Netflix : The Netflix API
Daniel Jacobson
 
Keystone - Leverage Big Data 2016
Peter Bakas
 
Netflix
J S Yashas
 
Netflix Promotional Campaign
ashleyphenix
 
Uber's data science workbench
Ran Wei
 
Data Pipelines with Apache Kafka
Ben Stopford
 
Netflix Case Study
Kikuyu Daniels
 
Personalization - 10 Lessons Learned from Netflix
Pancrazio Auteri
 
Production ready big ml workflows from zero to hero daniel marcous @ waze
Ido Shilon
 
Netflix marketing plan presentation
Evelyne Otto
 
Ad

Similar to BDX 2016- Monal daxini @ Netflix (20)

PDF
The Netflix Way to deal with Big Data Problems
Monal Daxini
 
PDF
Netflix keystone streaming data pipeline @scale in the cloud-dbtb-2016
Monal Daxini
 
PDF
Netflix Keystone—Cloud scale event processing pipeline
Monal Daxini
 
PDF
Netflix Keystone Pipeline at Big Data Bootcamp, Santa Clara, Nov 2015
Monal Daxini
 
PDF
Keystone - ApacheCon 2016
Peter Bakas
 
PDF
AWS Re-Invent 2017 Netflix Keystone SPaaS - Monal Daxini - Abd320 2017
Monal Daxini
 
PDF
Monal Daxini - Beaming Flink to the Cloud @ Netflix
Flink Forward
 
PDF
Beaming flink to the cloud @ netflix ff 2016-monal-daxini
Monal Daxini
 
PDF
Uber Real Time Data Analytics
Ankur Bansal
 
PDF
Apache Kafka - Scalable Message-Processing and more !
Guido Schmutz
 
PDF
From Monoliths to Microservices - A Journey With Confluent With Gayathri Veal...
HostedbyConfluent
 
PDF
Netflix Keystone - How Netflix Handles Data Streams up to 11M Events/Sec
Peter Bakas
 
PDF
Flink forward-2017-netflix keystones-paas
Monal Daxini
 
PDF
Unbounded bounded-data-strangeloop-2016-monal-daxini
Monal Daxini
 
PPT
Stream, Stream, Stream: Different Streaming Methods with Spark and Kafka
DataWorks Summit
 
PPTX
Running a Massively Parallel Self-serve Distributed Data System At Scale
Zhenzhong Xu
 
PPTX
Netflix Data Pipeline With Kafka
Steven Wu
 
PPTX
Netflix Data Pipeline With Kafka
Allen (Xiaozhong) Wang
 
PPTX
Kafka Practices @ Uber - Seattle Apache Kafka meetup
Mingmin Chen
 
PDF
Cloud lunch and learn real-time streaming in azure
Timothy Spann
 
The Netflix Way to deal with Big Data Problems
Monal Daxini
 
Netflix keystone streaming data pipeline @scale in the cloud-dbtb-2016
Monal Daxini
 
Netflix Keystone—Cloud scale event processing pipeline
Monal Daxini
 
Netflix Keystone Pipeline at Big Data Bootcamp, Santa Clara, Nov 2015
Monal Daxini
 
Keystone - ApacheCon 2016
Peter Bakas
 
AWS Re-Invent 2017 Netflix Keystone SPaaS - Monal Daxini - Abd320 2017
Monal Daxini
 
Monal Daxini - Beaming Flink to the Cloud @ Netflix
Flink Forward
 
Beaming flink to the cloud @ netflix ff 2016-monal-daxini
Monal Daxini
 
Uber Real Time Data Analytics
Ankur Bansal
 
Apache Kafka - Scalable Message-Processing and more !
Guido Schmutz
 
From Monoliths to Microservices - A Journey With Confluent With Gayathri Veal...
HostedbyConfluent
 
Netflix Keystone - How Netflix Handles Data Streams up to 11M Events/Sec
Peter Bakas
 
Flink forward-2017-netflix keystones-paas
Monal Daxini
 
Unbounded bounded-data-strangeloop-2016-monal-daxini
Monal Daxini
 
Stream, Stream, Stream: Different Streaming Methods with Spark and Kafka
DataWorks Summit
 
Running a Massively Parallel Self-serve Distributed Data System At Scale
Zhenzhong Xu
 
Netflix Data Pipeline With Kafka
Steven Wu
 
Netflix Data Pipeline With Kafka
Allen (Xiaozhong) Wang
 
Kafka Practices @ Uber - Seattle Apache Kafka meetup
Mingmin Chen
 
Cloud lunch and learn real-time streaming in azure
Timothy Spann
 

More from Ido Shilon (6)

PDF
Micro apps across 3 continents using React js
Ido Shilon
 
PDF
BDX 2016 - Arnon rotem gal-oz @ appsflyer
Ido Shilon
 
PDF
BDX 2016 - Tal sliwowicz @ taboola
Ido Shilon
 
PDF
BDX 2016 - Tzach zohar @ kenshoo
Ido Shilon
 
PDF
Scaling to 1 million users v1
Ido Shilon
 
PDF
Couchbase@live person meetup july 22nd
Ido Shilon
 
Micro apps across 3 continents using React js
Ido Shilon
 
BDX 2016 - Arnon rotem gal-oz @ appsflyer
Ido Shilon
 
BDX 2016 - Tal sliwowicz @ taboola
Ido Shilon
 
BDX 2016 - Tzach zohar @ kenshoo
Ido Shilon
 
Scaling to 1 million users v1
Ido Shilon
 
Couchbase@live person meetup july 22nd
Ido Shilon
 

Recently uploaded (20)

PPTX
Crypto Recovery California Services.pptx
lionsgate network
 
PPTX
原版北不列颠哥伦比亚大学毕业证文凭UNBC成绩单2025年新版在线制作学位证书
e7nw4o4
 
PPTX
Black Yellow Modern Minimalist Elegant Presentation.pptx
nothisispatrickduhh
 
PPTX
谢尔丹学院毕业证购买|Sheridan文凭不见了怎么办谢尔丹学院成绩单
mookxk3
 
PPT
Introduction to dns domain name syst.ppt
MUHAMMADKAVISHSHABAN
 
PDF
KIPER4D situs Exclusive Game dari server Star Gaming Asia
hokimamad0
 
PPTX
The Latest Scam Shocking the USA in 2025.pptx
onlinescamreport4
 
PPTX
Different Generation Of Computers .pptx
divcoder9507
 
PPTX
dns domain name system history work.pptx
MUHAMMADKAVISHSHABAN
 
PPTX
Slides Powerpoint: Eco Economic Epochs.pptx
Steven McGee
 
PPTX
LESSON-2-Roles-of-ICT-in-Teaching-for-learning_123922 (1).pptx
renavieramopiquero
 
PPTX
Pengenalan perangkat Jaringan komputer pada teknik jaringan komputer dan tele...
Prayudha3
 
PPTX
The Internet of Things (IoT) refers to a vast network of interconnected devic...
chethana8182
 
PPTX
办理方法西班牙假毕业证蒙德拉贡大学成绩单MULetter文凭样本
xxxihn4u
 
PPTX
Unlocking Hope : How Crypto Recovery Services Can Reclaim Your Lost Funds
lionsgate network
 
PDF
Data Protection & Resilience in Focus.pdf
AmyPoblete3
 
PPTX
EthicalHack{aksdladlsfsamnookfmnakoasjd}.pptx
dagarabull
 
PPTX
Blue and Dark Blue Modern Technology Presentation.pptx
ap177979
 
PDF
Project English Paja Jara Alejandro.jpdf
AlejandroAlonsoPajaJ
 
PDF
UI/UX Developer Guide: Tools, Trends, and Tips for 2025
Penguin peak
 
Crypto Recovery California Services.pptx
lionsgate network
 
原版北不列颠哥伦比亚大学毕业证文凭UNBC成绩单2025年新版在线制作学位证书
e7nw4o4
 
Black Yellow Modern Minimalist Elegant Presentation.pptx
nothisispatrickduhh
 
谢尔丹学院毕业证购买|Sheridan文凭不见了怎么办谢尔丹学院成绩单
mookxk3
 
Introduction to dns domain name syst.ppt
MUHAMMADKAVISHSHABAN
 
KIPER4D situs Exclusive Game dari server Star Gaming Asia
hokimamad0
 
The Latest Scam Shocking the USA in 2025.pptx
onlinescamreport4
 
Different Generation Of Computers .pptx
divcoder9507
 
dns domain name system history work.pptx
MUHAMMADKAVISHSHABAN
 
Slides Powerpoint: Eco Economic Epochs.pptx
Steven McGee
 
LESSON-2-Roles-of-ICT-in-Teaching-for-learning_123922 (1).pptx
renavieramopiquero
 
Pengenalan perangkat Jaringan komputer pada teknik jaringan komputer dan tele...
Prayudha3
 
The Internet of Things (IoT) refers to a vast network of interconnected devic...
chethana8182
 
办理方法西班牙假毕业证蒙德拉贡大学成绩单MULetter文凭样本
xxxihn4u
 
Unlocking Hope : How Crypto Recovery Services Can Reclaim Your Lost Funds
lionsgate network
 
Data Protection & Resilience in Focus.pdf
AmyPoblete3
 
EthicalHack{aksdladlsfsamnookfmnakoasjd}.pptx
dagarabull
 
Blue and Dark Blue Modern Technology Presentation.pptx
ap177979
 
Project English Paja Jara Alejandro.jpdf
AlejandroAlonsoPajaJ
 
UI/UX Developer Guide: Tools, Trends, and Tips for 2025
Penguin peak
 

BDX 2016- Monal daxini @ Netflix