Posts

Testing a PyTorch machine learning model with pytest and CircleCI

In this tutorial, you will learn how to use PyTorch’s torchvision library to build an image classification model and expose the functionality as a REST API using Flask.
Testing a PyTorch machine learning model with pytest and CircleCI

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.
Top Six Android Testing Tools and Frameworks

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 to Amazon EKS using CircleCI and Helm

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.
Deploy autoscaling self-hosted runners using AWS CDK

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

In this post, learn how to integrate the AWS Simple Notification Service (SNS) with SendGrid to send emails to users.
How to Use the Twilio Java Helper Library and AWS CDK to Deploy AWS Lambda Functions

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