An investment in knowledge always pays the best interest
Benjamin franklin
- Technical Blogs (15)
- Thoughts (2)
-
Supersonic Java Lambdas using Quarkus
For people not interested in reading the prose, here is the complete source code. The source code contains an AWS lambda function to generate a PDF out of a HTML template. Introduction Traditional Java stacks were engineered for applications with long startup times and large memory requirements in a world where the cloud, containers, andMore
-
Say “Hello” to AWS Serverless Application Model
What is Serverless? The term “serverless” means that your code runs on servers, but you do not need to provision or manage these servers. It is a cloud-native development model that allows developers to build and run applications without having to manage servers. With normal cloud computing using VMs or containers, you have to doMore