I may be dating myself but, yours truly is going back to school. I know there are some savvy frens on here, so I wanted to see if I could get any heads-up tips that would make this process go more smoothly! Anything small or large would be appreciated; I barely know the first things about coding. Thanks for any input!
You're viewing a single comment thread. View all comments, or full comment thread.
Comments (42)
sorted by:
Don't neglect at least basic DB skills. Learn how to make tables, relate one table to another, etc., then programmatically write and retrieve records.
After that I would probably make sure variables and array (multidimensional, associative) handling are your best friends along with conditional statements.
Other stuff is quite easy once you have these basics.
I code mainly in PHP (Laravel) with a dash of jscript. Being able to create single-page apps with multiple API integrations is very lucrative.
Edited to say, "good luck!"
GC