- Apr 25, 2014
- 6,918
- 12,421
It really depends when you started, because at one point, Wordpress was on the come up & developers who primarily built sites on html/css boilerplate with light gfx design were the 99%.I did so many things when I started. I was doing SEO and thought Wordpress development knowledge was important. Turned out learning it first was a mistake..
So learning WP & slapping themes together put you ahead of the curve.
You should learn it by doing things without software like cms. Just pure code, libraries, coding API etc. No CMS. This is how you understand core building blocks.
You should. And I always advocate learning things the hard way and building it by hand so that you understand the “Why” of development/programming.
However, on the flip side, look where we are now. You can have ChatGPT build you boilerplate JS/Python and then have it break down your functions and have it explain why things go where & the best practices.
In the future (next 5 years or so), full development teams will be replaced by a PM, a code reviewer and 2 AI code bots.
One of the primary keys in development/programming is repetition. Even if it’s a small amount of code or some little function, write it daily. Update your repository every day on GitHub. These two things will keep you fresh.

