Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
New Programmer’s Handbook
Search
Jerry Jäppinen
July 28, 2024
0
3.3k
New Programmer’s Handbook
Jerry Jäppinen
July 28, 2024
Tweet
Share
More Decks by Jerry Jäppinen
See All by Jerry Jäppinen
AI and user experience
jerryjappinen
0
470
UX audit
jerryjappinen
0
8
Product development toolchain
jerryjappinen
0
53
Lateral Nord company intro
jerryjappinen
0
64
Productisation workshop
jerryjappinen
0
320
Elements of web design
jerryjappinen
1
290
Design thinking: Intro workshop
jerryjappinen
0
230
Vue.js introduction
jerryjappinen
0
230
Sketch basics
jerryjappinen
0
130
Featured
See All Featured
Fontdeck: Realign not Redesign
paulrobertlloyd
82
5.3k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
45
2.3k
The Pragmatic Product Professional
lauravandoore
32
6.4k
KATA
mclloyd
29
14k
Raft: Consensus for Rubyists
vanstee
137
6.7k
Optimizing for Happiness
mojombo
376
70k
GraphQLの誤解/rethinking-graphql
sonatard
68
10k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.1k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.2k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
98
18k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
29
950
Transcript
New Programmer’s Handbook Demystification course
None
[email protected]
+358 40 7188776 @jerryjappinen Jerry Jäppinen Product design consultant
1. Intro 2. Logic 3. Simple programs 4. Complex programs
5. Services 6. Languages 7. Next steps 8. Extras
1. Intro 2. Logic 3. Simple programs 4. Complex programs
5. Services 6. Languages 7. Next steps 8. Extras
What is programming? Motivation Book outline How to read this
book Get started
What is programming?
Motivation
Book outline
How to read this book
Get started
1. Intro 2. Logic 3. Simple programs 4. Complex programs
5. Services 6. Languages 7. Next steps 8. Extras
Your first program Output Basic logic Variables Input Operators
Your first program
Output
Basic logic
Variables
Input
Operators
Data types Conditional statements Loops and iterators Functions
# Boolean' # Number' # String' # Lists and object'
# List (array # ObjecÆ # Other data types Data types
if and elsÇ Ternary i switch and
case Conditional statements
Æ for loo Æ forEac Æ while loo Æ Nested
loopÄ Æ Infinite loops Loops and iterators
Functions
1. Intro 2. Logic 3. Simple programs 4. Complex programs
5. Services 6. Languages 7. Next steps 8. Extras
Moving between types Working with booleans Working with numbers Working
with strings Working with lists
Moving between types
Working with booleans
Working with numbers
Working with strings
Working with lists
1. Intro 2. Logic 3. Simple programs 4. Complex programs
5. Services 6. Languages 7. Next steps 8. Extras
Computed variables Events and callbacks Functions and recursion Dependencies Errors,
bugs and mistakes Performance
Computed variables
Events and callbacks
Functions and recursion
Dependencies
Errors, bugs and mistakes
Performance
1. Intro 2. Logic 3. Simple programs 4. Complex programs
5. Services 6. Languages 7. Next steps 8. Extras
Programs for humans Autonomous programs APIs
Programs for humans Graphical interfaces Non-graphical interfaces
Autonomous programs
APIs Networking Client and server Deploy a program
1. Intro 2. Logic 3. Simple programs 4. Complex programs
5. Services 6. Languages 7. Next steps 8. Extras
Pseudo code Programming languages Syntax Environments
Pseudo code
Programming languages
Syntax
Environments
1. Intro 2. Logic 3. Simple programs 4. Complex programs
5. Services 6. Languages 7. Next steps 8. Extras
Pick a topic Start programming now Resources to stay active
Pick a topic
Start programming now
None
Resources to stay active
1. Intro 2. Logic 3. Simple programs 4. Complex programs
5. Services 6. Languages 7. Next steps 8. Extras
AI and AI-generated code Programming infrastructure Advanced topics Career paths
Community
AI and AI-generated code
Programming infrastructure
Advanced topics
Career paths
Community
That’s it!
[email protected]
+358 40 7188776 @jerryjappinen Jerry Jäppinen Product design consultant
None