How to Upload Files & Images to OneDrive Using Python

Default Featured Image

In this tutorial, you will learn how to upload files and images to Microsoft OneDrive using its file storage API and Python. The complete source code of the Python OneDrive file upload script is given below. Upload File to OneDrive Using Python code.py Important Note: Replace the client_id and client_secret with your real OneDrive API … Read more

Angular 13 Google Maps JavaScript API Example

Angular 13 Google Maps JavaScript API Example

In this tutorial, I will teach you how to embed Google Maps with a marker using Angular 13, TypeScript, and Google Maps JavaScript API. The complete source code of Angular Google Maps integration is given below. Source Code of Angular 13 Google Maps JavaScript API Example app.component.ts Important Note: On line # 18, replace ###your_api_key### … Read more

How to Add an Image From URL to PDF Using jsPDF

Default Featured Image

In this tutorial, you will learn how to add an image from a URL to a PDF document using the jsPDF library. Basically, instead of using jsPDF.js library, we will use the jsPDF.debug.js because it includes all the modules which we need. The complete source code to add images from URL to PDF using JavaScript library jsPDF is given … Read more

How to Collect Stripe Payment in React, Node.js, & Express App

React Stripe Checkout Example

In this tutorial, you will learn how to integrate the Stripe payment gateway with React, Node.js, Express app. We will use the react-stripe-checkout library to collect the payment from our users. Project Screenshots Here are some screenshots of the React Stripe Checkout app that you will be creating today. Create React App for Stripe Integration … Read more