Creating Image Repository Service (Part 3)
|

Creating Image Repository Service (Part 3)

Hello, today I am going to get in touch with something called API. I guess it is very familiar among people who are interested in software engineering. Let’s get started! Continuing development using Strapi First, open Command Line Interface (CLI) and change the directory to the imagerepo folder by typing : $ cd imagerepo Start…

Build Contextual AI Assistant (Chatbot)
| | |

Build Contextual AI Assistant (Chatbot)

We have discussed about chatbot and why should we build a chatbot on the previous post https://about.lovia.id/build-your-first-rasa-chatbot/. On the previous post, we build a simple chatbot that asks a user’s feeling and tries to cheer the user up when they’re sad.This time we are going to set our game up and build a contextual chatbot…

Make a Recommender System with Collaborative Filtering Techniques

On this journey, I want to share how to make a recommender system using Collaborative Filtering techniques. Don’t be confused if you don’t know what is recommender system. I will explain a bit about it. So, recommender system is a system that predicted user preferences on a list of items based on your interaction with…

Creating Image Repository Service (Part 2)
|

Creating Image Repository Service (Part 2)

Hello there ! What’s going on ? I hope everyone is doing well and healthy as well. All right, back to the topic, in this opportunity I would like to show CRUD Operation. So, let’s dive in! Continuing development using Strapi First, open Command Line Interface (CLI) and change the directory to the imagerepo folder…

Importance of BPMN for Companies Development
|

Importance of BPMN for Companies Development

BPMN (Business Process Modelling Notation) is a method used to visualize business processes and is mainly used by enterprises to help relevant stakeholders understand their job. BPMN is also a tool that can be used not only for visualizing current state but also future state of business process. And how does BPMN benefits enterprises? As…

Creating Image Repository Service using Strapi (Part 1)

Creating Image Repository Service using Strapi (Part 1)

Apa itu strapi ?? Strapi adalah CMS Headless bersifat open-source, yang fleksibel dan memberi developer  kebebasan untuk memilih alat dan framework favorit mereka sembari juga memungkinkan editor untuk dengan mudah mengelola dan mendistribusikan konten mereka. Dengan kata lain, strapi dapat menyediakan tampilan yang good-looking serta dapat diintegrasikan dengan berbagai framework.  Apa saja yang harus disiapkan…