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 […]