SlideShare ist ein Scribd-Unternehmen logo
1 von 47
Downloaden Sie, um offline zu lesen
Programming is Easy,
nce You Master…
Twitter: @hellofromTonya
@KnowTheCodePro
#BeMoreAwesome
Big Bold
Statement
Programming
is easy
Hello, I’m Tonya
• High tech engineering since the mid-1980s
• Electrical and software engineer
• Technology leader, educator, and author
I’m on a mission
to help you
#BeMoreAwesome
What are my goals
in this talk?
Why are
you struggling?
Typical Approach
• Go buy a theme. Make changes to it.
• Stretch a little bit and take on more
• Constantly searching for HOW to do something
Search for the HOW
is a flawed strategy
Problems with the
“Searching for the How” Strategy
• It’s time-consuming.
• How do you assess if the code is good?
• It only gets you part of the way there.
• What happens if it causes a problem?
Bottomline: It’s costly.
Why
When
What
How
Let’s talk about how to master
programming
Programming
Secret #1
Fundamentals
Fundamentalsare your
building blocks
Building
the upper
floors
without a solid foundation
In software,
everything
is built from
the same
building
blocks
Software Does These Things:
• Makes Decisions
• Does Tasks
• Iterates
• Remembers
software emulates
real life
Everyday
…
decisions,
do tasks,
repeat
programming fundamentals
I’ll go to the
Kite Festival if
https://www.flickr.com/photos/lesterpubliclibrary/9643006351
• the weather
is good
• not working
if ( the conditions are true )
then go to the festival
Fundamentals
• Decisions
• if, when, else if, else
• Remembers
• Variable
• Tasks
• Render, File, Database
• Repeats
• while, for, foreach
Getting hung up
Syntax
Fundamentals
Why
When
What
Combinethe fundamental
building blocks to create
different experiences…
How
Programming
Secret #2
Problem Solving
Creative Process of
Solving ProblemsHow =
Ingenuity, creativity, & expertise
Visualization
Exercise
Problem Solving is
the process of
finding solutions.
Problem Solving is
the proactive and methodical
approach to
finding solutions.
Programming
Secret #3
Programmatic Thought
Programmatic thought is
thinking about how to get
the computer to do what
you want it to do.
Knowing what
the computer needs
fromyou
Computers are
crazy fast
but stupid.
Computers don’t
understand code.
They understand 1s and 0s.
Off state -> 0
Power
Switch
Output
Power
Source
Output
Power can’t flow
On state -> 1
Power
Switch
Output
Power
Source
Output
Power flows to the output
Output
Computers = bunch of switches
Output
Output
Output
0 0 0 1
Output
Output
Output
1 1 1 0
Output
Output
<?php



function maybe_show_top_bar( $is_ok_to_show ) {

if ( is_page() && $is_ok_to_show ) {


showTopbar();

}

}
is_page() showTopbar()
AND Gate
V
$is_ok_to_show
AND
Computers
don’t think or infer.
You do.
You have to
explicitly tell
the computer whatto do ANDhowto do it
step-by-step.
Programming
Secret #4
Learning
This profession demands
continuouslearning
and proficiency building.
Your Take-aways
Programming is easy
when you master…
• Fundamentals
• Problem Solving
• Programmatic Thought
• Learning
You can build anything
from scratch in code.
I’m Tonya
@hellofromTonya
hellofromtonya.com
@KnowTheCodePro
KnowTheCode.io
I teach at…

Weitere ähnliche Inhalte

Was ist angesagt?

Rapid prototype demo
Rapid prototype demoRapid prototype demo
Rapid prototype demo
Edward Meehan
 
Spectacular slideshow
Spectacular slideshowSpectacular slideshow
Spectacular slideshow
knouroozi
 

Was ist angesagt? (11)

Lecture 3
Lecture 3Lecture 3
Lecture 3
 
20 percent tips
20 percent tips20 percent tips
20 percent tips
 
Rapid prototype demo
Rapid prototype demoRapid prototype demo
Rapid prototype demo
 
Computer Programming
Computer ProgrammingComputer Programming
Computer Programming
 
5. pre-production
5. pre-production5. pre-production
5. pre-production
 
How to make worksheets
How to make worksheetsHow to make worksheets
How to make worksheets
 
Paris ML meetup
Paris ML meetupParis ML meetup
Paris ML meetup
 
Not Perfect, "Always Better: A Story of Inclusion" by Derek Featherstone - No...
Not Perfect, "Always Better: A Story of Inclusion" by Derek Featherstone - No...Not Perfect, "Always Better: A Story of Inclusion" by Derek Featherstone - No...
Not Perfect, "Always Better: A Story of Inclusion" by Derek Featherstone - No...
 
Capturing Users' Hearts
Capturing Users' HeartsCapturing Users' Hearts
Capturing Users' Hearts
 
Spectacular slideshow
Spectacular slideshowSpectacular slideshow
Spectacular slideshow
 
First Year NAU CS
First Year NAU CSFirst Year NAU CS
First Year NAU CS
 

Ähnlich wie Programming is Easy Once You Master....

Learning How To Code
Learning How To CodeLearning How To Code
Learning How To Code
CoachPineda
 

Ähnlich wie Programming is Easy Once You Master.... (20)

Agile Development Overview (with a bit about builds)
Agile Development Overview (with a bit about builds)Agile Development Overview (with a bit about builds)
Agile Development Overview (with a bit about builds)
 
"Startups, comment gérer une équipe de développeurs" par Laurent Cerveau
"Startups, comment gérer une équipe de développeurs" par Laurent Cerveau"Startups, comment gérer une équipe de développeurs" par Laurent Cerveau
"Startups, comment gérer une équipe de développeurs" par Laurent Cerveau
 
Binary crosswords
Binary crosswordsBinary crosswords
Binary crosswords
 
Introduction to Coding
Introduction to CodingIntroduction to Coding
Introduction to Coding
 
CPP01 - Introduction to C++
CPP01 - Introduction to C++CPP01 - Introduction to C++
CPP01 - Introduction to C++
 
NUS Hackers Project Intern 2016
NUS Hackers Project Intern 2016NUS Hackers Project Intern 2016
NUS Hackers Project Intern 2016
 
Code Quality Makes Your Job Easier
Code Quality Makes Your Job EasierCode Quality Makes Your Job Easier
Code Quality Makes Your Job Easier
 
Learning Python
Learning PythonLearning Python
Learning Python
 
CS101- Introduction to Computing- Lecture 45
CS101- Introduction to Computing- Lecture 45CS101- Introduction to Computing- Lecture 45
CS101- Introduction to Computing- Lecture 45
 
Project Management Bootcamp for Event Professionals
Project Management Bootcamp for Event ProfessionalsProject Management Bootcamp for Event Professionals
Project Management Bootcamp for Event Professionals
 
Developers Best Practices
Developers Best PracticesDevelopers Best Practices
Developers Best Practices
 
Learning How To Code
Learning How To CodeLearning How To Code
Learning How To Code
 
Software Development Whats & Whys
Software Development Whats & Whys Software Development Whats & Whys
Software Development Whats & Whys
 
Write code and find a job
Write code and find a jobWrite code and find a job
Write code and find a job
 
Tips & Tricks for Being a Successful Tech Lead
Tips & Tricks for Being a Successful Tech LeadTips & Tricks for Being a Successful Tech Lead
Tips & Tricks for Being a Successful Tech Lead
 
Dancing for a product release
Dancing for a product releaseDancing for a product release
Dancing for a product release
 
Becoming a world class engineer
Becoming a world class engineerBecoming a world class engineer
Becoming a world class engineer
 
Austin Python Learners Meetup - Everything you need to know about programming...
Austin Python Learners Meetup - Everything you need to know about programming...Austin Python Learners Meetup - Everything you need to know about programming...
Austin Python Learners Meetup - Everything you need to know about programming...
 
How to start your data career
How to start your data careerHow to start your data career
How to start your data career
 
Project Management 101 - Wordcamp TO 05112011
Project Management 101 - Wordcamp TO 05112011Project Management 101 - Wordcamp TO 05112011
Project Management 101 - Wordcamp TO 05112011
 

Kürzlich hochgeladen

result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
Tonystark477637
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Christo Ananth
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Dr.Costas Sachpazis
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Christo Ananth
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 

Kürzlich hochgeladen (20)

BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 

Programming is Easy Once You Master....