Blog
S3 cross-region replication with AWS CDK
PritunlAws VpnVPN
RapidFuzz versus FuzzyWuzzy
String matching with Python
TechnologyPythonProgramming
How To Integrate ChatGPT into Obsidian
ChatgptObsidianGpt3
How To Manage Multiple GitHub Accounts In VSCode Using SSH Keys. | One-Time Process
At present VSCode supports only one account logged in at a time. When you have multiple GitHub accounts, you have to log out of one account to work with another. However, it is a tedious process. It…
GitSshVscode
Network Security in the AWS Cloud
AwsCloudNetwork security
How to Use ChatGPT as an Educational Chatbot in a Next.js Frontend
Can you use OpenAI's GPT-3.5 on your website as a chat assistant? You bet. Here's how to get it done with an Express server, WunderGraph as a BFF, and GraphQL.
ChatgptNextjsReact
How to Find String Index in JavaScript
JavascriptStringIndexof
How to Mock FastAPI Dependencies in pytest
This post explains how to mock your API dependencies while testing. While creating routes in fastapi, we usually add dependencies for various reasons. To name a few, decoding a jwt token or parsing a…
MockPytestPython
Perform Sentiment Analysis on Tweets Using Python
How to perform sentiment analysis on tweets using pandas, NumPy and seaborn — and how to best obtain tweet data.
Bright dataPythonSentiment-analysis
How to Serve a React App with NGINX in a Non-Root Docker Container
ReactNginxDocker