Development

What is progamming language Flutter?

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

AI Development

What is Chat GPT?

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

AI Development

Why is Python popular for AI progamming?

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

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

  • 1
  • 2