RASA Form Actions: Calling Weather API
| | | |

RASA Form Actions: Calling Weather API

Hi there! This is the continuation of the post before. If you want to understand detailed explanation about Forms you can check out this article here. Here I’m building chatbot that provides the information about weather situation in a city. What we have to prepare first is the intents. We can add new intents in…

Strapi – GraphQL Unauthenticated CRUD operations
| |

Strapi – GraphQL Unauthenticated CRUD operations

Hi there! Today I will continue to develop a recent project in Strapi, called id-card-repository. If you are new, please check the previous article here. Specifically, the main topic is CRUD operations using GraphQL with Strapi. CRUD stands for Create, Read/Retrieve, Update, and Delete. CRUD operations are essential as data stored in databases dynamically change….

Creating Image Repository Service (Part 4) – Authentication & Authorization
| |

Creating Image Repository Service (Part 4) – Authentication & Authorization

Hello there! In this post, I would like to use and demonstrate authentication and authorization/permission features in Strapi using Postman. Continuing development using Strapi First, open Command Line Interface (CLI) and change the directory to the imagerepo folder by typing : $ cd imagerepo Start yarn using : $ yarn develop Note : If you…

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…

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…

Image Scoring oleh Angky
| |

Image Scoring oleh Angky

Proyek yang dinamakan Image Scoring ini berfungsi sebagaimana namanya, yaitu memberikan nilai terhadap gambar digital yang diinput oleh user. Adapun penilaian yang dimaksud mencakup: Black-white image detection : mendeteksi apakah gambar tersebut merupakan gambar hitam-putih atau bukan. Cartoon image detection : mendeteksi apakah gambar tersebut merupakan gambar kartun atau bukan. Face detection : mendeteksi apakah…

Meeting 11/04/2020 – Amran – Scraping web
|

Meeting 11/04/2020 – Amran – Scraping web

Overview : Scraping detail page Challenges : Struktur page tiap halaman berbeda-beda Baca-baca artikel tentang teknik penanganan struktur yang berbeda dengna tag yang sama Feedback : https://gitlab.com/lovia/jobsid-crawler/-/issues/2 Next Steps : Insert or update MongoDB jobPosting collection from JobPosting object Wrap crawler into Zeebe worker using zeebe-grpc (Python) Store HiringOrganization Logo Image to S3+MongoDB Run Workflow…