Welcome!
Protecting Your API Endpoint in Frontend Applications Protecting Your API Endpoint in Frontend Applications
Introduction:When developing frontend applications, it is common to interact with API endpoints to retrieve or send data
use chatgpt with pandas in python use chatgpt with pandas in python
Pandas AI is a Python library that enhances Pandas, a widely used tool for data analysis and manipulation, by incorporat
How to Handle Long Running Tasks in FastAPI with Callbacks How to Handle Long Running Tasks in FastAPI with Callbacks
In this blog, we will explore handling long-running tasks in FastAPI while allowing users to receive notifications once
Getting Started with Docker and Docker Compose on Ubuntu Getting Started with Docker and Docker Compose on Ubuntu
Docker and Docker Compose are powerful tools that facilitate containerization and the management of multi-container appl
How to setup a simple proxy server using fastapi How to setup a simple proxy server using fastapi
Following code shows how to set up a simple proxy server using fastapi. from fastapi import FastAPI, Requestfrom fastapi
How to generate authentication secrets using python How to generate authentication secrets using python
One can generate authentication secrets using Python by leveraging the secrets module, which is available in Python 3.6
Securing API Calls in Public-Facing Websites, Best Practices for JavaScript and Authentication Securing API Calls in Public-Facing Websites, Best Practices for JavaScript and Authentication
As more and more websites incorporate APIs to provide dynamic and interactive experiences to their users, security becom
Difference between import file and from file import * in Python Difference between import file and from file import * in Python
In python, it’s common to import functions from another file.So what’s the difference of the these two cases. The import
How to delete file and folder from git repo How to delete file and folder from git repo
To delete files and folders from a Git repository, follow these steps: Open a terminal or command prompt. Navigate to
How to not indexing fields in elasticsearch How to not indexing fields in elasticsearch
To specify that a field should not be indexed in an Elasticsearch index mapping, you can use the index property with a v
Understanding the CORS Error and How to Fix It Understanding the CORS Error and How to Fix It
If you’ve ever tried to make an AJAX request from a web page to a server hosted on a different domain, you may have enco
Accessing and Searching CloudWatch Logs Insights from AWS Lambda using Python Accessing and Searching CloudWatch Logs Insights from AWS Lambda using Python
AWS Lambda is a serverless compute service that allows you to run your code without provisioning or managing servers. AW
11 / 15