NGINX is a high-performance HTTP server as well as a reverse proxy. Unlike traditional servers, NGINX follows an event-driven, asynchronous architecture. As a result, the memory footprint is low and performance is high. If you’re running a Node.js-based web app, you should seriously consider using NGINX as a reverse proxy. […]
Yearly Archives: 2020
Insphpect is a new code analysis tool that identifies poor Object-Oriented design practices that lead to inflexible code. For example, singletons and global variables, amongst others. In some cases, Insphpect can even offer automated corrections by generating a patch which will remove the bad practice from your code entirely! This […]
I have a vagrant box setup with Magento 1.9 and currently, the only page that is working is the main page. All I have seen on this before is that it’s because there is no .htaccess file in the site’s root directory, but I have the default Magento 1.9 .htaccess […]
Hi i am trying to deploy Magento 2.3.3 PWA in our AWS environment but some how i am not able to deploy. i am using Amazon amplify & system giving me some errors & i am not sure why.
I seem to be having trouble properly setting up my frontend themes in Magento 2.3.3. We have three Magento 1.9 websites that we’re migrating into a single Magento Commerce Cloud installation. I’d like to build on top of Luma, and much of the three sites will be the same (such […]
I have blocks that call featured home products in a sidebar (see example below): {{block type="filterproducts/featured_home_list" name="featured_sidebar" product_count="6" template="filterproducts/sidebar_list.phtml"}} BUT I would also like to make a sidebar list for the related products on the product page, how would I go about this?
I’ve had this idea where I use some of the raspberry pi’s I have laying around as Openvpn Nodes or a machine that’s inside my schools LAN. So obviously the question here is HOW can I facilitate dropping a Pi on a network that’s either public or I have only […]