Tag: SDK

Expo SDK 49

Today we’re announcing the release of Expo SDK 49. SDK 49 includes React Native 0.72.4. Thank you to everyone who helped with beta testing. Integrated network debugging and React devtools Network debugging is now available in the JS debugger. For several SDK releases, ...

What I’ve Built After 7 Years Coding a Smart Home

I’ve been working on KAREN (a Spongebob Squarepants reference for the uncultured) for a while now, but I’ve never documented what she actually looks like or how I’ve built her. If you are thinking of having a crack at building your own, I hope this series can be of some help. I&...

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...

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...

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 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. ...

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...