Blog


How to Disable Dragging an Image from an HTML Page

Web developmentJavascriptHtml

You can download the “Download Restricted” files as PDF (Google Drive)

How to download “restricted” files as PDF from Google Drive using jspdf.

JavascriptGoogle-drivePdf

12 Python Programming Jokes That All Devs Can Relate To

Best Python Memes Compilations

PythonJokesHumour

AWS ECS Cluster using the EC2 Launch Type

The diagram below shows you what exactly I will create in this tutorial. I will create a cluster in one region spreading instances across three availability zones. All instances will be isolated…

AWSProgrammingCloud Computing

How to Push a Docker Image to the AWS ECR

In this tutorial, I will show how to push an image to AWS. All the steps shown below were performed on Ubuntu 18 with Docker version 19.03.6 and AWS CLI version 2 installed.

DockerAwsEcr

How Many Requests Can a Real-World Node.js Server-Side App Handle?

NodejsJavascriptPerformance

Find Out Who Doesn’t Follow You on Instagram

PythonSeleniumInstapy

AWS TypeScript CDK and Step Functions

How to deploy a TypeScript step function composed of 3 lambdas.

AwsTypescriptCdk

5 useEffect Infinite Loop Patterns

ReactJavascriptWeb development

AWS TypeScript CDK and Lambda

This quick tutorial will show the steps for deploying a TypeScript lambda that is deployed behind API Gateway and can be used to calculate the sum of 2 numbers. This is an introductory tutorial and…

AWSProgrammingAWS Lambda