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 187ad27aec ngrok tunnel localhost 4 years ago
RzGold RzGold dev docker container aws service creation 4 years ago
alibaba aws pem file permission 5 years ago
androidStudio aws static-web setup 4 years ago
angular add angular & terraform quick guide 5 years ago
ansible ansible : deployment automation 5 years ago
aws RzGold dev docker container aws service creation 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 html-js-css quick guide 5 years ago
ide add nodeJS guide 5 years ago
jenkins RzGold local dev setup 4 years ago
local-remote-setup local-remote debugging 5 years ago
mobile/flutter flutter installation notes 5 years ago
mssql flutter and mssql 5 years ago
mysql html-js-css quick guide 5 years ago
nodeJS nvm update 4 years ago
postman add postman mock server setup 5 years ago
pug vue JS debug setup 4 years ago
redis vue js demo 5 years ago
regex regex quick guide 5 years ago
service-mesh add aws 5 years ago
ssl ssl 5 years ago
terraform add angular & terraform quick guide 5 years ago
tomcat tomcat, Java Spring boot, vueJS integration 5 years ago
uat add uat setup process 5 years ago
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 enable WSL to HyperV networking 5 years ago
README.md ngrok tunnel localhost 4 years ago

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

Misc

  • Tunnel localhost server