Blog


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

How to Convert a Dash app into an Executable GUI

Convert Dash apps into GUIs with Pyinstaller, Selenium and Dash

PythonApp developmentGui

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

Have your Lambda Functions Connect to RDS through RDS Proxy

With sample Terraform code for your AWS serverless project

AwsProgrammingAws lambda

How to Use the _eq_() Method to Compare Objects in Python

Learn how to compare objects in Python

PythonProgrammingPython3

How to Debug Redux in React Native Using Flipper

React nativeReduxFlipper