by Unimedia Tech | Feb 1, 2022 | Unimedia
Since 2017, we’ve been delivering fast-paced but high-quality and escalable software to our partners. We aim to equip all of our clients with the skills and resources they need to build their desired software project. Today, we’re thrilled to announce that we’ve been...
by Unimedia Tech | Apr 1, 2022 | AWS
In this blog, you will learn about AWS Cloud Development Kit using Java. Without further ado let’s get started! You may also be interested in: “React 18 Features – What’s new in the box?” Introduction to AWS Cloud Development Kit The AWS CDK lets you build...
by Unimedia Tech | Mar 6, 2022 | Technical Guides
What is ReactJs? ReactJS is a free and open-source, component-based front-end library liable only for the application’s view layer. This JavaScript library is for building user interfaces based on UI components. Facebook maintains it. React has provided ease since its...
by Unimedia | Nov 30, 2021 | React
In this article, we will learn how to build a simple CRUD app with React.js, Node.js, and TailwindCSS. What Is a CRUD App? A CRUD App performs four basic app operations, namely Create, Read, Update and Delete. Many apps you interact with daily at the core perform...
by Unimedia | Oct 9, 2021 | React
In this article, we will learn how to integrate PayPal Checkout with React Hooks. However, if you prefer Stripe, here’s Stripe integration with React article we wrote. You may also be interested in: “Unimedia’s latest project, Zellar, goes live!” What is PayPal...
by Unimedia Tech | Sep 22, 2021 | App development, Unimedia
Unimedia is extremely excited about the latest project we’ve delivered – Zellar, the world’s first sustainability platform! Zellar is a state-of-the-art platform designed to overcome the challenges of eco-accountability. The platform aims to make...
by Unimedia | Sep 12, 2021 | React
In this article, we will briefly learn what React Hooks are, the types of hooks, and also basic examples of using some of these hooks in your React app. You may also be interested in: “Stripe Checkout Integration with React” What Are React Hooks? React Hooks are...
by Unimedia | Aug 17, 2021 | React, Stripe
In this article, we will learn how to integrate “Stripe Checkout” with React with Hooks and Node js. However, if you would rather prefer to use Angular, here’s a guide we created for that. You may also be interested in: “Angular 12: Features, Deprecations & Migration”...
by Unimedia | Jun 2, 2021 | Angular, Technical Guides
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...
by Unimedia | Apr 28, 2021 | Serverless
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...