Hi, Some of you know that StudioWeb, my app that many schools use to make teaching PHP easy, takes up most of my time these days. … Ahh, the life of an innovative nerd! In my continued attempts at getting the word out, I recently appeared on TV. You can check out my appearance on…
So you wanna learn SQL and databases? Sit back and relax, grab a beer and some cheese flavored chips, and begin to learn from a crusty middle aged nerd!
Watch in full HD for total clarity:
If you think this freebie video is good, then you’ll love my powerful Interactive Web Developer course package … it’s amazingly easy!
Hi! I’ve recorded a series of videos I call ‘Careers in Code’, and it is about many things related to coding professionally. The series of videos is less about code, and more about all the things professional coders have to understand. Drawn from my 20+ experience in the coding arena, there is a lot of…
This is a collection of my career advice related videos that I put on Youtube. You may or may not like them. 🙂 … They are in a playlist for your convenience. Stef
If you have an old app that works, but it has some problem spots, it might make sense to use microservices to fix these issues. Sometimes rewriting core modules or classes in an old app, is just not feasible. In these cases, using a microservice to bypass the old code is the way to go….
So you’ve done a few online tutorial projects and you know you basics (HTML5, CSS3, PHP, JavaScript) but you don’t know how to do things off the top of your head … should you be worried?
Nope.
Even the most experienced developers will be referring to videos, support forums and books to keep refreshing and building their skills. Yes, once you’ve done certain things a few times (ex: setting up an MVC framework like Laravel, designing databases) you will be able to do them without any help. But I can guarantee that other aspects of the project will send you researching!
PHP developers have to learn some JavaScript. There is no debate there, given that JS is the most important programming language in the world, and since when it comes to browser scripting, there is no other option.
JavaScript, like PHP, has several frameworks/libraries to choose from: jQuery, AngularJS, ReactJS … etc. With that in mind, I had someone put this question to me recently: “Is there JS framework you would recommend or to think about ?”