SlideShare uma empresa Scribd logo
1 de 80
Baixar para ler offline
@Dev Bootcamp
Winter Is Coming. You are not ready.

!1
Enova
Fred Lee
CIO/CTO
fred@enova.com
@fredlee

!2
Closing the World’s Credit Gap
Helping hardworking people to fulfill their financial
responsibilities with fast, trustworthy credit
!3
Company

Founded in 2004.
Online financial services in the US, UK, AU, CA and MX.
80 million page views
Over 3 million customers

!4
Employees

440. 170 in Technology.

!5
Values

Customer First.
‘Best’ Answer Wins.
Accountability and Results.
Top Talent and Teamwork.
Operate as an Owner.

!6
IT & Systems Engineering
!7
Software Engineering
!8
!9
PostgreSQL
!10
Linux
!11
The Survey
Asked recent graduates at Enova. It was totally
scientific.
!12
How has your undergraduate
studies NOT prepared you for
doing software engineering in
the real world?

!13
Think of the best real world
programmer you know. What
skills or traits do they possess?

!14
What skill is MOST important in
the real world?

!15
A Pie Chart

Bringing the Big Data!

11

2
9

5
14
1

Good Code
Communication
Existing Systems
Experience
Intelligence
Learning
Coding Practices

7

!16
Three Things

What I will talk about . . .

Learning

Coding
Practices

Existing
Systems

!17
Learning
!18
“Ability to learn new things quickly
(complemented by a desire to keep
learning).”
U of Chicago
!19
“The ability and willingness to learn.”

Rose-Hulman
!20
Peter Drucker
“We now accept the fact that learning is a lifelong
process of keeping abreast of change. And the
most pressing task is to teach people how to
learn.”
!21
Peter Drucker
“We now accept the fact that learning is a
lifelong process of keeping abreast of change.
And the most pressing task is to teach people
how to learn.”
!22
The ability to learn is more
closely tied to humility than
anything else.

!23
3 ways to learn

Watch out! You are gonna have to get humble.

!24
Do
Learn to learn by doing.

!25
Skill + Tenacity

!26
Skill + Tenacity = Skillnacity

!27
Skill + Tenacity = Skillnacity™

!28
Sophocles
"One must learn by doing the thing; for though
you think you know it, you have no certainty, until
you try."
!29
Sophocles
"One must learn by doing the thing; for though
you think you know it, you have no certainty, until
you try."
!30
3 ways to learn

Watch out! You are gonna have to get humble.
!

First: Do

!31
Co(mmunity)
Community. Find people who are better than
you. Now, surround yourself with them.

!32
Pat Metheny
“Be the worst guy in every band you’re in.”
!33
3 ways to learn

Watch out! You are gonna have to get humble.
!

First: Do
Second: Co(mmunity)

!34
Go
Meet-ups. Conferences. Jobs. Opportunities.
Tech Talks. Dev Bootcamp.

!35
Places to Go

Chicago Tech Community

Chicago Ruby

http://chicagoruby.org/
@chicagoruby

73 “Internet & Technology” Meetups near
Chicago, IL

!36
3 ways to learn

Watch out! You are gonna have to get humble.
!

First: Do
Second: Co(mmunity)
Third: Go

!37
Coding Practices

!38
“. . . they always try to follow the best practices.
They also learn from their mistakes, learn why it
happened and how to avoid them in future.”

Carnegie Mellon University
!39
“They have a strong passion for learning about
our craft . . .

Rose-Hulman
!40
Kent Beck
"..the problem [with software projects] isn't
change, per se, because change is going to
happen; the problem, rather, is the inability to
cope with change when it comes."

!41
Kent Beck
"..the problem [with software projects] isn't
change, per se, because change is going to
happen; the problem, rather, is the inability to
cope with change when it comes."

!42
The only way to write code that
can cope with change is by
testing your code.

!43
How do you test
this?
!44
Yes. This will do.
!45
Acceptance
Testing
!46
Integration
Testing
!47
Unit Testing
!48
Coding Practices
Not what you think.
!

First: Test your code.

!49
Code Design
What about great OO design? Doesn’t that allow
you to cope with change?
!50
Design
All design trends towards wrong.

!51
Mike Tyson
“Everyone has a plan ‘til they get punched in the
mouth.”
!52
Mike Tyson
“Everyone has a DESIGN ‘til they get punched in
the mouth.”
!53
Coding Practices
Not what you think.
!

First: Test your code.
Second: Don’t worry about design. Test your code
instead.

!54
Read
Reading code is a Coding Practice.
!55
Read
Most of your time will be spent reading code, not
writing it.

!56
Read
Most of your time will be spent reading code, not
writing it. Correction: Reading ugly code.

!57
A Pie Chart

Don’t believe me? Here’s a chart!
Being Awesome
Writing Code
Reading Code
Getting upset at bad code before you realize that you wrote it a week ago.

5

5

45
45

!58
Read > Write
Can you write before you can read?

!59
Stephen King
“If you don’t have time to read, you don’t have
the time (or the tools) to write.
Simple as that.”
!60
Coding Practices
Not what you think.
!

First: Test your code.
Second: Don’t worry about design. Test your code instead.
Third: Go read some code. Try github.com.

!61
Existing Systems
!62
“Very little emphasis is placed on
understanding existing code, and
integrating with existing design
paradigms”
University of Michigan
!63
“there was never really any talk about how
hardware or networking issues can affect a
projects implementation or how those need
to be taken into account when planning a
project.”

Carnegie Mellon University
!64
Realize
What is the code? What is the system? Is there a
difference?

!65
The System

More than you realize. Web Application.
Sixth Layer

Fifth Layer

Fourth Layer

Third Layer

Second Layer

First Layer

Hardware

File Systems

Data
Center

!66
The System

More than you realize. Web Application.
Sixth Layer

Fifth Layer

Fourth Layer

Third Layer

Second Layer

First Layer

OS

Hardware

Virtualization

File Systems

Disk
Data
Center

!67
The System

More than you realize. Web Application.
Sixth Layer

Fifth Layer

Fourth Layer

Third Layer

Second Layer

First Layer

App/Web Server

OS

Hardware

Database

Virtualization

File Systems

Disk
Data
Center

!68
The System

More than you realize. Web Application.
Sixth Layer

Fifth Layer

Fourth Layer

Third Layer

Second Layer

First Layer

Code

3rd Party Integration

App/Web Server

OS

Hardware

Database

Virtualization

File Systems

Disk
Data
Center

!69
The System

More than you realize. Web Application.
Sixth Layer

Fifth Layer

Fourth Layer

Third Layer

Second Layer

First Layer

Internet

Browsers

Code

3rd Party Integration

App/Web Server

OS

Hardware

Devices

Database

Virtualization

File Systems

Disk
Data
Center

!70
The System

More than you realize. Web Application.
Sixth Layer

Fifth Layer

Fourth Layer

Third Layer

Second Layer

First Layer

New
Users

Old
Users

Bad
Users

Fraud

Internet

Security

Dev

QA

Browsers

Code

Hardware

Devices

3rd Party Integration

App/Web Server

OS

God

Database

Virtualization

File Systems

Disk
Data
Center

!71
How does this
affect your system?
!72
!73
In Review

@Dev Bootcamp

The Survey

!74
In Review

@Dev Bootcamp

The Survey
Learning

!75
In Review

@Dev Bootcamp

The Survey
Learning
Coding Practices

!76
In Review

@Dev Bootcamp

The Survey
Learning
Coding Practices
Existing Systems

!77
/r/ama

I’m the CIO/CTO at Enova. AMA.

!78
Enova
Fred Lee
CIO/CTO
fred@enova.com
@fredlee

!79
!80

Mais conteúdo relacionado

Destaque

Project Patterns
Project PatternsProject Patterns
Project PatternsFred Lee
 
Project proposal format
Project proposal formatProject proposal format
Project proposal formatRashmi Yadav
 
10 Project Proposal Writing
10 Project Proposal Writing10 Project Proposal Writing
10 Project Proposal WritingTony
 
3 Things Every Sales Team Needs to Be Thinking About in 2017
3 Things Every Sales Team Needs to Be Thinking About in 20173 Things Every Sales Team Needs to Be Thinking About in 2017
3 Things Every Sales Team Needs to Be Thinking About in 2017Drift
 
How to Become a Thought Leader in Your Niche
How to Become a Thought Leader in Your NicheHow to Become a Thought Leader in Your Niche
How to Become a Thought Leader in Your NicheLeslie Samuel
 

Destaque (6)

Project Patterns
Project PatternsProject Patterns
Project Patterns
 
Project proposal format
Project proposal formatProject proposal format
Project proposal format
 
Project proposal
Project proposalProject proposal
Project proposal
 
10 Project Proposal Writing
10 Project Proposal Writing10 Project Proposal Writing
10 Project Proposal Writing
 
3 Things Every Sales Team Needs to Be Thinking About in 2017
3 Things Every Sales Team Needs to Be Thinking About in 20173 Things Every Sales Team Needs to Be Thinking About in 2017
3 Things Every Sales Team Needs to Be Thinking About in 2017
 
How to Become a Thought Leader in Your Niche
How to Become a Thought Leader in Your NicheHow to Become a Thought Leader in Your Niche
How to Become a Thought Leader in Your Niche
 

Semelhante a Winter is Coming: Preparing for Software Engineering in the Real World

TMA 2015 The Technical Mind
TMA 2015 The Technical MindTMA 2015 The Technical Mind
TMA 2015 The Technical MindSteve Levy
 
Write code and find a job
Write code and find a jobWrite code and find a job
Write code and find a jobYung-Yu Chen
 
Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01
Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01
Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01Hugo Pinto
 
Howtostopsucking
HowtostopsuckingHowtostopsucking
HowtostopsuckingHugo Pinto
 
How to stop sucking and be awesome instead
How to stop sucking and be awesome insteadHow to stop sucking and be awesome instead
How to stop sucking and be awesome insteadcodinghorror
 
AI and ChatGPT in Online Education
AI and ChatGPT in Online Education AI and ChatGPT in Online Education
AI and ChatGPT in Online Education D2L Barry
 
SpringOne Tour: The Influential Software Engineer
SpringOne Tour: The Influential Software EngineerSpringOne Tour: The Influential Software Engineer
SpringOne Tour: The Influential Software EngineerVMware Tanzu
 
Why learn how to code
Why learn how to codeWhy learn how to code
Why learn how to codeJoey Rigor
 
The Path to Good Software Hygiene Betty Le Dem
The Path to Good Software Hygiene Betty Le DemThe Path to Good Software Hygiene Betty Le Dem
The Path to Good Software Hygiene Betty Le Demcontaokubo
 
Building Social Software for the Anti-Social: Part I
Building Social Software for the Anti-Social: Part IBuilding Social Software for the Anti-Social: Part I
Building Social Software for the Anti-Social: Part Icodinghorror
 
Computational Thinking - 101
Computational Thinking - 101Computational Thinking - 101
Computational Thinking - 101WhizThinkers
 
Software Carpentry and the Hydrological Sciences @ AGU 2013
Software Carpentry and the Hydrological Sciences @ AGU 2013Software Carpentry and the Hydrological Sciences @ AGU 2013
Software Carpentry and the Hydrological Sciences @ AGU 2013Aron Ahmadia
 
Lesson 1
Lesson 1Lesson 1
Lesson 1Peleg
 
Software Carpentry for the Geophysical Sciences
Software Carpentry for the Geophysical SciencesSoftware Carpentry for the Geophysical Sciences
Software Carpentry for the Geophysical SciencesAron Ahmadia
 
Privacy, Ethics, and Future Uses of the Social Web
Privacy, Ethics, and Future Uses of the Social WebPrivacy, Ethics, and Future Uses of the Social Web
Privacy, Ethics, and Future Uses of the Social WebMatthew Russell
 
How an Attacker "Audits" Your Software Systems
How an Attacker "Audits" Your Software SystemsHow an Attacker "Audits" Your Software Systems
How an Attacker "Audits" Your Software SystemsSecurity Innovation
 
Safety Bot Guaranteed -- Shmoocon 2017
Safety Bot Guaranteed -- Shmoocon 2017Safety Bot Guaranteed -- Shmoocon 2017
Safety Bot Guaranteed -- Shmoocon 2017Richard Seymour
 
Software Craftsmanship and Agile Code Games
Software Craftsmanship and Agile Code GamesSoftware Craftsmanship and Agile Code Games
Software Craftsmanship and Agile Code GamesMike Clement
 

Semelhante a Winter is Coming: Preparing for Software Engineering in the Real World (20)

TMA 2015 The Technical Mind
TMA 2015 The Technical MindTMA 2015 The Technical Mind
TMA 2015 The Technical Mind
 
Going Pro
Going ProGoing Pro
Going Pro
 
Write code and find a job
Write code and find a jobWrite code and find a job
Write code and find a job
 
Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01
Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01
Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01
 
Howtostopsucking
HowtostopsuckingHowtostopsucking
Howtostopsucking
 
How to stop sucking and be awesome instead
How to stop sucking and be awesome insteadHow to stop sucking and be awesome instead
How to stop sucking and be awesome instead
 
AI and ChatGPT in Online Education
AI and ChatGPT in Online Education AI and ChatGPT in Online Education
AI and ChatGPT in Online Education
 
SpringOne Tour: The Influential Software Engineer
SpringOne Tour: The Influential Software EngineerSpringOne Tour: The Influential Software Engineer
SpringOne Tour: The Influential Software Engineer
 
Why learn how to code
Why learn how to codeWhy learn how to code
Why learn how to code
 
The Path to Good Software Hygiene Betty Le Dem
The Path to Good Software Hygiene Betty Le DemThe Path to Good Software Hygiene Betty Le Dem
The Path to Good Software Hygiene Betty Le Dem
 
Building Social Software for the Anti-Social: Part I
Building Social Software for the Anti-Social: Part IBuilding Social Software for the Anti-Social: Part I
Building Social Software for the Anti-Social: Part I
 
Computational Thinking - 101
Computational Thinking - 101Computational Thinking - 101
Computational Thinking - 101
 
Software Carpentry and the Hydrological Sciences @ AGU 2013
Software Carpentry and the Hydrological Sciences @ AGU 2013Software Carpentry and the Hydrological Sciences @ AGU 2013
Software Carpentry and the Hydrological Sciences @ AGU 2013
 
Lesson 1
Lesson 1Lesson 1
Lesson 1
 
Software Carpentry for the Geophysical Sciences
Software Carpentry for the Geophysical SciencesSoftware Carpentry for the Geophysical Sciences
Software Carpentry for the Geophysical Sciences
 
Privacy, Ethics, and Future Uses of the Social Web
Privacy, Ethics, and Future Uses of the Social WebPrivacy, Ethics, and Future Uses of the Social Web
Privacy, Ethics, and Future Uses of the Social Web
 
Open source
Open sourceOpen source
Open source
 
How an Attacker "Audits" Your Software Systems
How an Attacker "Audits" Your Software SystemsHow an Attacker "Audits" Your Software Systems
How an Attacker "Audits" Your Software Systems
 
Safety Bot Guaranteed -- Shmoocon 2017
Safety Bot Guaranteed -- Shmoocon 2017Safety Bot Guaranteed -- Shmoocon 2017
Safety Bot Guaranteed -- Shmoocon 2017
 
Software Craftsmanship and Agile Code Games
Software Craftsmanship and Agile Code GamesSoftware Craftsmanship and Agile Code Games
Software Craftsmanship and Agile Code Games
 

Último

Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 

Último (20)

Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 

Winter is Coming: Preparing for Software Engineering in the Real World