How to Install Laravel Latest Version on Ubuntu Laravel is a popular PHP framework for building web applications with elegant and expressive syntax. It offers many features such as dependency injection, database abstraction, queues, testing, and more. In this tutorial, we will show you how to install Laravel latest version on Ubuntu 20.04 LTS. Prerequisites…
Tag: webapi
Creating Web App to monitorize news using Flask, pyWebIo and OpenAPI
Today is the first chapter of a series about consuming APIs, Webscraping and beyond… Let’s create a simple web app to get some breaking news about any subject filtering by region, language and topic. [git-github-jupyter url=”https://github.com/rondweb/api-news/blob/main/notebook.ipynb”]