Complex open-source programming concepts, broken down with simple and easy to understand video lessons.
Xdebug modes control which debugging features are available and are configured in your PHP configuration file.
Let us look at how Magento decides the order of plugin execution, which becomes really important when multiple plugins interact with the same class or method.
Modify the behavior of a public method in Magento by creating an around plugin.
Learn how to set up conditional breakpoints in PhpStorm with Xdebug to pause execution only when specific conditions are met.
Add a new route to your Magento store to handle specific URL patterns.
Learn how to create a simple Magewire "hello world" component in a Magento Luma template.
Magento contains a bin/magento command line script which supplies you with tons of actionable commands that let you carry out functionality on your store instance.
Learn how to execute commands inside a Docker container using the docker exec command.
Learn how DNS converts human-friendly domain names into computer-friendly IP addresses, and how resulting entries are cached along the way.
PHP 8.4 introduces a new feature called property hooks, which allows you to modify class property values with special hooks.
Let us learn how to find all of the details about Docker containers, from their current state, to their network settings and configuration.
View and understand Magento cache key patterns using Redis CLI commands.
PHP 8.4 introduces asymmetric visibility, a new way to control who can read and write to class properties.
Using getData() instead of magic getters in Magento 2 prevents naming conflicts and makes code more maintainable.
Transform vague AI prompts into detailed instructions that generate production-ready code by setting clear context, standards, and expectations for the LLM.
Create a custom Docker image by writing a Dockerfile with essential instructions for containerizing applications.