by Lucy Bennett | Nov 18, 2019 | Cloud Computing
Serverless can be defined as applications that incorporate third-party, cloud-hosted applications and services, to manage server-side logic and state. These are notated as “rich client” applications (i.e. mobile apps) that utilize much of cloud-accessible databases,...
by Rahul Nagare | Nov 18, 2019 | Development
A question that comes up with developers is how to use git reset– hard HEAD to revert to previous commit. Luckily there is an easy solution to follow to correct this. First of all git reset — hard is a very dangerous command because it eliminates all of...
by Lucy Bennett | Nov 6, 2019 | E-Commerce, WordPress
The holiday season is coming fast, and you need to bring a surge of sales with it. The later months of the year naturally brings in an influx of shoppers, but don’t just rely on that. If you’re not capitalizing on customers’ increased budgets, you’re making a mistake....
by Rahul Nagare | Oct 31, 2019 | Uncategorized
Download slides.
by Lucy Bennett | Oct 25, 2019 | E-Commerce
How many times has a customer made it part way through your sales funnel, only to bail right when you’re about to make a conversion? Probably more times than you can count! And the holidays in particular bring in a lot of idle browsers and abandoned shopping carts. ...
by Rahul Nagare | Oct 25, 2019 | Linux
What is ulimit? A ulimit allows control over resources available to each user via a shell. You can type “ulimit -a” to get a list of all necessary settings. In parentheses you will see one or two items: the units in measurements (e.g. kbytes, blocks, seconds) as well...
by Lucy Bennett | Oct 16, 2019 | Uncategorized
Black Friday and Cyber Monday mark the beginning of the holiday shopping season which means now is the best time to start preparing for the holiday sales. In fact, now is the best time to get prepared if you want to make the most out of Black Friday and Cyber Monday,...
by Rahul Nagare | Oct 8, 2019 | Linux, Performance
MySQL programs are known to read startup options from option files, otherwise identified as configuration files. Option files are able to provide a way to specify commonly used options, which assists the user in not having to enter the options on the command line...
by Lucy Bennett | Oct 2, 2019 | E-Commerce, WordPress
Holiday spending has steadily been on the rise but this year Deloitte predicts that seasonal spending will surpass $1.1 trillion. With the holiday season fast approaching, now is the best time to get your WooCommerce store in top shape. Luckily, there are plenty of...
by Rahul Nagare | Sep 18, 2019 | Linux
A common problem while running nginx as a frond end to php based Apache+mod_fastcgi server is the size that nginx allows you to upload. Sometimes the app allows user upload images up to 2MB in size. Other times when users try to upload 1.5MB or larger in size while...