Posts

Showing posts with the label phpframework

PHP Framework Pro Free Preview

  Today I bring good news! I’ve compiled the first 12 videos from my forthcoming PHP Framework Pro course into one 70 minute video. The lessons included in this preview are: The Front Controller Autoloading Request Class Response Class Http Kernel Routing FastRoute Router Adding Routes Retrieving Path Info Defining Routes Controller Classes Controller Method Arguments This is just a small sample of the full course which will be released in March and many of the components will grow and evolve as the course progresses. This week I’ve been working on Dependency Injection and produced over an hour’s worth of video material so far on the Dependency Injection Container alone. My mission is to uncover all of the mystery of frameworks so ask me anything you wanna know about the course. I’ve already included material based on suggestions received. You can check out the 70 min preview here: https://youtu.be/u3hN_r1DwSQ Some early views and likes would be very much appreciated 🙏 ...

What are you learning today?

  I learn something new every day. I have done almost every day for as long as I can remember. It’s now just a habit and something which I prioritize over my daily work. You might be surprised by that but I’ve programmed myself to think about the long game.  In five years time, nobody is going to know or care about me completing a user story inside a sprint in 2023. But it will be noticeable if I’ve studied my craft and improved my skills every day for the last 5 years. I regularly ask junior developers and testers ‘what are you going to learn today?’ and they often tell me how busy they are and that they won’t have the time. They do have the time, they just don’t prioritize it. Again, in five years time, no one will remember or care that they finished a ticket on time. Don’t get me wrong here, I’m not advocating that you neglect your work. I’m simply encouraging you to ask yourself how much do you prioritize study.  Some people go through phases where they study every da...

Wanna be a PHP framework PRO?

So last week I spoke about frameworks and the importance of being able to write clean, framework-agnostic code if you wanted to be a well-rounded developer. Let me now share with you something which I have been working on since December…this will be my next full-length course on garycarke.tech: PHP Framework PRO. Nearly every PHP job position you will apply for will require you to have experience of using at least one framework. So I decided to go one further and give you the edge over all of the competition by showing you exactly how they work and how they are constructed. Starting from zero lines of code, we will build up our own custom framework, closely examining all of the component parts as we add them…each piece will be explained in a way that is easy to understand both in isolation and as part of the wider framework. By the end of the course you will have a complete understanding of front-controllers, Request classes, Response classes, routing components, controller classes, de...