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.
 
Yik Teng Hie 6a8db5d3b3 RzGold local dev setup 4 years ago
RzGold RzGold local dev setup 4 years ago
alibaba aws pem file permission 5 years ago
androidStudio aws static-web setup 4 years ago
angular
ansible
aws cloudwatch 4 years ago
backend thymeleaf 5 years ago
docker tomcat, Java Spring boot, vueJS integration 5 years ago
dotnet cloudwatch 4 years ago
flutter flutter and mssql 5 years ago
frontend vue js demo 5 years ago
git cloudwatch 4 years ago
html-js-css
ide
jenkins RzGold local dev setup 4 years ago
local-remote-setup
mobile/flutter
mssql flutter and mssql 5 years ago
mysql
nodeJS add pm2 process manager guide 4 years ago
postman
pug vue JS debug setup 4 years ago
redis vue js demo 5 years ago
regex regex quick guide 5 years ago
service-mesh
ssl ssl 5 years ago
terraform
tomcat tomcat, Java Spring boot, vueJS integration 5 years ago
uat
ubuntu RzGold local dev setup 4 years ago
vagrant aws static-web setup 4 years ago
vscode aws static-web setup 4 years ago
vuejs add web mobile checkout procedure 4 years ago
wsl-vm
README.md

README.md

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'@'%';

// apply this for mysql-8 if encountered PublicKeyRetrieval error
mysql> ALTER USER 'razerpay'@'%' IDENTIFIED WITH mysql_native_password BY 'razerpay-singapore';