/go-go

go practice

Primary LanguageGo

Practicing Go

  • network-cli: CLI to search ns, ip, mx and cname
  • pokeapi: Hitting API endpoint to get Pokemon from directory(Kanto)
  • restapi: RESTful API to allow CRUD operations
  • webserver: Simple webserver with TLS
  • goorm: Simple API with CRUD ops, interacting with sqlite3 db
  • gomysql: Using MySQL
  • redis-op: Go with Redis
  • go-test: Testing with Go
  • aes-encrypt: AES encryption and decryption
  • jwt-rest: REST api using JWT(JSON Web Tokens)
  • gin-web: Go web applications and microservices using Gin