HNP.DEV

Refactoring to Serverless talk at AWS Community Day Bengaluru

August 1, 2019 • ☕️ 1 min read

Building great serverless apps means so much more than breaking up your application into functions. Building apps that make full use of the potential of serverless on AWS requires re-thinking the way we approach application architecture

Mentoring at AngelHack Hackathon Bengaluru for AWS Amplify

June 10, 2019 • ☕️ 3 min read

It's been a while I had been to Hackathons, the last one being Yahoo hackathon almost a decade ago! When I got a request from AWS to be the mentor for AWS Amplify at AngelHack, I said "sure" with all the excitement!

Beginner Guide - How to add Amplify backend to your React project with ease!

April 27, 2019 • ☕️☕️ 10 min read

Aim of this project is to teach absolute beginners on how to add Amplify backend to their frontend project. This project is built with React and completely relies on local state for data. We convert this app step by step to store data on DynamoDB by calling REST APIs.