How did you learn how to code?

I'm currently learning online on a Cambridge course. Worst thing is that I lack of time so I'm doing it in baby steps.
 
I can't code as good as I could before. However, I learned a lot of code from self-help books and also from taking courses at a community college. I also took a course in Python at a state university.
 
I had an inherit knowledge of the absolute basics (foreach loops, switches, variables & arrays etc) from Bash, which is super simple to get the hang of once you familiarize yourself with the different commands.

As for actually furthering my PHP knowledge, it was mostly when I got my Xenforo license and I started messing about. Started with basic template edits to get familiar with the build system and then I figured out the actual PHP side by comparing Xenforo's source code to the various (well written) addons out there, you start to spot the patterns and how it all works begins to click.
 
Im currently learning to modify XenForo. I have built a bespoke add on and it seems pretty simple. I wouldn’t say I am fluent, but I am learning by reading the existing code.
That sounds awesome. Never tried to mess around with XF but I would love to be able to develop a few simple addons for DH. What was the addon that you make for LS (if you want to share ;))?
I learned a lot by just reading the add-ons other people have written for xenforo. :)
Did the same for HTML and CSS actually. I learnt quite a bit by looking at the source code of some big sites
 
That sounds awesome. Never tried to mess around with XF but I would love to be able to develop a few simple addons for DH. What was the addon that you make for LS (if you want to share ;))?

Did the same for HTML and CSS actually. I learnt quite a bit by looking at the source code of some big sites

I made a thought Journal :)
 
Back
Top