Published onJanuary 28, 2023Custom JSON marshal/unmarshalgopracticaljsonCreate custom primitive data type and customize the function marshal/unmarshal json
Published onJanuary 21, 2023TOTP based on RFC 6238programminggopracticaltotpDetail implementation time-based one-time password (TOTP) algorithm
Published onJanuary 20, 2023Practical Go: Functional Options PatternprogramminggopracticaloptionsImplement functional options using functional approach
Published onJanuary 8, 2023Practical Go: Dockerize go appsprogramminggopracticalPrepare golang from source to docker