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
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
Essential JavaScript Interview Coding Questions
JavascriptInterview questionsCoding questions