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 6c4056d044 add web mobile checkout procedure 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 aws static-web setup 4 years ago
backend thymeleaf 5 years ago
docker tomcat, Java Spring boot, vueJS integration 5 years ago
dotnet ef core quick guide 5 years ago
flutter flutter and mssql 5 years ago
frontend vue js demo 5 years ago
git update jenkins 5 years ago
html-js-css html-js-css quick guide 5 years ago
ide
jenkins ubuntu locale to display chinese text 4 years ago
local-remote-setup local-remote debugging 5 years ago
mobile/flutter
mssql flutter and mssql 5 years ago
mysql html-js-css quick guide 5 years ago
nodeJS add pm2 process manager guide 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 ubuntu cli / scripting 5 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 sql 8 fix 5 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';