Categories
Magento 2

Should I Upgrade to Magento 2?

Magento 2 has been around for more than a year now and many store owners are looking for something new to enhance their offerings. Developers have also heard about the numerous enhancements and would be no doubt looking to try it out. Well I have been trying out for the past few weeks on a […]

Categories
ubuntu

Why port you opened on Azure is still blocked?

You can check your specific ports nmap -sV -Pn -p 80,8080 192.168.1.0 If it says filtered then the port is open in the azure side but clocked on the server side. You need to enable it with sudo ufw allow 8080

Categories
Server

Top Performance and Security tools for your server

Sometimes it is hard securing and making sure your server is running at peak performance. Why not use some tools to tell you what settings to tweak… Lynis – Server security suggestions MySqltuner – MySQL Database recommendations and suggestions ApacheBuddy – Performance suggestions for Apache 2

Categories
Rest

Building a Proper REST API with authentication

Authentication First thing we need to be clear about is your method of authentication means nothing if you are not using https. If you are not using https then your users credentials can be snooped. What is REST? TL;DR Cheat sheet Representation State Transfer Resource based we are talking about thing(nouns) instead of actions(verbs) resource is […]

Categories
Magento 2

Magent 2 Admin Common Tasks (Non-technical) Setup

A list of tutorials to do common functions for non-technical people on magento 2: Migrating Magento 1 data to Magento 2 Github repo for Migrating Magento 1 data to Magento 2 Add Google Analytics Tracks Magento 2 Add Google Analytics Tracking Adding and Setting Shipping Methods Magento 2 Add Shipping methods Creating Bundled Products Creating […]