Today, I would like to shed some light on the Varnish cache and its implementation in Magento. I will show you the steps to install varnish software and configure it with the Magento installation.
Varnish Cache and Magento 2 Part-1
The varnish is a “web accelerator” that acts as an HTTP reverse proxy. Basically, a reverse proxy is a type of proxy server which serves the request on the behalf of the actual server
Code Quality Check in Magento 2
As an extension developer we all know the importance of coding standards and removing unwanted code from our extension, in short, maintaining the code quality. We can get help from GrumPHP to validate our code and pass all quality checks.
Virtual Types in Magento 2
Virtual types are a way to inject different dependencies into existing PHP classes without affecting other classes and without having to create a new class file.
Caching Explain in Magento 2
We all know the importance of caching in web development and how it affects the customer journey on your website. Caching helps to improve the server response and helps you to improve conversion rates