External

Top Six Android Testing Tools and Frameworks

Android testing tools and frameworks are used to test Android apps' functionality, performance, and usability. Read the blog post to learn the most popular Android testing tools available today.

Deploy to Amazon EKS using CircleCI and Helm

In this tutorial, you will learn how to build and install Helm charts for your application to an AWS EKS cluster.

Deploy autoscaling self-hosted runners using AWS CDK

In this tutorial, you will learn how to set up autoscaling using AWS CDK, an Infrastructure as Code (IaC) tool developed by AWS.

Automatically deploy REST APIs with Lambda authorizers using AWS CDK

In this tutorial, I will guide you through using AWS CDK to deploy REST APIs with AWS Lambda-based authorizers. You will learn how API Gateway constructs can be used to customize the behavior of the API by adding authorizers, usage plans, throttling, rate limiting, and more.

Automate AWS Lambda function deployments to AWS CDK

In this tutorial, I will guide you through using AWS Cloud Development Kit (CDK) to deploy an AWS Lambda function that interacts with AWS S3 and AWS DynamoDB.

Python Script to Configure WiFi On Raspberry Pi Without Reboot

In this short post, I will walk you through the steps of configuring Wifi on a Raspberry Pi device using a Python script.

Creating and Shrinking Rasberry Pi Image using SD Card

Learn how to create a copy of the Rasberry Pi from an SD card and shrink it

How to Record a Phone Call using Twilio Java SDK?

In this tutorial, I will walk you through the process of recording a phone call using Twilio’s voice APIs as part of its Java SDK.

Top Testing Programming Languages for 2022

In this article, I will talk about the top 6 programming languages for testing in 2022.

An Introduction To AWS Cloud Development Kit (CDK)

In this article, I will provide a brief introduction AWS Cloud Development Kit (CDK) which is increasingly becoming a popular tool for managing AWS-based infrastructure. We’ll take a closer look into CDK concepts, and then how to use the AWS CDK toolkit to deploy a sample application to an AWS account.