Neovim Go Template Formatting
This cost me some time googling and fiddling around with my config, so here is a quick setup on how to get Go’s html/template format working …
Archive · 7 entries
This cost me some time googling and fiddling around with my config, so here is a quick setup on how to get Go’s html/template format working …
I’m currently developing a webservice in Go for a customer, where I need to write a lot of HTTP endpoints. Most of them have a very similar …
I wanted to compile a binary which contains a whole Go web app and is deployed as a Lambda function to AWS. This function (or binary) should also have …
I wrote a tool to log events and monitor (cron) jobs in your private tailscale network. The tool is called tevents and I wrote an introduction blog …
I am a huge fan of simplicity. While writing hntr, I wanted to create a powerful but easy to use tool to handle huge amounts of recon data (asset data …
In the last weeks I hacked together a tool to help me organize my (temporary) target and infrastructure data I gather during audits. All existing …
webanalyze is a (Go) port of wappalyzer, a browser extension to display technologies used on websites. To use this in a performant way to test …