Blog
I was working on a feature the other day that uses the user’s IP address to determine if the user is allowed to access the Magento 2 admin interface. I...
I was creating a React JS app that was running into unnecessary re-renders. What that means is that my app was re-rendering child components that one would consider to be...
As the future of web development continues to rapidly change, there is a certain pattern that we continue to consistently see, and that is the use of a Javascript(JS) framework...
You might be wondering what I am referring to when I say “custom archive page”. An archive in this context is referring to a collection of post type entries. As...