Blog
How Did The Retail FX Industry Change Over The Last Decade?
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…
Network Security in the AWS Cloud
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.
How to Find String Index in JavaScript
2023 Svelte vs React: Which Framework is Better to Learn?
Discover the differences between Svelte and React, and learn why one of them may be the better choice for your project.
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…
Building a Python API and Fetching it in React: A Step-by-Step Guide
How to create an API in Python using the Flask library and fetch it from a React application using Axios.
Best Tool for Web Scraping: BeautifulSoup vs. Regex vs. Advanced Web Scrapers
BeautifulSoup, Regular Expressions, or an advanced web scraper - which is the best tool for web scraping? A deep dive into web scraping using each.
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.