I'm Sam, a full-stack developer from the UK. I currently work at Tails.com where I work mostly with Python, Flask and Vue.js. Currently, I'm focusing on improving my Python, Go and Rust knowledge.
I love learning new languages, frameworks and technologies and so I'm frequently challenging myself to build different projects. Some of the things that I've worked on recently:
- schmake - CLI for generating SQL from human readable format
- Graphpass - GUI for managing Multipass Virtual Machines
- Pit - CLI written in Python that simplifies common Git commands
- Prototype Blockchain - A prototype proof-of-work blockchain written in Python. This is still a WIP 🚧
- Panther - Lightweight programming language written in Go. This project is on hold indefinitely whilst I explore other projects.
- Text Editor - A terminal based text editor written in Go
I've also built packages that can be used in your projects:
- simple-xsrf - Simple Python package to generate CSRF/XSRF tokens. I personally use this package in serverless APIs that I build