Andyson

Building Whinst

Building a web app (Whinst) Part 17: Setting up file upload functionality

The ability to upload files such as images and videos is an essential feature in most web and mobile apps, Whinst is no exception. In fact, images and videos are core to the Whinst web app. In this article, I’ll walk you through how I set up file upload functionality. File upload functionality🗂 I set …

Building a web app (Whinst) Part 17: Setting up file upload functionality Read More »

What would happen if artificial intelligence is not regulated?

What would happen if artificial intelligence is not regulated?

Artificial intelligence (AI) and regulation, are two words that are inseparable in the media these days. But what is the regulation of artificial intelligence? According to Wikipedia, this is the development of public sector policies and laws for promoting and regulating artificial intelligence. Governments, authoritative bodies and tech companies around the world are already either …

What would happen if artificial intelligence is not regulated? Read More »

Building Whinst

Building a web app (Whinst) Part 15: Creating and adding all API endpoints

The Whinst web app so far has 3 main models, these are users, catalogs and products. I’ve so far created endpoints (a specific location within an API that accepts requests and sends back responses) for these models to be created, edited and deleted. In this article, I’ll walk you through how I created these endpoints …

Building a web app (Whinst) Part 15: Creating and adding all API endpoints Read More »

Building Whinst

Building a web app (Whinst) Part 14: Creating and adding home page API endpoints

After fully adding authentication functionality into the Whinst web app I moved on to adding functionality to the home page. I did this by first adding API endpoints(a specific location within an API that accepts requests and sends back responses). The home page has one endpoint which gets the catalogs that a registered user has …

Building a web app (Whinst) Part 14: Creating and adding home page API endpoints Read More »

Building Whinst

Building a web app (Whinst) Part 13: Setting up user account verification

The final piece of authentication functionality I’ve added to the Whinst web app is user account verification. This is an essential feature as it’ll help identify and give access to only legit users. In this article, I’ll walk you through how I set up user account verification. Let’s dive in🏄🏾. Setting up user verification 🔐 …

Building a web app (Whinst) Part 13: Setting up user account verification Read More »