Blog


LangChain — Routers

Creating Router that has 3 personas

LangchainLangchain routersRouters in langchain

How to Scrape Public Data from LinkedIn

Unlocking Insights: A Comprehensive Guide to Ethical Public Data Scraping from LinkedIn

Web scrapingBright dataWeb proxy

5 Best Tools to Scrape Data from Any Website in 2023

Discover the top 5 data scraping tools for effortless website data extraction in 2023.

Web scrapingBright data

RFM Analysis for Customer Segmentation Using SQL: Elevate Your Marketing Strategies

MarketingMarketing StrategiesData Science

How to Scrape Amazon Product Reviews and Perform Sentiment Analysis

Scraping Amazon product reviews and performing sentiment analysis: a step-by-step guide.

Web scrapingBright dataWeb proxy

Data Transfer Object in Django, DRF

A guide to implementing the Data Transfer Objects (DTO) Pattern in Django

PythonDjangoClean code architecture

Create a Shopping Cart Application with Python, Flask, and React

Understand how to connect a simple Flask backend in Python with a frontend in React.

CodingDesignSoftware development

Create Your Own PDF Question Answering System with OpenAI GPT, LangChain, and Streamlit

How to create a chatbot using OpenAI’s GPT language model and the Streamlit library for Python.

Data scienceGpt3Chatgpt

Building a Modern SaaS Dashboard with Saas UI and Next.js App Router

Dashboards are essential for every SaaS app, and UI libraries do help you build them fast, but Emotion.js-based libraries are problematic in Next.js 13. Let's look at how Saas UI can help.

NextjsReactNext app router

F-Strings: A Powerful and Easy Way to Format Strings in Python

A to Z of F-Strings: Tricks and tips that you can use with f-strings to make your string formatting easier and more powerful

PythonProgrammingSoftware development