+ 3
Best way to practice programming
What is the best way to practice programming after learning on SoloLearn?
3 Answers
+ 2
Best way to practice (in any job, not only programming) is doing some stuff that can be useful for people in real life. With HTML, CSS, JS and PHP (and SQL additionaly) you can try to develop your own simple (or more advanced, depends of your skill) CMS for your site, forum or blog. Even if you will never use it maybe you could use parts of its code in your future projects. I always save all my code and there was many times when i used its parts in some regular freelance jobs later.
+ 2
I've found you learn by doing. Programs are often called "solutions" try to think of a problem you could fix. From your code tags, you're into web development, si find a friend with a hobby like photography or music or a small business and offer to make them a website. You'll get experience working with a client to extract their needs and requirements as well as coding practice and you can include it in your portfolio of examples of your work. That's my plan anyway : )
+ 1
Try to do some tutorials, explore what you can make in the Playground