© 2023 Hashnode
#amplifyhashnode
The history behind this: "Problems are nothing but wake-up calls for creativity" – Gerhard Gschwandtner The above quote is the inspiration behind every solution which exists at this moment in the wh…
Introduction Many years ago, when I first got started in machine learning, I was looking for a project I could work on to help solidify my understanding of the concepts I was learning. Around this sam…
Introduction Hello everyone, I finally finished my mini project and this is also my first post - a fledgling developer from Vietnam. In this article, I would like to share the process of learning and …
What is Bleam❔ It is a tool for building very simple turn-based games by uploading images of the players, their attacks and the background. You can checkout Bleam here and the code. Here's a few demo…
This September, we're launching new AWS Amplify Studio features each week. Today we're launching component slots - these allow you to insert your own JSX components wherever you need to within a Studi…
For bootstrapping a startup, depending on the business requirement, one of the best tech stack can be Amplify + NextJs. Now, when working with Amplify + NextJs MonoRepo, this is how you should push your changes, still there can be instances…
AWS Amplify has accurate custom-built features and tools that allow mobile developers and frontend developers effortlessly create full-stack applications on AWS(Amazon Web Services). Through Amplify, …
AWS AppSync is a managed graphQL service that comes with built-in websockets so applications can subscribe to real-time updates. Oftentimes, this means something like, "When someone adds a todo, let a…
Hello Devs, Recently delivered session at Jaws Pankration 2021, Japan on how to use AWS Amplify for static web hosting and usage of environment variables for React application. Writing this blog on s…
In this article, you'll be able to build a full-stack React SaaS app using a Serverless REST API backend. You'll deploy the frontend and the backend on your AWS account. React Frontend Run the frontend locally First, we'll start to build th…