asciidoctor-go
The asciidoctor-go is the Go module to parse the AsciiDoc markup and convert it into HTML5.
awwan
awwan is configuration management software, infrastructure as file and
directory layout.
In other words, awwan is command-line interface to execute multiple lines
of command in the local or remote server using SSH.
Do you have a collection of shell scripts to manage one more similar server? Do you ever want to execute only part of your shell script in remote server? Are you get tired with learning others syntax and tools for provisioning your own server, while you need is a handful knowledge of shell script?
If yes, awwan is the right tools for you.
ciigo
ciigo is a program to write static web server with embedded files
using asciidoc markup language.
This site and golang-id.org is written with ciigo as framework.
golang-id.org
This website is my second contribution to Go community. Its goal is not only to provide help, through translation, for Indonesian to learn more about Go but also to provide an ecosystem for Indonesian Go community, for example, vlog and blog in Indonesian language, and sharing open source works written in Go. The website is freshly launched, they are still more works to be done, though.
gorankusu
gorankusu is a Go module that provide HTTP service with web user interface
for testing HTTP endpoints (like Postman) and for load testing.
For the load testing we use
vegeta
as the backend.
haminer
haminer is a library and program to parse and forward HAProxy logs to InfluxDB for mining HTTP requests.
jarink
Jarink is a program to help web administrator and developers to inspect and maintains their website. Currently, it has the feature to scan and report for broken links.
karajo
karajo is the library and program to implement HTTP workers and manager similar to AppEngine cron. karajo has the web user interface for monitoring the jobs.
pakakeh.go
pakakeh.go is collection of Go packages.
The most outstanding packages are WebSocket (server and client), DNS (server
and client), email (client only), STMP, and MemFS (memory file system).
rescached
Rescached is resolver cache daemon. It is a DNS forwarding server, serve the clients queries, but also caching all the queries and answers for later use. The idea is to minimize network traffic for outside DNS queries and to manage local zone files. The first implementation was written in C++ and then re-written using Go.
tour.golang-id.org
The tour.golang-id.org is translation of their original website https://go.dev/tour to Indonesian language, to help newcomers learning the Go programming language. This is my first contribution to Go community.