Skip to content
A-yon's Blog - A Yet Original Notebook
A-yon's Blog
A Yet Original Notebook
  • Blog
  • About
  • 中文

Tag: Golang

Use PM2 to monitor Golang programs

Use PM2 to monitor Golang programs

Posted on October 5, 2023October 5, 2023 by A-yon

It is always good to have knowledge across different languages, we can use the tools interchangeably if we know of them. READ MORE

Posted in Programming Tagged Golang, Node.js Leave a comment

TypeScript has ‘using’ now, but we should avoid using it

Posted on September 13, 2023October 4, 2023 by A-yon

About half a month ago, TypeScript 5.2 was released. In this new version, it introduced a new keyword using , which apparently is borrowed from C#. I’m not going to talk about what it promises or how to use it, rather, I’m going to diss it and READ MORE

Posted in Programming Tagged Golang, JavaScript, Node.js, TypeScript Leave a comment

A better way to deal with errors in Golang

Posted on August 30, 2023October 4, 2023 by A-yon

The following kind of code has always annoyed me: But now I’ve finally found a way to write more efficient code: Check this package for more sugar tricks: https://pkg.go.dev/github.com/ayonli/goext READ MORE

Posted in Programming Tagged Golang Leave a comment

Recent Posts

  • Deploy AI at Home and Use It Everywhere for Free

    Deploy AI at Home and Use It Everywhere for Free

    February 14, 2025
  • Use Web APIs to Build Modern Server Applications

    Use Web APIs to Build Modern Server Applications

    August 10, 2024
  • The full-duplex aspect of HTTP you’ve never heard of

    The full-duplex aspect of HTTP you’ve never heard of

    July 17, 2024
  • Tarball API in pure JS, no Node.js is needed

    Tarball API in pure JS, no Node.js is needed

    June 16, 2024
  • Manage files in the browser in JS

    Manage files in the browser in JS

    May 15, 2024
©2025 A-yon Lee. Powered by WordPress