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.
Node.js: Create Job Queue Using Bull And Redis
Examples of architectural drawings
How to Use Callback in the useState() Hook?
Use Callback function in React's useState()
Learn How to Use the `__gt__()` Method in Python
Exploring the dunder method `__gt__()` in Python.
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.
How to Run a Python Script using Node.js
Full code is provided at the end of the article
How to Work with Input Fields in Cypress
How to Safely Concatenate URLs with Node.js
Learn one of the ways to safely concatenate URLs with Node.js.
How to Match an Exact String with JavaScript
Ridge Plots with Python's Seaborn
A fascinating way of visualizing multiple distributions.