App

Angular – Guestbook

Posted on

Summary Guestbook-angular-app As a developer it is good to know about frontend and backend development. Since I do mainly backend stuff during my day job, I decided to familiarise more with Angular. I took the guestbook (https://nickvanhoof.com/a-lambda-guestbook) and decided to also make it available as an Angular app here. As usual you can find the […]

App

A lambda guestbook – Update

Posted on

Only recent messages are now shown and the most recent messages will be sorted on top! Also, you can leave your pseudonym as author and the posts have a visible timestamp. Check it out here: https://nickvanhoof.com/a-lambda-guestbook A few weeks ago I created a guestbook linked to this website which uses AWS lambda’s and DynamoDB in the […]

App

Lambdas: a guestbook implementation

Posted on

Hi y’all, Wanna go straight to the result, a guestbook using aws Lambda Functions: here. Some more detail: I implemented business logic for lambdas at work before. But when I did the infrastructure to deploy and run the lambda was already in place. So I wanted to start from scratch with a simple example. This […]

App

Quiz app

Posted on

While I was studying for my java SE 8 Programmer II exam, it popped into my mind: “Let me make a small app to practice with some questions” And so I did! If you have idea’s for features to add, throw them in the comments! Check out the app: here   Explain! Randomly you will […]

App

Portainer

Posted on

A friend gave me a great tip to have more overview over the docker containers you need to manage. He pointed me to Portainer. Portainer is a lightweight docker container that will make it easier to manage your docker environment.  

App

Python api

Posted on

Other apps run on this AWS server instance too. Here you find a website which calls a service to populate the list: nickvanhoof.com:8001   Setup: website service & content service Tech: php, python, docker-compose