dm meI started learning Javascript & php when i started working on IM, for the same reason as you, i needed to build landing page to edit them ... etc but couldn't afford to pay coders back then; i couldn't learn any language but that helped me anyways in knowing how to deal with codes ..etc , so if i needed a job to be done i can still follow up with whoever doing the coding.
My suggestion : by the time you learn coding (if you do) your ideas might get saturated, so go for them know, try with another of your skills to raises money then rush the coding to someone else.
what ??dm me
The learning curve for anything can be frustrating, to say the least. Live for the challenge. Probably one of the best ways to always keep things interesting is by sharing your progress. Find someone on a similar level and share your progress together. When you acacomplish something, show it to them. You might even get a little friendly competition going. Iron sharpens iron and you two might be able to work and build from each other. That said, avoid conforming. The programming world is likely filled with many great minds. Avoid conforming and always try to do your own thing. Good luck and sry for the lengthy reply.im trying to learn programming because I have beusness ideas that require me to build code related things and want to save money and not pay someone a lot of money upfront and make it myself but its just a horrible process, I mean I hate learning it but I think I may like actually building stuff its just the learning curve is frustrating what do you suggest?
I totally agreeAs above set yourself a very small project which is worthwhile doing and is actually useful.
I have been writing code for windows for over 20 years. I'm fluent, but I cannot sit down and just write, there must be a purpose to it.
This comment is underrated!Learn to write your idea/program in sudo code first.. something they don't teach you how to do these days but will make your life way way easier.
for example, you want to scrape data from a website :
1. open browser (try this) or 2. use get function (try this)
go to website - website is www.datescrape.com.
if website not available then send message or try again - how many tries ? 4
simple English.
Write it in a note book, you can do this on the train to work or while your having a shit.
Us the notes for reference.
then put each line in a exel spreadsheet, everytime you solve a problem by searcing for the answer online add the url next to the sudo code line and the answer code in the cell next to that.