Serverless functions

Oh boy, serverless functions … it sounds like a technical challenge. But is it? No, not really. I always thought it would be hard, create some code not hosted anywhere, because it’s serverless. How would that work? After some digging and asking around the concept is rather simple, only the naming “serverless function” is a… Continue reading Serverless functions

Going headless with NextJS

A major shift in building web applications is stepping away from monolithic applications, like, for example, WordPress or Magento. Instead of having data storage, business logic and presentation in one huge monolithic application the shift in internet applications moves to separation of parts. Headless is a way of doing this for the presentation layer. We… Continue reading Going headless with NextJS