SlideShare a Scribd company logo
Welcome to ServerlessToronto.org
1
Introduce Yourself ☺
- Why are you here? Where from?
- Looking or Offering work?
Fill the survey to win prises!
“SRE Topics with Charity Majors & Liz
Fong-Jones of Honeycomb.io”
will start at 6:10pm…
Knowledge Sponsor
Fill the survey to win
monthly Manning Giveaways:
https://forms.gle/ANEa6j3GZnsUm7jZ7
https://www.manning.com/books/software-telemetry
GOOD LUCK!
Upcoming ServerlessToronto.org Meetups
3
1) AWS re:Invent 2020 Recap –
James Beswick of AWS
2) Serverless Cloud Native Java
with Spring Cloud GCP (No
platform needed) – Ray Tsang,
Java Champion of GCP
3) Community Lightning Talks &
Updates for our 3rd Birthday
4) ??? We need you ☺
Please rate us online ☺
Serverless is not just about the Tech:
4
Serverless is New Agile & Mindset
#1 Serverless Dev
(Back-end FaaS dev, but
turned into gluing APIs
and Managed Services)
#2 We're obsessed to
creating business value
(meaningful MVPs,
Products), to empower
Business users
#3 We build bridges
between Serverless
Community (“Dev leg”),
and Front-end & Voice-
First developers & User
Experience designers
(“UX leg”)
#4 Achieve agility NOT
by “sprinting” faster
(like in Scrum), but
working smarter (by
using bigger building
blocks and less Ops)
“Toss It Over the Fence” SDLC principle ;)
Why DevOps topics at Serverless event?
5
My reality was: The
idea of
Dev – Ops “line”
became, not 2 but 3
silos:
Dev | DevOps | Ops
Looking back, it
appears that my
obsession with
Startups/Serverless
was (in a way) an
escape from the
Corporate IT reality
Why DevOps topics at Serverless event?
6
7
SLI tells when users
are happy/unhappy
SLIs, SLOs, SLAs,
oh my! (class SRE
implements
DevOps) videos
“When the student
is ready, the teacher
will appear” to help
us resolve Dev vs.
Ops conflict…
SRE shifts focus from Dev & Ops to Users!
8
Feature Presentations with Charity & Liz,
Honeycomb.io
@mipsytipsy
The Socio-Technical Path
to ✨High-Performing✨ Teams
Observability and the Glorious Future
@mipsytipsy
@mipsytipsy
engineer/cofounder/CTO
https://charity.wtf
the fundamental building block
by which we organize ourselves
and coordinate and scale our labor.
Teams.
The teams you join will define your career
more than any other single factor.
bad jobs can
be bad in
so, so many
different ways…
Bad Job One:
• predatory product
• praised for pulling all-nighters
• alienated from coworkers
• long commute
• neglectful manager
• the worst Silicon Valley cliches
Bad Job Two:
• aging, obsolete tech
• high operational toil
• fragile, flappy systems
• complacency
• low engineering skill level
• command-and-control 

leadership
autonomy, learning, high-
achieving, learned from
our mistakes, curious,
responsibility, ownership,
inspiring, camaraderie,
pride, collaboration, career
growth, rewarding,
motivating
manual labor, sacred cows,
wasted effort, stale tech,
ass-covering, fear,
fiefdoms, excessive toil,
command-and-control,
cargo culting, enervating,
discouraging, lethargy,
indifference
Motivation
Sociotechnical Systems
Socio- Technical Systems
Team, Tools, and Production
sociotechnical (n)
“Technology is the sum of ways in which social groups construct the
material objects of their civilizations. The things made are socially
constructed just as much as technically constructed. The merging of these
two things, construction and insight, is sociotechnology” — wikipedia
if you change the tools people use,
you can change how they behave and even who they are. 😱
sociotechnical (n)
Values
Practices
Tools
Socio-
Technical
Systems
sociotechnical (n)
Your system is a snowflake.
hire growth-oriented people
build emotional safety
invest in good tooling, pay down tech debt
practice observability-driven development
instrument, observe, iterate, and repeat
construct and tweak virtuous feedback loops.
You can’t fix what you can’t measure.
How well does YOUR team perform?
https://services.google.com/fh/files/misc/state-of-devops-2019.pdf
4
🔥key🔥
metrics.
Socio-
1 — How frequently do you deploy?
2 — How long does it take for code to go live?
3 — How many of your deploys fail?
4 — How long does it take to recover from an outage?
5 — How often are you alerted after hours?
Every team lead should watch these.
Know where you stand.
We waste a LOT of time.
https://stripe.com/reports/developer-coefficient-2018
42%!!!
42%!!!
42%!!!
42%!!!
42%!!!
There is a wide gap between elite teams and the bottom 50%.
It really, really, really,
really, really
pays off
to be on a
high performing team.
Who is going to be the better engineer
two years from now?
3000 deploys/year
9 outages/year
6 hours firefighting
5 deploys/year
65 outages/year
firefighting: constant
Q: What happens when an
engineer from the elite yellow
bubble joins a team in the
medium blue bubble?
A: Your productivity tends
to rise (or fall) to match that
of the team you join.
“Build great teams by only hiring the best people”Great teams make great engineers. ❤
Every engineering org
has a dual mandate.
The work consists of cultivating sociotechnical feedback loops
so engineers can own the full lifecycle of their code
and that begins with observability.
Happier customers, happier teams.
This brings us to tools.
Technical
I don’t know exactly what you need
but I can guess :)
Observability, Progressive Deployments, Continuous Delivery, SLOs
And your weakest points in the OMM
observability(n):
“In control theory, observability is a measure of how well
internal states of a system can be inferred from knowledge of
its external outputs. The observability and controllability of a
system are mathematical duals." — wikipedia
Can you understand what’s happening inside your
systems, just by asking questions from the outside? Can
you debug your code and any behavior using its output?
Can you answer new questions without shipping new code?
o11y for software:
• Arbitrarily-wide structured data blobs
(“canonical logs”)
• Visualize by time (“trace”)
• Gathers up full context in a single blob per
req per service
• Propagates unique request IDs and span IDs
Yes Observability:
• Unstructured, ad hoc logs
• Metrics-based tools (Prometheus,
DataDog, SignalFX, WaveFront, etc)
• Anything that requires indexes or schemas
Not Observability:
technical nitpick:
o11y technical dependencies (long):
https://www.honeycomb.io/blog/so-you-want-to-build-an-observability-tool/
• High cardinality
• High dimensionality
• Exploratory, open-ended investigation based on raw events
• Service Level Objectives. No preaggregation.
• Based on arbitrarily-wide structured events with span support
• No indexes, schemas, or predefined structure
• Bundling the full context of the request across network hops
• Metrics != observability. Unstructured logs != observability.
"I don't have time to invest in observability right now. Maybe later”
You can't afford not to.
1. Resiliency to failure
2. High-quality code
3. Manage complexity and technical debt
4. Predictable releases
5. Understand user behavior
https://www.honeycomb.io/wp-content/uploads/2019/06/Framework-for-an-Observability-Maturity-Model.pdf
Observability Maturity Model
… find your weakest category, and tackle that first
Observability is the key to making the leap
from known-unknowns to unknown-
unknowns, and
software lifecycle ownership.
unknown-unknownsknown-unknowns
monitoring observability
• Ephemeral and dynamic
• Far-flung and loosely coupled
• Partitioned, sharded
• Distributed and replicated
• Containers, schedulers
• Service registries
• Polyglot persistence strategies
• Autoscaled, multiple failover
• Emergent behaviors
• ... etc
Complexity🔥
Why now?
Without observability, your team will resort to
guessing and iterating blindly, without evidence,
and you will struggle to connect or debug
feedback loops.
Observability enables you to inspect cause and
effect at a granular level. Observability enables
engineers to have ownership over the lifecycle of
their software.
Example? Sure!
The app tier capacity is exceeded. Maybe we
rolled out a build with a perf regression, or
maybe some app instances are down.
DB queries are slower than normal. Maybe
we deployed a bad new query, or there is
lock contention.
Errors or latency are high. We will look at
several dashboards that reflect common root
causes, and one of them will show us why.
“Photos are loading slowly for some people. Why?”
(LAMP stack)
we should
monitor these things!
“Photos are loading slowly for some people. Why?”
(microservices)
Any microservices running on c2.4xlarge instances and
PIOPS storage in us-east-1b has a 1/20 chance of
running on degraded hardware, and will take 20x
longer to complete for requests that hit the disk with a
blocking call. This disproportionately impacts people
looking at older archives due to our fanout model.
Canadian users who are using the French language
pack on the iPad running iOS 9, are hitting a
firmware condition which makes it fail saving to local
cache … which is why it FEELS like photos are
loading slowly
Our newest SDK makes db queries sequentially if
the developer has enabled an optional feature flag.
Working as intended; the reporters all had debug
mode enabled. But flag should be renamed for
clarity sake.
eerrrr …
wtf do I monitor for?
More Problems
"I have twenty microservices and a sharded db and
three other data stores across three regions, and
everything seems to be getting a little bit slower
over the past two weeks but nothing has changed
that we know of, and oddly, latency is usually back to
the historical norm on Tuesdays.”
“All twenty app micro services have 10% of available
nodes enter a simultaneous crash loop cycle, about
five times a day, at unpredictable intervals. They have
nothing in common afaik and it doesn’t seem to
impact the stateful services. It clears up before we
can debug it, every time.”
“Our users can compose their own queries that we
execute server-side, and we don’t surface it to them
when they are accidentally doing full table scans or
even multiple full table scans, so they blame us when
they get timeouts.”
(microservices)
Still More Problems
“Several users in Romania and Eastern Europe are
complaining that all push notifications are down for
them … for days. But that’s impossible, because
pushes are in a single shared queue, and I’m
receiving pushes right now!”
“Disney is complaining that once in a while, but not
always, they don’t see the photo they expected to
see — they see someone else’s photo! When they
refresh, it’s fixed.”
“Sometimes a bot takes off, or an app is featured on
the iTunes store, and it takes us a long long time to
track down which app or user is generating
disproportionate pressure on shared components of
our system (esp databases). Everything gets slower
at once, and we can’t tell which of the slow apps
caused it (because EVERYTHING’s slow).
“We run a platform, and it’s hard to
programmatically distinguish between problems
that users are inflicting themselves and problems in
our own code, since they all manifest as the same
errors codes or timeouts."
(microservices)
You have an observable system
when your team can quickly and reliably diagnose
any new behavior with no prior knowledge.
observability begins with
rich instrumentation, putting you in
constant conversation with your code
well-understood systems require
minimal time spent firefighting
kick-start the virtuous cycle of you build it, you own it
instrumenting two steps in front of you as you build
never accept a PR unless you’ll know when it breaks
watch your code go out. muscle memory.
working as intended? anything else look weird?
thru the lens of your instrumentation
O.D.D.
that’s observability-driven development
on call: where shit gets real.
on call is for everyone who writes code.
on call must not be terrible.
(software ownership is the only way to make it better.)
democratize production.
production is for everyone; build guard rails.
encourage curiosity, emphasize ownership. don't punish.
get up to your elbows in prod EVERY DAY
Tools
invest in your deploys, instrument everything
fulfill the promise of Continuous Delivery
(don’t be scared by regulations)
feature flags,
feature flags,
feature flags.
progressive deploy $ALLTHETHINGS
✨Production First✨
test in prod
let staging take the leftovers
SLOs!
engineer merges diff. hours pass, multiple other engineers merge too
someone triggers a deploy with a few days worth of merges
the deploy fails, takes down the site, and pages on call
who manually rolls back, then begins git bisecting
this eats up her day and multiple other engineers
everybody bitches about how on call sucks
insidious
loop:
time elapsed: several engineer-days 🥺💀
engineer merges diff, which kicks off an automatic CI/CD and deploy
deploy fails; notifies the engineer who merged, reverts to safety
who knows exactly what she just did, and swiftly fixes it
then adds tests & instrumentation to better detect it
and promptly commits a fix
total time elapsed: 10 engineering minutes
virtuous
loop:
It really, really, really,
really, really
pays off
to be on a
high performing team.
Like REALLY.
In order to spend more of your time on productive activities,
instrument, observe, and iterate on the tools and processes
that gather, validate and ship your collective output as a team.
Join teams that honor and value this work and are committed to
consistently improving internal tooling — not just shipping features.
Speed is safety. Get code into production within
minutes as the best preventive medicine.
Build or buy?
Focus relentlessly on your core business differentiators.
Engineering cycles are the scarcest currency in your universe.
Build reluctantly. All code is legacy. Kill your darlings.
Senior engineers: you must amplify hidden costs
Promote people for successfully offloading and outsourcing.
Whatever you praise and promote people for, you will see more of.
Practice vendor engineering.
Good vendors act like they’re on your team.
Build libraries, modules, shared interfaces, examples, docs,
relationships; drive consistent internal use cases.
Tools
Socio-
Technical
Systems
sociotechnical (n)
Your system is a snowflake
a unique puzzle, unlike any other
high-performing teams both contribute to and are a
consequence of a well-running sociotechnical system.
for extra fun … let’s examine the sociotechnical implications of the
predominant architecture models of the past two decades:
monoliths and microservices
Monolith
• THE database
• THE application
• Known-unknowns and mostly
predictable failures
• Many monitoring checks and noisy
paging alerts
• "Flip a switch" to deploy, changes are
big bang and binary (all on/all off)
• Failures to be prevented
• Production is to be feared
• Debug by intuition and scar tissue of
past outages, page bombs
• Canned dashboards, runbooks,
playbooks
• Deploys are scary
• Masochistic on-call culture
sociotechnical causes & effects
“technical” causes: “socio” effects:
Monolith
• We built our systems like glass castles
— a fragile, forbidding edifice that we
could tightly control access to.
• Very hostile to exploration or
experimentation
• Many storage systems, many services,
many polyglot technologies
• Unknown-unknowns dominate
• Every alert is a novel question
• Rich, flexible instrumentation
• Few paging alerts, tied to SLOs and
keying off user pain
• Failures are your friend
• A deploy is just the beginning of
gaining confidence in your code
• Debug methodically by examining the
evidence and following the crumbs
• Deploys are opportunities
• On-call must be sustainable, humane
sociotechnical causes & effectsMicroservices
“technical” causes: “socio” effects:
• Software ownership -- you build it,
you run it
• Robust, resilient, built for
experimentation and testing in prod
• Human scale, with guard rails for
safety
Microservices
where
are we
going?
Here's the dirty little secret.
The next generation of systems won't be built and run by burned out, exhausted
people, or command-and-control teams just following orders.
It can't be done.
they've become too complicated. too hard.
You can no longer model these systems in your head and
leap to the solution -- you will be readily outcompeted by
teams with better tools or sharper focus.
Our systems are emergent and unpredictable. Runbooks and
canned playbooks be damned; we need your full creative self.
Your labor is a scarce and precious resource.
Lend it to those who are worthy of it.
You only get one career; seek out high-performing teams
to spend more time learning and building, not mired in
tech debt and shitty, wasteful processes
we have an opportunity here to make things better
let's do it <3
Charity Majors
@mipsytipsy
Liz Fong-Jones
Principal Developer Advocate, Honeycomb
@lizthegrey
November 16, 2020
Detangling complex systems
with compassion & production excellence
1w/ illustrations by @emilywithcurls!
@lizthegrey
2
We write code to solve problems.
@lizthegrey
But our job isn't done upon commit.
3
@lizthegrey
Production is increasingly complex.
4
@lizthegrey
Especially with microservices.
5
@lizthegrey
And with big data.
6
@lizthegrey
We're adding complexity all the time.
7
@lizthegrey
but can't understand or tame it.
8
@lizthegrey
What does uptime mean?
9
@lizthegrey
Is it measured in servers?
10
@lizthegrey
Is it measured in complaints?
11
@lizthegrey
How about juggling everything else?
12
@lizthegrey
We're adding even more complexity.
13
@lizthegrey
Our heroes are exhausted.
14
@lizthegrey
Our strategies need to evolve.
15
@lizthegrey
Don't "buy" DevOps.
16
@lizthegrey
When we order the alphabet soup...
17
@lizthegrey
Noisy alerts. Grumpy engineers.
18
@lizthegrey
Walls of meaningless dashboards.
19
@lizthegrey
Incidents take forever to fix.
20
@lizthegrey
Everyone bugs the "expert".
21
@lizthegrey
Deploys are unpredictable.
22
@lizthegrey
There's no time to do projects...
23
@lizthegrey
and when there's time, there's no plan.
24
@lizthegrey
The team is struggling to hold on.
25
@lizthegrey
What are we missing?
26
@lizthegrey
We forgot who operates systems.
27
@lizthegrey
Tools aren't magical.
28
@lizthegrey
Invest in people, culture, & process.
29
@lizthegrey
Enter the art of
Production Excellence.
30
@lizthegrey
Make systems more reliable & friendly.
31
@lizthegrey
ProdEx takes planning.
32
@lizthegrey
Measure and act on what matters.
33
@lizthegrey
Involve everyone.
34
@lizthegrey
Build everyone's confidence.
Encourage asking questions.
35
@lizthegrey
How do we get started?
36
@lizthegrey
Know when it's too broken.
37
@lizthegrey
& be able to debug, together when it is.
38
@lizthegrey
Eliminate (unnecessary) complexity.
39
@lizthegrey
Our systems are always failing.
40
@lizthegrey
What if we measure too broken?
41
@lizthegrey
We need
Service Level Indicators
42
@lizthegrey
SLIs and SLOs are common language.
43
@lizthegrey
Think in terms of events in context.
44
@lizthegrey
45
@lizthegrey
Is this event good or bad?
46
@lizthegrey
Are users grumpy? Ask your PM.
47
@lizthegrey
Or do chaos engineering experiments.
48
@lizthegrey
What threshold buckets events?
49
@lizthegrey
HTTP Code 200? Latency < 100ms?
50
@lizthegrey
51
@lizthegrey
How many eligible events did we see?
52
@lizthegrey
53
@lizthegrey
Availability: Good / Eligible Events
54
@lizthegrey
Set a target Service Level Objective.
55
@lizthegrey
Use a window and target percentage.
56
@lizthegrey
99.9% of events good in past 30 days.
57
@lizthegrey
58
@lizthegrey
A good SLO barely keeps users happy.
59
@lizthegrey
Drive alerting with SLOs.
60
@lizthegrey
Error budget: allowed unavailability
61
@lizthegrey
How long until I run out?
62
@lizthegrey
Page if it's hours.
63
Ticket if it's days.
@lizthegrey
64
Uh oh, better wake someone up.
@lizthegrey
Data-driven business decisions.
65
@lizthegrey
Is it safe to do this risky experiment?
66
@lizthegrey
67
@lizthegrey
Should we invest in more reliability?
68
@lizthegrey
Perfect SLO > Good SLO >>> No SLO
69
@lizthegrey
Measure what you can today.
70
@lizthegrey
Iterate to meet user needs.
71
@lizthegrey
Only alert on what matters.
72
@lizthegrey
SLIs & SLOs are
only half the picture...
73
@lizthegrey
Our outages are never identical.
74
@lizthegrey
Failure modes can't be predicted.
75
@lizthegrey
Support debugging novel cases.
In production.
76
@lizthegrey
Avoid siloed data.
77
@lizthegrey
Allow forming & testing hypotheses.
78
@lizthegrey
79
@lizthegrey
Dive into data to ask new questions.
80
@lizthegrey
81
@lizthegrey
Our services must be observable.
82
@lizthegrey
Can you examine events in context?
83
@lizthegrey
84
@lizthegrey
Can you explain the variance?
85
@lizthegrey
using relevant dimensions?
86
@lizthegrey
Can you mitigate impact & debug later?
87
@lizthegrey
Observability goes beyond break/fix.
88
OPERATIONAL
RESILIENCE
MANAGED
TECH DEBT
QUALITY
CODE
PREDICTABLE
RELEASE
USER INSIGHT
@lizthegrey
Observability isn't just the data.
89
DATA
INSTRUMENT QUERY
@lizthegrey
SLOs and Observability go together.
90
@lizthegrey
But they alone don't
create collaboration.
91
@lizthegrey
Heroism isn't sustainable.
92
@lizthegrey
Debugging is not a solo activity.
93
@lizthegrey
Debugging is for everyone.
94
@lizthegrey
Train teams together.
95
@lizthegrey
Collaboration is interpersonal.
96
@lizthegrey
97
@lizthegrey
Lean on your team.
98
@lizthegrey
We learn better when we document.
99
@lizthegrey
Fix hero culture. Share knowledge.
100
@lizthegrey
Use the same platforms & tools.
101
(e.g. )
@lizthegrey
Reward curiosity and teamwork.
102
@lizthegrey
Learn from the past.
Reward your future self.
103
@lizthegrey
104
@lizthegrey
Outages don't repeat, but they rhyme.
105
@lizthegrey
Risk analysis
helps us plan.
106
@lizthegrey
Quantify risks by frequency & impact.
107
@lizthegrey
Which risks are most significant?
108
@lizthegrey
Address risks that threaten the SLO.
109
@lizthegrey
Make the business case to fix them.
110
@lizthegrey
And prioritize completing the work.
111
@lizthegrey
Don't waste time chrome polishing.
112
@lizthegrey
Lack of observability is systemic risk.
113
@lizthegrey
So is lack of collaboration.
114
@lizthegrey
115
Success doesn't demand heroism.
@lizthegrey
A dozen engineers build Honeycomb.
116
@lizthegrey
We make systems humane to run,
117
@lizthegrey
by ingesting telemetry,
118
@lizthegrey
enabling data exploration,
119
@lizthegrey
and empowering engineers.
120
@lizthegrey
Yes, we deploy on Fridays.
121
@lizthegrey
@lizthegrey
What's our recipe?
@lizthegrey
Observability-driven Development.
@lizthegrey
start with lead time. (<3 hours)
deploy frequency goes up. (hourly, >12x/day)
change fail rate goes down. (<0.1%)
time to restore goes down. (seconds to minutes)
High productivity product engineering:
@lizthegrey
start with lead time.
10 min builds (x3 at worst), 1h for peer review,
hourly push train = 3 hours to deploy a change.
@lizthegrey
start with lead time.
deploy frequency goes up.
Builds go out every hour if there's a change.
1-2 new commits per build artifact.
@lizthegrey
start with lead time.
deploy frequency goes up.
change fail rate goes down.
Increased confidence via testing. Flag-flip or
fix-forward, not emergency rollback. 0.1% fail rate.
@lizthegrey
start with lead time.
deploy frequency goes up.
change fail rate goes down.
time to restore goes down.
Flag flip takes 30 seconds. Rollback to previous
build takes <10 min. Fix-forward takes 20 min.
@lizthegrey
Instrument as we code.
@lizthegrey
Functional and visual testing.
@lizthegrey
Design for feature flag deployment.
@lizthegrey
Automated integration.
@lizthegrey Honeycomb’s trace of Honeycomb build & deploy
@lizthegrey
Human PR review.
@lizthegrey
Automated integration.
@lizthegrey
Green button merge.
@lizthegrey
Auto-updates, rollbacks, & pins.
@lizthegrey
Observe behavior in prod.
@lizthegrey
Prod: customers observe data.
@lizthegrey
Dogfood observes prod.
@lizthegrey
[add observe in prod] image:
Adoption curve on SLOs
@lizthegrey
Kibble observes dogfood.
@lizthegrey
That's how 12 eng deploy 12x/day!
@lizthegrey
Buy the right tools...
145
@lizthegrey
but season your soup with ProdEx.
146
@lizthegrey
Measure. Debug. Collaborate. Fix.
147
lizthegrey.com; @lizthegrey
/liz
Production Excellence &
bring teams closer together.
Join www.ServerlessToronto.org
Home of “Less IT Mess”

More Related Content

What's hot

Build embedded and IoT solutions with Microsoft Windows IoT Core (BRK30077)
Build embedded and IoT solutions with Microsoft Windows IoT Core (BRK30077)Build embedded and IoT solutions with Microsoft Windows IoT Core (BRK30077)
Build embedded and IoT solutions with Microsoft Windows IoT Core (BRK30077)
Callon Campbell
 
The introduction of nexaweb flatform v4
The introduction of nexaweb flatform v4The introduction of nexaweb flatform v4
The introduction of nexaweb flatform v4
Duc Nguyen
 
Gartner EA Architecting for DevOps and Hybrid Cloud
Gartner EA Architecting for DevOps and Hybrid CloudGartner EA Architecting for DevOps and Hybrid Cloud
Gartner EA Architecting for DevOps and Hybrid Cloud
Rosalind Radcliffe
 
Enterprise-Ready Private and Hybrid Cloud Computing Today
Enterprise-Ready Private and Hybrid Cloud Computing TodayEnterprise-Ready Private and Hybrid Cloud Computing Today
Enterprise-Ready Private and Hybrid Cloud Computing Today
RightScale
 
Breaking DevOps Illusion
Breaking DevOps IllusionBreaking DevOps Illusion
Breaking DevOps Illusion
DevOps Indonesia
 
CodeValue Architecture Next 2018 - Executive track dilemmas and solutions in...
CodeValue Architecture Next 2018 - Executive track  dilemmas and solutions in...CodeValue Architecture Next 2018 - Executive track  dilemmas and solutions in...
CodeValue Architecture Next 2018 - Executive track dilemmas and solutions in...
Erez PEDRO
 
IoT, ready for business
IoT, ready for businessIoT, ready for business
IoT, ready for business
Jon Mikel Inza
 
Azure DevOps
Azure DevOpsAzure DevOps
Azure DevOps
Juan Fabian
 
Securing DevOps Lifecycle
Securing DevOps LifecycleSecuring DevOps Lifecycle
Securing DevOps Lifecycle
DevOps Indonesia
 
Mobile SDK: Considerations & Best Practices
Mobile SDK: Considerations & Best Practices Mobile SDK: Considerations & Best Practices
Mobile SDK: Considerations & Best Practices
LivePerson
 
Latest dev ops trends in 2021 you should know
Latest dev ops trends in 2021 you should knowLatest dev ops trends in 2021 you should know
Latest dev ops trends in 2021 you should know
Impressico Business Solutions
 
DevOps offerings by Brainstack Technologies
DevOps offerings by Brainstack TechnologiesDevOps offerings by Brainstack Technologies
DevOps offerings by Brainstack Technologies
chhavi bansal
 
Making Meetings Simple: "It's Just A Meeting"
Making Meetings Simple:  "It's Just A Meeting" Making Meetings Simple:  "It's Just A Meeting"
Making Meetings Simple: "It's Just A Meeting" Cisco Canada
 
DevOps in the Cloud
DevOps in the CloudDevOps in the Cloud
DevOps in the Cloud
Eran Stiller
 
Frequently Asked Questions (FAQs) on IoT Cloud App Development
Frequently Asked Questions (FAQs) on IoT Cloud App DevelopmentFrequently Asked Questions (FAQs) on IoT Cloud App Development
Frequently Asked Questions (FAQs) on IoT Cloud App Development
Embitel Technologies (I) PVT LTD
 
Building and Delivering Software in a Faster and More Consistent Way
Building and Delivering Software in a Faster and More Consistent WayBuilding and Delivering Software in a Faster and More Consistent Way
Building and Delivering Software in a Faster and More Consistent Way
DevOps Indonesia
 
GitHub Copilot.pptx
GitHub Copilot.pptxGitHub Copilot.pptx
GitHub Copilot.pptx
Luis Beltran
 
Spring Boot & Spring Cloud on Pivotal Application Service
Spring Boot & Spring Cloud on Pivotal Application ServiceSpring Boot & Spring Cloud on Pivotal Application Service
Spring Boot & Spring Cloud on Pivotal Application Service
VMware Tanzu
 
OPS Executive insights Webinar - Accenture
OPS Executive insights Webinar - AccentureOPS Executive insights Webinar - Accenture
OPS Executive insights Webinar - Accenture
VMware Tanzu
 
Microsoft DevOps Solution - DevOps
Microsoft DevOps Solution - DevOps  Microsoft DevOps Solution - DevOps
Microsoft DevOps Solution - DevOps
Chetan Gordhan
 

What's hot (20)

Build embedded and IoT solutions with Microsoft Windows IoT Core (BRK30077)
Build embedded and IoT solutions with Microsoft Windows IoT Core (BRK30077)Build embedded and IoT solutions with Microsoft Windows IoT Core (BRK30077)
Build embedded and IoT solutions with Microsoft Windows IoT Core (BRK30077)
 
The introduction of nexaweb flatform v4
The introduction of nexaweb flatform v4The introduction of nexaweb flatform v4
The introduction of nexaweb flatform v4
 
Gartner EA Architecting for DevOps and Hybrid Cloud
Gartner EA Architecting for DevOps and Hybrid CloudGartner EA Architecting for DevOps and Hybrid Cloud
Gartner EA Architecting for DevOps and Hybrid Cloud
 
Enterprise-Ready Private and Hybrid Cloud Computing Today
Enterprise-Ready Private and Hybrid Cloud Computing TodayEnterprise-Ready Private and Hybrid Cloud Computing Today
Enterprise-Ready Private and Hybrid Cloud Computing Today
 
Breaking DevOps Illusion
Breaking DevOps IllusionBreaking DevOps Illusion
Breaking DevOps Illusion
 
CodeValue Architecture Next 2018 - Executive track dilemmas and solutions in...
CodeValue Architecture Next 2018 - Executive track  dilemmas and solutions in...CodeValue Architecture Next 2018 - Executive track  dilemmas and solutions in...
CodeValue Architecture Next 2018 - Executive track dilemmas and solutions in...
 
IoT, ready for business
IoT, ready for businessIoT, ready for business
IoT, ready for business
 
Azure DevOps
Azure DevOpsAzure DevOps
Azure DevOps
 
Securing DevOps Lifecycle
Securing DevOps LifecycleSecuring DevOps Lifecycle
Securing DevOps Lifecycle
 
Mobile SDK: Considerations & Best Practices
Mobile SDK: Considerations & Best Practices Mobile SDK: Considerations & Best Practices
Mobile SDK: Considerations & Best Practices
 
Latest dev ops trends in 2021 you should know
Latest dev ops trends in 2021 you should knowLatest dev ops trends in 2021 you should know
Latest dev ops trends in 2021 you should know
 
DevOps offerings by Brainstack Technologies
DevOps offerings by Brainstack TechnologiesDevOps offerings by Brainstack Technologies
DevOps offerings by Brainstack Technologies
 
Making Meetings Simple: "It's Just A Meeting"
Making Meetings Simple:  "It's Just A Meeting" Making Meetings Simple:  "It's Just A Meeting"
Making Meetings Simple: "It's Just A Meeting"
 
DevOps in the Cloud
DevOps in the CloudDevOps in the Cloud
DevOps in the Cloud
 
Frequently Asked Questions (FAQs) on IoT Cloud App Development
Frequently Asked Questions (FAQs) on IoT Cloud App DevelopmentFrequently Asked Questions (FAQs) on IoT Cloud App Development
Frequently Asked Questions (FAQs) on IoT Cloud App Development
 
Building and Delivering Software in a Faster and More Consistent Way
Building and Delivering Software in a Faster and More Consistent WayBuilding and Delivering Software in a Faster and More Consistent Way
Building and Delivering Software in a Faster and More Consistent Way
 
GitHub Copilot.pptx
GitHub Copilot.pptxGitHub Copilot.pptx
GitHub Copilot.pptx
 
Spring Boot & Spring Cloud on Pivotal Application Service
Spring Boot & Spring Cloud on Pivotal Application ServiceSpring Boot & Spring Cloud on Pivotal Application Service
Spring Boot & Spring Cloud on Pivotal Application Service
 
OPS Executive insights Webinar - Accenture
OPS Executive insights Webinar - AccentureOPS Executive insights Webinar - Accenture
OPS Executive insights Webinar - Accenture
 
Microsoft DevOps Solution - DevOps
Microsoft DevOps Solution - DevOps  Microsoft DevOps Solution - DevOps
Microsoft DevOps Solution - DevOps
 

Similar to SRE Topics with Charity Majors and Liz Fong-Jones of Honeycomb

From Duke of DevOps to Queen of Chaos - Api days 2018
From Duke of DevOps to Queen of Chaos - Api days 2018From Duke of DevOps to Queen of Chaos - Api days 2018
From Duke of DevOps to Queen of Chaos - Api days 2018
Christophe Rochefolle
 
DevOps and the cloud: all hail the (developer) king - Daniel Bryant, Steve Poole
DevOps and the cloud: all hail the (developer) king - Daniel Bryant, Steve PooleDevOps and the cloud: all hail the (developer) king - Daniel Bryant, Steve Poole
DevOps and the cloud: all hail the (developer) king - Daniel Bryant, Steve Poole
JAXLondon_Conference
 
JAXLondon 2015 "DevOps and the Cloud: All Hail the (Developer) King"
JAXLondon 2015 "DevOps and the Cloud: All Hail the (Developer) King"JAXLondon 2015 "DevOps and the Cloud: All Hail the (Developer) King"
JAXLondon 2015 "DevOps and the Cloud: All Hail the (Developer) King"
Daniel Bryant
 
How do we drive tech changes
How do we drive tech changesHow do we drive tech changes
How do we drive tech changes
Jaewoo Ahn
 
How Microsoft ALM Tools Can Improve Your Bottom Line
How Microsoft ALM Tools Can Improve Your Bottom LineHow Microsoft ALM Tools Can Improve Your Bottom Line
How Microsoft ALM Tools Can Improve Your Bottom Line
Imaginet
 
Architectural Decisions: Smoothly and Consistently
Architectural Decisions: Smoothly and ConsistentlyArchitectural Decisions: Smoothly and Consistently
Architectural Decisions: Smoothly and Consistently
Comsysto Reply GmbH
 
Architectural Decisions: Smoothly and Consistently
Architectural Decisions: Smoothly and ConsistentlyArchitectural Decisions: Smoothly and Consistently
Architectural Decisions: Smoothly and Consistently
Comsysto Reply GmbH
 
Why other ppl_dont_get_it
Why other ppl_dont_get_itWhy other ppl_dont_get_it
Why other ppl_dont_get_it
jaxLondonConference
 
Cleaning Code - Tools and Techniques for Large Legacy Projects
Cleaning Code - Tools and Techniques for Large Legacy ProjectsCleaning Code - Tools and Techniques for Large Legacy Projects
Cleaning Code - Tools and Techniques for Large Legacy Projects
Mike Long
 
Evolving to Cloud-Native - Nate Schutta 2/2
Evolving to Cloud-Native - Nate Schutta 2/2Evolving to Cloud-Native - Nate Schutta 2/2
Evolving to Cloud-Native - Nate Schutta 2/2
VMware Tanzu
 
The Economics of Scale: Promises and Perils of Going Distributed
The Economics of Scale: Promises and Perils of Going DistributedThe Economics of Scale: Promises and Perils of Going Distributed
The Economics of Scale: Promises and Perils of Going Distributed
Tyler Treat
 
Turning Human Capital into High Performance Organizational Capital
Turning Human Capital into High Performance Organizational CapitalTurning Human Capital into High Performance Organizational Capital
Turning Human Capital into High Performance Organizational Capital
John Willis
 
Agile and Lean Software Development
Agile and Lean Software DevelopmentAgile and Lean Software Development
Agile and Lean Software Development
Tathagat Varma
 
6 ways DevOps helped PrepSportswear move from monolith to microservices
6 ways DevOps helped PrepSportswear move from monolith to microservices6 ways DevOps helped PrepSportswear move from monolith to microservices
6 ways DevOps helped PrepSportswear move from monolith to microservices
Dynatrace
 
Agilelessons scanagile-final 2013
Agilelessons scanagile-final 2013Agilelessons scanagile-final 2013
Agilelessons scanagile-final 2013
lokori
 
RedisConf17 - Observability and the Glorious Future
RedisConf17 - Observability and the Glorious FutureRedisConf17 - Observability and the Glorious Future
RedisConf17 - Observability and the Glorious Future
Redis Labs
 
Evolving to Cloud-Native - Nate Schutta (2/2)
Evolving to Cloud-Native - Nate Schutta (2/2)Evolving to Cloud-Native - Nate Schutta (2/2)
Evolving to Cloud-Native - Nate Schutta (2/2)
VMware Tanzu
 
AMIS 25: DevOps Best Practice for Oracle SOA and BPM
AMIS 25: DevOps Best Practice for Oracle SOA and BPMAMIS 25: DevOps Best Practice for Oracle SOA and BPM
AMIS 25: DevOps Best Practice for Oracle SOA and BPM
Matt Wright
 
AWS Community Day: From Monolith to Microservices - What Could Go Wrong?
AWS Community Day: From Monolith to Microservices - What Could Go Wrong?AWS Community Day: From Monolith to Microservices - What Could Go Wrong?
AWS Community Day: From Monolith to Microservices - What Could Go Wrong?
Phuong Mai Nguyen
 
Technologies for startup
Technologies for startupTechnologies for startup
Technologies for startup
Dzung Nguyen
 

Similar to SRE Topics with Charity Majors and Liz Fong-Jones of Honeycomb (20)

From Duke of DevOps to Queen of Chaos - Api days 2018
From Duke of DevOps to Queen of Chaos - Api days 2018From Duke of DevOps to Queen of Chaos - Api days 2018
From Duke of DevOps to Queen of Chaos - Api days 2018
 
DevOps and the cloud: all hail the (developer) king - Daniel Bryant, Steve Poole
DevOps and the cloud: all hail the (developer) king - Daniel Bryant, Steve PooleDevOps and the cloud: all hail the (developer) king - Daniel Bryant, Steve Poole
DevOps and the cloud: all hail the (developer) king - Daniel Bryant, Steve Poole
 
JAXLondon 2015 "DevOps and the Cloud: All Hail the (Developer) King"
JAXLondon 2015 "DevOps and the Cloud: All Hail the (Developer) King"JAXLondon 2015 "DevOps and the Cloud: All Hail the (Developer) King"
JAXLondon 2015 "DevOps and the Cloud: All Hail the (Developer) King"
 
How do we drive tech changes
How do we drive tech changesHow do we drive tech changes
How do we drive tech changes
 
How Microsoft ALM Tools Can Improve Your Bottom Line
How Microsoft ALM Tools Can Improve Your Bottom LineHow Microsoft ALM Tools Can Improve Your Bottom Line
How Microsoft ALM Tools Can Improve Your Bottom Line
 
Architectural Decisions: Smoothly and Consistently
Architectural Decisions: Smoothly and ConsistentlyArchitectural Decisions: Smoothly and Consistently
Architectural Decisions: Smoothly and Consistently
 
Architectural Decisions: Smoothly and Consistently
Architectural Decisions: Smoothly and ConsistentlyArchitectural Decisions: Smoothly and Consistently
Architectural Decisions: Smoothly and Consistently
 
Why other ppl_dont_get_it
Why other ppl_dont_get_itWhy other ppl_dont_get_it
Why other ppl_dont_get_it
 
Cleaning Code - Tools and Techniques for Large Legacy Projects
Cleaning Code - Tools and Techniques for Large Legacy ProjectsCleaning Code - Tools and Techniques for Large Legacy Projects
Cleaning Code - Tools and Techniques for Large Legacy Projects
 
Evolving to Cloud-Native - Nate Schutta 2/2
Evolving to Cloud-Native - Nate Schutta 2/2Evolving to Cloud-Native - Nate Schutta 2/2
Evolving to Cloud-Native - Nate Schutta 2/2
 
The Economics of Scale: Promises and Perils of Going Distributed
The Economics of Scale: Promises and Perils of Going DistributedThe Economics of Scale: Promises and Perils of Going Distributed
The Economics of Scale: Promises and Perils of Going Distributed
 
Turning Human Capital into High Performance Organizational Capital
Turning Human Capital into High Performance Organizational CapitalTurning Human Capital into High Performance Organizational Capital
Turning Human Capital into High Performance Organizational Capital
 
Agile and Lean Software Development
Agile and Lean Software DevelopmentAgile and Lean Software Development
Agile and Lean Software Development
 
6 ways DevOps helped PrepSportswear move from monolith to microservices
6 ways DevOps helped PrepSportswear move from monolith to microservices6 ways DevOps helped PrepSportswear move from monolith to microservices
6 ways DevOps helped PrepSportswear move from monolith to microservices
 
Agilelessons scanagile-final 2013
Agilelessons scanagile-final 2013Agilelessons scanagile-final 2013
Agilelessons scanagile-final 2013
 
RedisConf17 - Observability and the Glorious Future
RedisConf17 - Observability and the Glorious FutureRedisConf17 - Observability and the Glorious Future
RedisConf17 - Observability and the Glorious Future
 
Evolving to Cloud-Native - Nate Schutta (2/2)
Evolving to Cloud-Native - Nate Schutta (2/2)Evolving to Cloud-Native - Nate Schutta (2/2)
Evolving to Cloud-Native - Nate Schutta (2/2)
 
AMIS 25: DevOps Best Practice for Oracle SOA and BPM
AMIS 25: DevOps Best Practice for Oracle SOA and BPMAMIS 25: DevOps Best Practice for Oracle SOA and BPM
AMIS 25: DevOps Best Practice for Oracle SOA and BPM
 
AWS Community Day: From Monolith to Microservices - What Could Go Wrong?
AWS Community Day: From Monolith to Microservices - What Could Go Wrong?AWS Community Day: From Monolith to Microservices - What Could Go Wrong?
AWS Community Day: From Monolith to Microservices - What Could Go Wrong?
 
Technologies for startup
Technologies for startupTechnologies for startup
Technologies for startup
 

More from Daniel Zivkovic

All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...
All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...
All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...
Daniel Zivkovic
 
Canadian Experts Discuss Modern Data Stacks and Cloud Computing for 5 Years o...
Canadian Experts Discuss Modern Data Stacks and Cloud Computing for 5 Years o...Canadian Experts Discuss Modern Data Stacks and Cloud Computing for 5 Years o...
Canadian Experts Discuss Modern Data Stacks and Cloud Computing for 5 Years o...
Daniel Zivkovic
 
Opinionated re:Invent recap with AWS Heroes & Builders
Opinionated re:Invent recap with AWS Heroes & BuildersOpinionated re:Invent recap with AWS Heroes & Builders
Opinionated re:Invent recap with AWS Heroes & Builders
Daniel Zivkovic
 
Google Cloud Next '22 Recap: Serverless & Data edition
Google Cloud Next '22 Recap: Serverless & Data editionGoogle Cloud Next '22 Recap: Serverless & Data edition
Google Cloud Next '22 Recap: Serverless & Data edition
Daniel Zivkovic
 
Conversational Document Processing AI with Rui Costa
Conversational Document Processing AI with Rui CostaConversational Document Processing AI with Rui Costa
Conversational Document Processing AI with Rui Costa
Daniel Zivkovic
 
How to build unified Batch & Streaming Pipelines with Apache Beam and Dataflow
How to build unified Batch & Streaming Pipelines with Apache Beam and DataflowHow to build unified Batch & Streaming Pipelines with Apache Beam and Dataflow
How to build unified Batch & Streaming Pipelines with Apache Beam and Dataflow
Daniel Zivkovic
 
Gojko's 5 rules for super responsive Serverless applications
Gojko's 5 rules for super responsive Serverless applicationsGojko's 5 rules for super responsive Serverless applications
Gojko's 5 rules for super responsive Serverless applications
Daniel Zivkovic
 
Retail Analytics and BI with Looker, BigQuery, GCP & Leigha Jarett
Retail Analytics and BI with Looker, BigQuery, GCP & Leigha JarettRetail Analytics and BI with Looker, BigQuery, GCP & Leigha Jarett
Retail Analytics and BI with Looker, BigQuery, GCP & Leigha Jarett
Daniel Zivkovic
 
What's new in Serverless at AWS?
What's new in Serverless at AWS?What's new in Serverless at AWS?
What's new in Serverless at AWS?
Daniel Zivkovic
 
Empowering Developers to be Healthcare Heroes
Empowering Developers to be Healthcare HeroesEmpowering Developers to be Healthcare Heroes
Empowering Developers to be Healthcare Heroes
Daniel Zivkovic
 
Get started with Dialogflow & Contact Center AI on Google Cloud
Get started with Dialogflow & Contact Center AI on Google CloudGet started with Dialogflow & Contact Center AI on Google Cloud
Get started with Dialogflow & Contact Center AI on Google Cloud
Daniel Zivkovic
 
Building a Data Cloud to enable Analytics & AI-Driven Innovation - Lak Lakshm...
Building a Data Cloud to enable Analytics & AI-Driven Innovation - Lak Lakshm...Building a Data Cloud to enable Analytics & AI-Driven Innovation - Lak Lakshm...
Building a Data Cloud to enable Analytics & AI-Driven Innovation - Lak Lakshm...
Daniel Zivkovic
 
Smart Cities of Italy: Integrating the Cyber World with the IoT
Smart Cities of Italy: Integrating the Cyber World with the IoTSmart Cities of Italy: Integrating the Cyber World with the IoT
Smart Cities of Italy: Integrating the Cyber World with the IoT
Daniel Zivkovic
 
Running Business Analytics for a Serverless Insurance Company - Joe Emison & ...
Running Business Analytics for a Serverless Insurance Company - Joe Emison & ...Running Business Analytics for a Serverless Insurance Company - Joe Emison & ...
Running Business Analytics for a Serverless Insurance Company - Joe Emison & ...
Daniel Zivkovic
 
This is my Architecture to prevent Cloud Bill Shock
This is my Architecture to prevent Cloud Bill ShockThis is my Architecture to prevent Cloud Bill Shock
This is my Architecture to prevent Cloud Bill Shock
Daniel Zivkovic
 
Lunch & Learn BigQuery & Firebase from other Google Cloud customers
Lunch & Learn BigQuery & Firebase from other Google Cloud customersLunch & Learn BigQuery & Firebase from other Google Cloud customers
Lunch & Learn BigQuery & Firebase from other Google Cloud customers
Daniel Zivkovic
 
Azure for AWS & GCP Pros: Which Azure services to use?
Azure for AWS & GCP Pros: Which Azure services to use?Azure for AWS & GCP Pros: Which Azure services to use?
Azure for AWS & GCP Pros: Which Azure services to use?
Daniel Zivkovic
 
Serverless Evolution during 3 years of Serverless Toronto
Serverless Evolution during 3 years of Serverless TorontoServerless Evolution during 3 years of Serverless Toronto
Serverless Evolution during 3 years of Serverless Toronto
Daniel Zivkovic
 
Simpler, faster, cheaper Enterprise Apps using only Spring Boot on GCP
Simpler, faster, cheaper Enterprise Apps using only Spring Boot on GCPSimpler, faster, cheaper Enterprise Apps using only Spring Boot on GCP
Simpler, faster, cheaper Enterprise Apps using only Spring Boot on GCP
Daniel Zivkovic
 
AWS re:Invent 2020 Serverless Recap
AWS re:Invent 2020 Serverless RecapAWS re:Invent 2020 Serverless Recap
AWS re:Invent 2020 Serverless Recap
Daniel Zivkovic
 

More from Daniel Zivkovic (20)

All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...
All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...
All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...
 
Canadian Experts Discuss Modern Data Stacks and Cloud Computing for 5 Years o...
Canadian Experts Discuss Modern Data Stacks and Cloud Computing for 5 Years o...Canadian Experts Discuss Modern Data Stacks and Cloud Computing for 5 Years o...
Canadian Experts Discuss Modern Data Stacks and Cloud Computing for 5 Years o...
 
Opinionated re:Invent recap with AWS Heroes & Builders
Opinionated re:Invent recap with AWS Heroes & BuildersOpinionated re:Invent recap with AWS Heroes & Builders
Opinionated re:Invent recap with AWS Heroes & Builders
 
Google Cloud Next '22 Recap: Serverless & Data edition
Google Cloud Next '22 Recap: Serverless & Data editionGoogle Cloud Next '22 Recap: Serverless & Data edition
Google Cloud Next '22 Recap: Serverless & Data edition
 
Conversational Document Processing AI with Rui Costa
Conversational Document Processing AI with Rui CostaConversational Document Processing AI with Rui Costa
Conversational Document Processing AI with Rui Costa
 
How to build unified Batch & Streaming Pipelines with Apache Beam and Dataflow
How to build unified Batch & Streaming Pipelines with Apache Beam and DataflowHow to build unified Batch & Streaming Pipelines with Apache Beam and Dataflow
How to build unified Batch & Streaming Pipelines with Apache Beam and Dataflow
 
Gojko's 5 rules for super responsive Serverless applications
Gojko's 5 rules for super responsive Serverless applicationsGojko's 5 rules for super responsive Serverless applications
Gojko's 5 rules for super responsive Serverless applications
 
Retail Analytics and BI with Looker, BigQuery, GCP & Leigha Jarett
Retail Analytics and BI with Looker, BigQuery, GCP & Leigha JarettRetail Analytics and BI with Looker, BigQuery, GCP & Leigha Jarett
Retail Analytics and BI with Looker, BigQuery, GCP & Leigha Jarett
 
What's new in Serverless at AWS?
What's new in Serverless at AWS?What's new in Serverless at AWS?
What's new in Serverless at AWS?
 
Empowering Developers to be Healthcare Heroes
Empowering Developers to be Healthcare HeroesEmpowering Developers to be Healthcare Heroes
Empowering Developers to be Healthcare Heroes
 
Get started with Dialogflow & Contact Center AI on Google Cloud
Get started with Dialogflow & Contact Center AI on Google CloudGet started with Dialogflow & Contact Center AI on Google Cloud
Get started with Dialogflow & Contact Center AI on Google Cloud
 
Building a Data Cloud to enable Analytics & AI-Driven Innovation - Lak Lakshm...
Building a Data Cloud to enable Analytics & AI-Driven Innovation - Lak Lakshm...Building a Data Cloud to enable Analytics & AI-Driven Innovation - Lak Lakshm...
Building a Data Cloud to enable Analytics & AI-Driven Innovation - Lak Lakshm...
 
Smart Cities of Italy: Integrating the Cyber World with the IoT
Smart Cities of Italy: Integrating the Cyber World with the IoTSmart Cities of Italy: Integrating the Cyber World with the IoT
Smart Cities of Italy: Integrating the Cyber World with the IoT
 
Running Business Analytics for a Serverless Insurance Company - Joe Emison & ...
Running Business Analytics for a Serverless Insurance Company - Joe Emison & ...Running Business Analytics for a Serverless Insurance Company - Joe Emison & ...
Running Business Analytics for a Serverless Insurance Company - Joe Emison & ...
 
This is my Architecture to prevent Cloud Bill Shock
This is my Architecture to prevent Cloud Bill ShockThis is my Architecture to prevent Cloud Bill Shock
This is my Architecture to prevent Cloud Bill Shock
 
Lunch & Learn BigQuery & Firebase from other Google Cloud customers
Lunch & Learn BigQuery & Firebase from other Google Cloud customersLunch & Learn BigQuery & Firebase from other Google Cloud customers
Lunch & Learn BigQuery & Firebase from other Google Cloud customers
 
Azure for AWS & GCP Pros: Which Azure services to use?
Azure for AWS & GCP Pros: Which Azure services to use?Azure for AWS & GCP Pros: Which Azure services to use?
Azure for AWS & GCP Pros: Which Azure services to use?
 
Serverless Evolution during 3 years of Serverless Toronto
Serverless Evolution during 3 years of Serverless TorontoServerless Evolution during 3 years of Serverless Toronto
Serverless Evolution during 3 years of Serverless Toronto
 
Simpler, faster, cheaper Enterprise Apps using only Spring Boot on GCP
Simpler, faster, cheaper Enterprise Apps using only Spring Boot on GCPSimpler, faster, cheaper Enterprise Apps using only Spring Boot on GCP
Simpler, faster, cheaper Enterprise Apps using only Spring Boot on GCP
 
AWS re:Invent 2020 Serverless Recap
AWS re:Invent 2020 Serverless RecapAWS re:Invent 2020 Serverless Recap
AWS re:Invent 2020 Serverless Recap
 

Recently uploaded

Utilocate provides Smarter, Better, Faster, Safer Locate Ticket Management
Utilocate provides Smarter, Better, Faster, Safer Locate Ticket ManagementUtilocate provides Smarter, Better, Faster, Safer Locate Ticket Management
Utilocate provides Smarter, Better, Faster, Safer Locate Ticket Management
Utilocate
 
A Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of PassageA Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of Passage
Philip Schwarz
 
Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024
Globus
 
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptx
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptxTop Features to Include in Your Winzo Clone App for Business Growth (4).pptx
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptx
rickgrimesss22
 
A Study of Variable-Role-based Feature Enrichment in Neural Models of Code
A Study of Variable-Role-based Feature Enrichment in Neural Models of CodeA Study of Variable-Role-based Feature Enrichment in Neural Models of Code
A Study of Variable-Role-based Feature Enrichment in Neural Models of Code
Aftab Hussain
 
LORRAINE ANDREI_LEQUIGAN_HOW TO USE ZOOM
LORRAINE ANDREI_LEQUIGAN_HOW TO USE ZOOMLORRAINE ANDREI_LEQUIGAN_HOW TO USE ZOOM
LORRAINE ANDREI_LEQUIGAN_HOW TO USE ZOOM
lorraineandreiamcidl
 
OpenMetadata Community Meeting - 5th June 2024
OpenMetadata Community Meeting - 5th June 2024OpenMetadata Community Meeting - 5th June 2024
OpenMetadata Community Meeting - 5th June 2024
OpenMetadata
 
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing SuiteAI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
Google
 
Vitthal Shirke Java Microservices Resume.pdf
Vitthal Shirke Java Microservices Resume.pdfVitthal Shirke Java Microservices Resume.pdf
Vitthal Shirke Java Microservices Resume.pdf
Vitthal Shirke
 
Enterprise Resource Planning System in Telangana
Enterprise Resource Planning System in TelanganaEnterprise Resource Planning System in Telangana
Enterprise Resource Planning System in Telangana
NYGGS Automation Suite
 
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Globus
 
GOING AOT WITH GRAALVM FOR SPRING BOOT (SPRING IO)
GOING AOT WITH GRAALVM FOR  SPRING BOOT (SPRING IO)GOING AOT WITH GRAALVM FOR  SPRING BOOT (SPRING IO)
GOING AOT WITH GRAALVM FOR SPRING BOOT (SPRING IO)
Alina Yurenko
 
Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"
Donna Lenk
 
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdf
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdfAutomated software refactoring with OpenRewrite and Generative AI.pptx.pdf
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdf
timtebeek1
 
Introduction to Pygame (Lecture 7 Python Game Development)
Introduction to Pygame (Lecture 7 Python Game Development)Introduction to Pygame (Lecture 7 Python Game Development)
Introduction to Pygame (Lecture 7 Python Game Development)
abdulrafaychaudhry
 
AI Fusion Buddy Review: Brand New, Groundbreaking Gemini-Powered AI App
AI Fusion Buddy Review: Brand New, Groundbreaking Gemini-Powered AI AppAI Fusion Buddy Review: Brand New, Groundbreaking Gemini-Powered AI App
AI Fusion Buddy Review: Brand New, Groundbreaking Gemini-Powered AI App
Google
 
GraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph TechnologyGraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph Technology
Neo4j
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
openEuler Case Study - The Journey to Supply Chain Security
openEuler Case Study - The Journey to Supply Chain SecurityopenEuler Case Study - The Journey to Supply Chain Security
openEuler Case Study - The Journey to Supply Chain Security
Shane Coughlan
 
Large Language Models and the End of Programming
Large Language Models and the End of ProgrammingLarge Language Models and the End of Programming
Large Language Models and the End of Programming
Matt Welsh
 

Recently uploaded (20)

Utilocate provides Smarter, Better, Faster, Safer Locate Ticket Management
Utilocate provides Smarter, Better, Faster, Safer Locate Ticket ManagementUtilocate provides Smarter, Better, Faster, Safer Locate Ticket Management
Utilocate provides Smarter, Better, Faster, Safer Locate Ticket Management
 
A Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of PassageA Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of Passage
 
Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024
 
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptx
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptxTop Features to Include in Your Winzo Clone App for Business Growth (4).pptx
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptx
 
A Study of Variable-Role-based Feature Enrichment in Neural Models of Code
A Study of Variable-Role-based Feature Enrichment in Neural Models of CodeA Study of Variable-Role-based Feature Enrichment in Neural Models of Code
A Study of Variable-Role-based Feature Enrichment in Neural Models of Code
 
LORRAINE ANDREI_LEQUIGAN_HOW TO USE ZOOM
LORRAINE ANDREI_LEQUIGAN_HOW TO USE ZOOMLORRAINE ANDREI_LEQUIGAN_HOW TO USE ZOOM
LORRAINE ANDREI_LEQUIGAN_HOW TO USE ZOOM
 
OpenMetadata Community Meeting - 5th June 2024
OpenMetadata Community Meeting - 5th June 2024OpenMetadata Community Meeting - 5th June 2024
OpenMetadata Community Meeting - 5th June 2024
 
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing SuiteAI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
 
Vitthal Shirke Java Microservices Resume.pdf
Vitthal Shirke Java Microservices Resume.pdfVitthal Shirke Java Microservices Resume.pdf
Vitthal Shirke Java Microservices Resume.pdf
 
Enterprise Resource Planning System in Telangana
Enterprise Resource Planning System in TelanganaEnterprise Resource Planning System in Telangana
Enterprise Resource Planning System in Telangana
 
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
 
GOING AOT WITH GRAALVM FOR SPRING BOOT (SPRING IO)
GOING AOT WITH GRAALVM FOR  SPRING BOOT (SPRING IO)GOING AOT WITH GRAALVM FOR  SPRING BOOT (SPRING IO)
GOING AOT WITH GRAALVM FOR SPRING BOOT (SPRING IO)
 
Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"
 
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdf
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdfAutomated software refactoring with OpenRewrite and Generative AI.pptx.pdf
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdf
 
Introduction to Pygame (Lecture 7 Python Game Development)
Introduction to Pygame (Lecture 7 Python Game Development)Introduction to Pygame (Lecture 7 Python Game Development)
Introduction to Pygame (Lecture 7 Python Game Development)
 
AI Fusion Buddy Review: Brand New, Groundbreaking Gemini-Powered AI App
AI Fusion Buddy Review: Brand New, Groundbreaking Gemini-Powered AI AppAI Fusion Buddy Review: Brand New, Groundbreaking Gemini-Powered AI App
AI Fusion Buddy Review: Brand New, Groundbreaking Gemini-Powered AI App
 
GraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph TechnologyGraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph Technology
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
openEuler Case Study - The Journey to Supply Chain Security
openEuler Case Study - The Journey to Supply Chain SecurityopenEuler Case Study - The Journey to Supply Chain Security
openEuler Case Study - The Journey to Supply Chain Security
 
Large Language Models and the End of Programming
Large Language Models and the End of ProgrammingLarge Language Models and the End of Programming
Large Language Models and the End of Programming
 

SRE Topics with Charity Majors and Liz Fong-Jones of Honeycomb