Posts

Building an automated unit testing pipeline for serverless applications

In this tutorial, you will learn how to build an automated unit testing pipeline using Jest testing framework for serverless applications.
Building an automated unit testing pipeline for serverless applications

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.
Automatically deploy REST APIs with Lambda authorizers using AWS CDK

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.
Automate AWS Lambda function deployments to AWS CDK

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.
Python Script to Configure WiFi On Raspberry Pi Without Reboot

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
Creating and Shrinking Rasberry Pi Image using SD Card

How to Use the Twilio Java Helper Library and AWS CDK to Deploy AWS Lambda Functions

In this post, learn how to leverage the AWS Cloud Development Kit (CDK) to build and deploy a serverless AWS Lambda function that uses Twilio’s Programmable SMS API to send SMS to users.
How to Use the Twilio Java Helper Library and AWS CDK to Deploy AWS Lambda Functions

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.
How to Record a Phone Call using Twilio Java SDK?

Top Testing Programming Languages for 2022

In this article, I will talk about the top 6 programming languages for testing in 2022.
Top Testing Programming Languages for 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.
An Introduction To AWS Cloud Development Kit (CDK)

Functional Testing Strategy in Agile Environments

In this article, I will discuss the significance and strategy of functional testing in an agile environment, along with some key points to consider while planning testing scopes
Functional Testing Strategy in Agile Environments