Disclaimer: This blog post is my notes and interpretation on concepts and ideas presented in the book together with some reflections from my own experience working with various organizations.
Continue ReadingDisclaimer: This blog post is my notes and interpretation on concepts and ideas presented in the book together with some reflections from my own experience working with various organizations.
Continue ReadingMy post “Develop Lambda with Node.js” presents my first attempt to learn and use Node.js and subsequently Javascript. Coming to Javascript with a Java background had to spend some time to familiarize my self with the asynchronous concepts.
Continue ReadingThis article is a small introduction in Node.js from a Java developer’s perspective, The purpose is to create an AWS Lambda Function to solve the problem described here: How I started with Serverless.
Continue ReadingThe Serverless approach is gaining a lot of traction lately in the software industry. To explain it in simple terms, the reasoning is that you do not have to manage servers anymore, but you still need to develop the source code and deploy it in the cloud.
Continue Reading