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 […]
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