摘要:
services 1. directory 2. generate model 3. MD5: asymmetric salt: to prevent "brute force cracking" by using rainbow table import "github.com/anaskhan9 阅读全文
摘要:
1.quick start package main import "github.com/gin-gonic/gin" func main() { r := gin.Default() //default: router with logger and recovery(crash-free) m 阅读全文
摘要:
Pain point: The front-end cannot be tested until the back-end interface has been developed.The front end only needs: response of the interfaceTest set 阅读全文
摘要:
challenges: 1. version control After testing the branch A, pull the latest code(merged B) -> confilcts ? no conflicts? -> regression testing 2. change 阅读全文