Blog


Render React Cards and Images Dynamically

Using JavaScript map()

ReactImagesDynamic rendering

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

Choosing between AWS PrivateLink and Transit Gateway

When connecting your AWS environment to a SaaS solution in another AWS account, what do you say if you get asked whether you want to use AWS PrivateLink, Transit Gateway (TGW), or VPC Peering to…

AWSCloud ComputingAmazon Web Services

3 Ways To Store Data in the Browser

Cookies, local storage, and session storage

DataJavascriptBrowser

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

How To Track Phone Number Location With Python

No hacking — in 8 lines of code

PythonTracking

Build a Complete Invoicing Web Application with Django

How to build a complete invoicing web application with Django — Final Tutorial

DjangoPython

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

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

PythonPython3Programming

A Simple Guide to Plotly for Plotting Financial Chart

A tutorial on plotting stock price chart along with volume, MACD & stochastic.

PythonPlotlyStock