Hacker News new | ask | show | jobs
by xMAF 2902 days ago
There are two things I do.

1- I start with coding to learn not learning to code. This approach helped me to put my thoughts into actual code so for example I want to learn how to request data from database I started by learning how to create a database and the specific codes to print that request and from there you branch to different things along the way and after that you could look for basics course about that subject to to learn different ways and extra information.

2- I look for templates or things like that and deconstruct them and look through the code and to try it myself then you code start to re-code this template from start to finish by yourself.

3- I try find the source of pages I like and use inspection to learn how things were construc toted.