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
 
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
 
Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01
Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01
Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01Hugo Pinto
 
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
 
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
 
Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01
Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01
Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01
 
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

Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DaySri Ambati
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 

Último (20)

E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 

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