Member-only story
CyberSecurity or Another Programming Series?
I’m wrapping up the PHP series now and have a few more articles to go. I’ve been debating whether to continue with another programming series or something closely related. I’ve landed on a handful of ideas, but I wanted to get your input first. I’m fine writing them in whatever order.
After the PHP series is complete, the next logical series would be Laravel. This time we get to take everything we learned in PHP and apply it to the Laravel framework. It’s also natural since I’ve been writing code in Laravel for 7 years now. We can start off easily and then move on to more advanced concepts.
Immediately after that, I would begin vanilla JavaScript. Again, we would do a deep dive into the world of JavaScript until we’re comfortable with most of the concepts that the language has to offer. The next transition could be Vue.js or React. I personally have written code in both and used to favor React slightly over Vue.js due to the focus on class-based components. Once that was discouraged, Vue.js became the primary frontend library for me. Vue.js also has the benefit of tying into Laravel nicely. Which means that we could revisit Laravel and tie Vue.js into it.
Lastly, I started working on a CyberSecurity series but took a break from it to finish the PHP series. I could continue on simplifying more advanced CyberSecurity…