RPA (Robotic Process Automation) is a technology that allows organizations to automate repetitive, rules-based tasks by creating software robots, or “bots,” to carry out those tasks. RPA is used to automate tasks that are currently being performed by humans, such as data entry, processing invoices, or handling customer service inquiries. There are several ways you […]
Google’s Cloud Natural Language API is a cloud-based natural language processing (NLP) service that enables developers to extract insights from unstructured text and analyze sentiment and entity recognition. You can use the API to analyze text in a variety of languages and get information about the sentiment, entities, and syntax of the text. To use […]
Flutter is a free and open-source mobile application development framework created by Google. It is written in the Dart programming language and allows developers to build natively compiled applications for mobile, web, and desktop from a single codebase. One of the main advantages of Flutter is that it provides a fast and expressive way to […]
GPT (Generative Pre-trained Transformer) is a type of artificial intelligence model developed by OpenAI that is capable of generating natural language text that is difficult to distinguish from text written by a human. It works by predicting the next word in a sequence based on the context of the words that come before it, and […]
Yes, Python is a popular programming language for developing artificial intelligence (AI) and machine learning (ML) applications. There are several reasons why Python is well-suited for AI and ML: Python has a large and active community of developers, with many libraries and frameworks available for AI and ML tasks. These libraries and frameworks make it […]
Piwik PRO is a visitor analysis software that has been on the market for a long time. It started with just visitor statistics but is today a full-fledged software suite with tag manager, consent management and customer data platform. The advantage of Piwik PRO is that you can either save data within the EU via […]
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 […]
- 1
- 2