Running a command with a timeout in Go
I’ve been slowly re-writing most of cmdchallenge in Go.
Read more →From serverless to server
I’m pleased to announce that the transition from a distributed serverless architecture in Python to a single VM with a service written in Go is done for CMDChallenge.
Read more →Update on the Golang rewrite
I’ve been stealing small chunks of time in the evening here and there and finally have a functioning Go rewrite of cmdchallenge which will replace all of the Python code that is running in AWS Lambda.
Read more →Golang rewrite of cmdchallenge
I’ve decided to take what was written years ago for cmdchallenge.
Read more →Does Serverless make sense for a side project?
Command Challenge has been running for over 3 years now and I would consider it one of those “serverless” architectures.
Read more →Moving to HTTP from REST for the AWS API Gateway
HTTP API Gateway When HTTP API Gateway was announced in 2019 the Amazon said:
Read more →Displaying the percentage of hosts completed during a rolling Ansible Deploy using serial
Recently we were looking at enhancing our deployment pipeline so that we run validation checks between every batch that is upgraded.
Read more →Ensuring a consistent PID in a container
Recently a challenge was added that asks you to identify a process and kill it.
Read more →Cat without cat on the commandline
Say you want to display the contents of a file on the command line.
Read more →Switching to Hugo
Hello world from the new blog using Hugo as the static site generator.
Read more →