I'm a fullstack developer; Backend, frontend, infra, engineering management, complience, security, project management....all the things. Starting with c++ I've wended a road through asp, c# and java. I now mostly spend my time in javascript using nodejs for backend and various frontend frameworks.
Currently I work as chief architect at Veed.io, doing fun things with people, code, processes, ai and video at scale.
- big ui - an experiment in how to handle development and deployment of large scale frontend projects
- fastify skeleton A constantly evolving fastify skeleton that represents what I would consider the basics of a "good" node api.
There's a number of repos in here that were useful at the time but are now effectively abandoned. Either due to lack of time or (more often) that the problem they were solving now has a better solution.
- gulp-webpack-es6-pipeline - simple gulp task to convert es6 to browser es5 (no longer needed)
- gulp-webpack-typescript-pipeline - simple gulp task to convert typescript to browser es5 (no longer needed)
- aws-lambda-typescript - bundle and deploy a typescript based lamda to aws.
Some repos also support some old talks I've done, but again they should no longer be treated as up-to-date:
- less terrible javascript
- converting a node service to typescript - converting a js based express service to typescript step by step.