Stripe Checkout Integration with React
This post will show you:
How to create a product in your Stripe dashboard.
Integrate that product in our React js checkout component
Successfully communicate with our server and redirect to the Stripe Checkout page.
Angular 12: Features, Deprecations & Migration
In this post, We are going to discuss, the new features in the latest release Angular 12, deprecated APIs and migration form 11 You may also be interested in: “Realtime with serverless using Websocket in AWS” Features: Nullish Coalescing: Nullish Coalescing first was introduced in Typescript & developers were able to write the code with […]
Realtime with serverless using Websocket in AWS
Hello everyone, So today we are going to discuss about implementing websocket with serverless by using Node.js with Typescript for realtime communication. If you try to search it on internet, you will find pieces of implementation details but nothing concrete is available. So, here I am building a full fledged websocket ecosystem with all the […]
Stripe checkout page using Stripe Elements
Stripe checkout using Stripe Elements
Using Redux with Angular
Today we are going to learn how to introduce on using REDUX State management in an Angular Web Application with the NGRX library REDUX equivalent for Angular is NGRX. You may also be interested in: “Unimedia named as Tech Leaders by Clutch” In addition, our team of developers are experts in creating custom software according […]
Implement Authentication in Angular using AWS Amplify
This article is about how to implement Authentication in an Angular using AWS amplify within a very short period of time. As a specialized development company, we offer the services of custom software and dedicated team to help our customers in this kind of implementations. So, as we saw in previous article, AWS Amplify is […]
Build Chat App using AWS Amplify with Angular
This article is to explain how to build a real time application very rapidly using AWS Amplify with Angular.
Angular versus React
This post does a brief comparation between the 2 most popular web development frameworks
Stripe Checkout Integration with Angular
Integrate Checkout with Stripe and Angular