@Lauramaywendel
Laura Wendel
2 years
7/ Initially avoid using new shiny frameworks until you have a good foundational understanding of how programming languages and platform technologies work
2
21
581

Replies

@Lauramaywendel
Laura Wendel
2 years
As a self taught developer without a Computer Science degree, here’s what I recommend if you want to get better at coding:
337
3K
15K
@Lauramaywendel
Laura Wendel
2 years
1/ Youtube can be great but it easy to get stuck watching tutorials and substitute that for building yourself. It’s important to know how you would solve a problem by yourself. Problem solving is 99% of coding.
8
60
1K
@Lauramaywendel
Laura Wendel
2 years
2/ Try to build something small everyday. This is a real shortcut to really up your skill level. Working on projects is also a great way to build your portfolio.
5
39
1K
@Lauramaywendel
Laura Wendel
2 years
3/ Learn how to read documentation early on This will open many doors, and it will be easier for you to update your knowledge as technology changes
15
33
899
@Lauramaywendel
Laura Wendel
2 years
4/ Concepts > Syntax Concepts for example OOP, functional programming and separating the Render Logic (visual) from the data / business logic. Syntax can be Googled anytime.
5
39
954
@Lauramaywendel
Laura Wendel
2 years
5/ Coding should be the last step. Break the problem down first , how would you solve the problem as a human? This can give you clues as how to implement in code.
4
40
846
@Lauramaywendel
Laura Wendel
2 years
6/ Learn about the hardware. How do computers work? How code gets translated to CPU instructions, HTTP, GPU parallelism etc. This will help you to understand why the code works the way it does.
7
33
769
@Lauramaywendel
Laura Wendel
2 years
8/ Explore software engineering in separate contexts: Graphics, Audio, CRUD, Games, Machine Learning … Understanding multiple areas can help you generalise concepts and apply them anywhere.
3
30
618
@Lauramaywendel
Laura Wendel
2 years
The most important thing is to be consistent. Coding is difficult and progress will not happen overnight. Don't be afraid to make mistakes and experiment!
40
58
1K