You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1.8 KiB

How To

Quick guide on how to get started with common Frontend and Backend framework

Prerequisites

  • VS Code
    • Live Server
  • IntelliJ IDEA
    • Lombok
    • Free MyBatis plugin
    • Request Mapper
    • Kotlin

Framework

Comparison Flutter-ReactNative

Razer Pay UAT

Mock API Server using Postman

Docker

Angular

mysql> CREATE USER 'razerpay'@'%' IDENTIFIED BY 'razerpay-singapore';
mysql> GRANT All PRIVILEGES ON *.* TO 'razerpay'@'%';
mysql> FLUSH PRIVILEGES;

mysql> SHOW GRANTS FOR 'razerpay'@'%';
mysql> REVOKE ALL PRIVILEGES ON *.* FROM 'razerpay'@'%';
mysql> DROP USER 'razerpay'@'%';