Lead generation

Get new leads using Instagram

Lead generation is the life source of an e-commerce business, yet for most companies, it remains a mystifying hurdle against expansion.  Over the years, business thinkers have generated hundreds of different lead generation strategies, each with its own acronyms and unique jargon.  In today’s highly competitive online world, businesses need to think holistically about lead […]

Development

Step 1: installing Strapi

Strapi is a open source headless CMS. It’s codebase is available via Github and maintained by many developers. Strapi can be self hosted and also supports modern interfaces for queries like GraphQL. Use either Yarn och NPM to install Strapi. The default Strapi installation will use SQLite as DB and create a DB file in […]

Development

cURL faster than file_get_contents in PHP

Nowadays the most common way to pass data between systems is making calls to REST APIs. In PHP there are several way to call an API, most common being cURL and file_get_contents(). These might seem equivalent, but has noticeably difference the biggest being the speed. file_get_contents() Method cURL Supports simple HTTP GET and HTTP POST […]