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 […]
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 […]
Strapi is a popular headless CMS built on React. Next.js is a popular React framework for building web pages that are rendered server-side or static. In a series of posts, I will go through how you can easily setup a future-proof CMS and lightning-fast website that serves pages directly from CDN for optimal performance. The […]
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 […]