Trusting someone else to take care of your brainchild is never easy. That’s precisely what outsourcing software development demands of any business owner. There are many factors that prompt a business to come to the decision of outsourcing its development needs. The prospects of low operational costs, bringing focus to core business functions, banking on…
Category: Development
Ditch Your Image Carousels (Improve Your Site Speed & User Experience)

Are you aware that your carousel(s) are ignored by visitors, confuse people and significantly slow down the performance of your website? (more…)
Google Sheet as JSON

Google Sheet as JSON This is a single tutorial as a part of a larger series, “USING A GOOGLE SHEET AS DATABASE FOR WEB PAGE“. We will be looking at the simplest way to leverage a Google Sheet as a read only database for rendering dynamic content on a web page via a JSON object…
Using a Google Sheet as Database for Web Page

Using a Google Sheet as Database for Web Page I recently had a request to create dynamic content that could be easily controlled via a google docs account. After a little research and a small proof of concept I found that there are some very simple great ways to utilize google sheets as a database…
Modern Dev Environment (aka DevOps/CM/CI/CD/Automated Testing)

When I start working on any project, one of the first things I do is figure out my Dev Environment. This has evolved over the years from a local WAMP setup to a full blown CI. This article attempts to summarize what I consider to be a modern dev environment (which in all reality generally…