What is CORS ? How to configure CORS in Strapi ?
|

What is CORS ? How to configure CORS in Strapi ?

What is CORS ? CORS stands for Cross-Origin Resource Sharing. According to developer.mozilla.org, Cross-Origin Resource Sharing (CORS) is a mechanism that uses additional HTTP headers to tell browsers to give a web application running at one origin, access to selected resources from a different origin. Simply, it is a web application security feature in a…

SAK (Standar Akuntansi Keuangan), Cash Basis & Accrual Basis, Pitch Deck
|

SAK (Standar Akuntansi Keuangan), Cash Basis & Accrual Basis, Pitch Deck

SAK (Standar Akuntansi Keuangan) In a simple definition, Standar Akuntansi Keuangan (SAK) is a guidelines standard accounting in Indonesia made by Dewan Standar Akuntansi Indonesia (DSAI). For more information you can read Standar Akuntansi keuangan (SAK) Cash Basis and Accrual Basis Cash Basis : Recorded transaction happen when getting revenue cash / expenditure cash.In this…

RASA Form Actions: Calling SatukanCinta API
| | |

RASA Form Actions: Calling SatukanCinta API

Hi there! This post is the continuation of the blog post before. In this post, I’ll be giving a tutorial in getting the information if user has registered an account in SatukanCinta. So the information needed to check if the user has registered an account is full name, email, and also phone number.Here we are…

Installation and CRUD for Mongodb – Learn Mongodb for Dummies
|

Installation and CRUD for Mongodb – Learn Mongodb for Dummies

Installation for MongoDB locally on windows computer Download Mongodb Download MongoDB here. Choose the MongoDB Community Server. Run the Installer Just click next.. Edit Path Edit your environment variable in System Properties. Edit path variable on your User Variables. Add The MongoDB’s Bin folder, usually in C:Program FilesMongoDBServer4.2bin     Run MongoDB $ mongod $ mongo…

How to create a Strapi-meetup community
| |

How to create a Strapi-meetup community

Strapi is an amazing open source headless CMS that enables developers to design API fast. It is very developer-friendly and based on my experience, it also helps developers to finish tasks in minutes, which normally costs several hours. In Strapi official website, you can see some active Strapi communities. Unfortunately, my country was not on…

Myself and hopes for my internship in Lovia

Myself and hopes for my internship in Lovia

Hello everyone, In this moment I want to tell a little bit about myself and my hopes in internship with Lovia. My name is Revita Ramadhanty Denaya, usually called Revita or Vita. I’m college student from Universitas Padjadjaran which will enter 5th semester at Public Finance Administration major. Because my major is about administration and…

Strapi – GraphQL Authenticated CRUD Operations
| |

Strapi – GraphQL Authenticated CRUD Operations

Strapi GraphQL series is back! In the previous post related to Strapi and GraphQL, in a project named id-card-repository I did CRUD operations without being authenticated which is dangerous enough as it enables all users (public users) to modify data. Today, I would like to implement authentication and authorization so only authenticated users can conduct…

GraphQL vs. REST API – comparison
| |

GraphQL vs. REST API – comparison

Have you ever heard of API? API stands for Application Programming Interface. As mobile applications became popular nowadays, the use of API also became a standard. For example, if a company has a website and a mobile application (both Android and iOS), they are not going to create separate databases. Instead, they use API to…