24 Jul 2019

PHZ Full Stack neon sign

After creating my Chinese neon sign render I started thinking if I could pull this off from scratch using the skills I just learned.

22 Jul 2019

Chinese neon sign in 3D

One day on holiday I realized how to create a neon sign in Blender using bezier curves and I just had to try it out to see if I could pull it off.

04 Oct 2018

Glock on Blender

Always wanted to learn some 3D modeling so I picked up Blender again and modeled this Glock.

10 Sep 2017

Serverless SPA on AWS

Since serverless applications are all the rage at the moment, I decided to create an example repository to demonstrate how to set it up.

08 Sep 2017

Thumbor AWS Example

After working with a custom PHP resizer script revision 1573, I started looking for a ready made solution that could just be setup with minimal effort. Turns out there is an existing, maintained solution for this task.

08 Sep 2017

AWS CodeDeploy: Practical example

One prevalent feature of a DevOps project is deploying your code in an automated fashion. Everybody can setup a CI these days but how do you actually get the code to the server?