linu.usExploring Inheritance in PHPHello! Now you know the fundamentals of classes in PHP, it's time to move on to inheritance. In case you missed the previous posts, you can follow the series here. What is Inheritance? The concept of inheritance allows us to create a class that deriv...Dec 16, 2024·6 min read
linu.usWordPress Is in an Alarming StateMatt Mullenweg wasn't lying when he said he would go "nuclear" against WP Engine. But his attack expanded beyond WP Engine and now hits the entire WordPress ecosystem. What has started as an attempt to get WP Engine to pay a trademark license to Auto...Oct 12, 2024·4 min read
linu.usDeep Dive into Classes and Objects in PHPNever used a class before? Read the introduction to OOP in PHP first. Hey again! In the last post, we created our first class and discovered some benefits of using OOP in PHP. However, in this post, we'll dive deeper into classes and what we can do w...Jun 21, 2024·8 min read
linu.usIntroduction to Object-Oriented Programming (OOP) in PHPHey! This is the first of a series where we transform simple scripts into powerful, modular applications! If you've been coding in PHP but haven't explored the magic of Object-Oriented Programming (OOP) yet, you're in for a treat. Starting with the b...Jun 12, 2024·8 min read
linu.usHow to Create QR Codes In Laravel 11Interested in adding QR codes to your Laravel 11 project? This guide will show you how! Let's walk through the steps together to easily integrate QR code generation into your Laravel 11 application. Setting up Laravel 11 If you don't already have a L...Apr 28, 2024·5 min read