Blog


How to Setup AWS Amplify Infrastructure with Terraform

A short tutorial on setting up the Terraform infrastructure required for a static web app built with React. The article focuses on the Terraform code and settings needed to set up an AWS Amplify project for continuous deployment. The AWS Amplify project makes use of CodeCommit as a source repository.

AWSSoftware EngineeringWeb Development

Node.js: Create Job Queue Using Bull And Redis

Examples of architectural drawings

NodejsRedisBull

How to Use Callback in the useState() Hook?

Use Callback function in React's useState()

UsecallbackReactJavascript

Learn How to Use the `__gt__()` Method in Python

Exploring the dunder method `__gt__()` in Python.

PythonPython3Programming

AWS Lambda Testing and Debugging using IntelliJ, AWS SAM, and Docker

AWS Lambda is very popular nowadays. It is easy to develop and deploy without any hassle with providing and maintaining infrastructure. But sometimes it is difficult to test and debug your Lambda code locally on a PC. Here I will show you how to configure your PC to be able to test and debug AWS Lambda.

AwsLambdaJava

How to Run a Python Script using Node.js

Full code is provided at the end of the article

PythonNodejsJavascript

How to Work with Input Fields in Cypress

CypressTestingJavascript

How to Safely Concatenate URLs with Node.js

Learn one of the ways to safely concatenate URLs with Node.js.

NodejsJavascriptUrl

How to Match an Exact String with JavaScript

Web developmentJavascriptString

Ridge Plots with Python's Seaborn

A fascinating way of visualizing multiple distributions.

PythonData AnalysisData Visualization