Tag: SDK

Creating a SDK from scratch

Our Javascript SDK is one of the latest projects to be released and open sourced by Bynder. The acronym SDK stands for Software Development Kit, which is a quite vague description, so this project in concrete resulted in a Javascript library, obtainable through NPM, that provides a simple and e...

How to install gcloud SDK on the macOS and start managing GCP through CLI?

Before Starting: Create one google cloud Platform Project. Cloud SDK requires Python. Supported versions are 3.5 to 3.7, and 2.7.9 or higher. To check the Python version installed on your system: python -V 3. Download the archive file for your macOS 64-bit (x86_64) form here. ...

Fluttering into Action: A Step-By-Step Guide to Installing and Configuring Flutter SDK on macOS

System requirements To install and run Flutter, your development environment must meet these minimum requirements: Operating Systems: macOS, version 10.14 (Mojave) or later. Disk Space: 2.8 GB (does not include disk space for IDE/tools). Tools: Flutter is used git for installa...

How to Generate a Presigned URL for AWS S3 using Node.js and AWS SDK v3

Accessing private objects in AWS S3 sometimes requires providing temporary access without altering object visibility. Presigned URLs are a means to this end, granting short-lived access for tasks such as sharing or one-time access. Prerequisites: AWS Account: You need to have an AWS account...

Setting up Toll SDK Dashboard Metrics

Use this guide to set up dashboards to monitor the performance and overall health of the TollGuru SDK and its associated endpoints TollGuru SDK stores logs in AWS CloudWatch. To create dashboards, we parse the logs from CloudWatch log Insights and extract data to display on the dashboar...