Comment by abcdlsj

2 years ago

I've developed some of small tools and websites(primarily using Go and templating techniques)

- Pasty: A pastebin alternative that I regularly use. (https://github.com/abcdlsj/pasty)

- Golink: A straightforward URL shortener that uses 'go/' as its domain.(https://github.com/abcdlsj/share/tree/master/go/golink)

- Readability: This tool strips down websites to their clean, readable content. For more information, visit my blog post at <https://abcdlsj.github.io/posts/write-a-readability-tool.htm...> or view the code at https://github.com/abcdlsj/share/tree/master/go/readability.

- Gnar: My personal alternative to tools like Ngrok or FRP, crafted for my own use. (https://github.com/abcdlsj/gnar)

I'm excited to share these with the community!