A guy who loves making software. About Me.

All Stories

Using the Trello Python API

This is a quick tutorial on using the Trello Python API.

Running Autonomous Hector SLAM on Lizi

To run a simple navigation/exploration demo of an unknown map there is a pretty stable SLAM implementation known as Hector Slam. You can run hector SLAM with hector navigation package...

Getting HTTPS on AWS using ngrok

Recently while working on a messenger bot project I required an HTTPS server (Facebook requires the endpoint to run over https). But enabling encrypted HTTPS on an AWS web server...