• Home
  • About
    • Jinho's journal about software engineering photo

      Jinho's journal about software engineering

      Very simple writing about sofware engineering.

    • Learn More
    • LinkedIn
    • Github
    • StackOverflow
  • Posts
    • All Posts
    • All Tags
  • Projects

All Posts

  • CDK code snippet-1

    I used the Terraform for IaC but the HCL is very difficult to learn and maintain because it uses the JSON-like format and we need to lean the new language

    Read More
  • Try to use Serverless function

    The jounal for the serverless function of AWS and GCP

    Read More
  • Several tips for Go coding-1

    It's summarized note that I need to remember for Golang.

    Read More
  • Go: How to manage the local submodule without URL like github.com.

    Create project like following.

    Read More
  • Build a Go-lang back-end with the Gin framework and authenticate with JWT and React front-end

    Today, I finished the prototyping very small web service in Go.

    Read More
  • Example to use python-daemon and runner.DaemonRunner

    Just example.

    Read More