VPVishnu Pinblog.delighteck.com·Jun 26, 2024 · 1 min readReasons do adopt AWS AmplifyAre you aware of AWS Amplify? If not that’s ok. Well, if you are into software product development you know how painful is it to hire people and keep them happy and the amount of programming you need to do. If you want to avoid the programming part t...00
VPVishnu Pinblog.delighteck.com·Feb 20, 2023 · 1 min readHosting : Deploy Bakery ApplicationBuild locally first npm run build Fix errors if any, Once we're able to build locally, we can connect our github repo branch to amplify, so that it'll automatically build. Goto project in Amplify on AWS Console, Give github permissions to your repo...00
VPVishnu Pinblog.delighteck.com·Feb 20, 2023 · 4 min readAdd Analytics to our Bakery Web App.Remember, our aim is not to have yet another web app, but to track user activity and demographics, convince them to buy and capture their details so that we can send them promotions. We want to Send discount codes to subscribers. Track page views o...00
VPVishnu Pinblog.delighteck.com·Feb 20, 2023 · 6 min readAdd AWS Amplify, auth, api, analytics and more.Amplify is a tool to easily build, ship, and host full-stack applications on AWS. here are some of the useful commands amplify configure Only one time on a new computeramplify init Only one time in the project life cycle amplify add <SERVICE>To add ...00
VPVishnu Pinblog.delighteck.com·Feb 20, 2023 · 2 min readCreate a NextJS project for our BakeryWe aim to convert a subscriber to a Customer, see each product view count and track the sales as well. npx create-next-app favourite-bakery Need to install the following packages: create-next-app@13.1.6 Ok to proceed? (y) y √ Would you like to use...00