Blog


Be Careful of Passing an Async Function as a Parameter in JavaScript

JavascriptAsync await

Convert Nested Dictionary to pandas Dataframe

we have created 3 dictionaries inside a dictionary “countries”. We then assigned these dictionaries to the values of the respective keys, 1 and 2, and 3. In the pandas’ document, The “orientation” of…

PythonData ScienceTechnology

ChatGPT Prompt Engineering, “Let’s Think Step by Step”, and other Magic Phrases

OpenaiChatgptAi

Beating the Competition in eCommerce with Web Scraping: Why Choosing the Right Tool Matters

How to actually leverage the strengths of web scraping for your eCommerce business by using Bright Data's enterprise-scale Web Scraper IDE

Web scrapingBright dataBusiness

Cross Account Amazon S3 Bucket Access Setup Using Terraform

How to set up cross account Amazon S3 bucket access using Terraform.

AwsS3Terraform

7 Best Python Libraries to Make Optimization Easier

There is a proverb “You don’t have to reinvent the wheel”. Libraries are the best example of that. It helps you to write complex and time-consuming functionality in an easy way. According to me, a…

PythonMachine LearningAI

chatGPT Jailbreak - Try Before It Gets Patched

I know some of you would be thinking ‘Is it even possible?’. Trust me, I didn’t believe it, until I tested it out myself and you’re more than welcome to do the same. So, I found this insane post…

AIOpenAIGpt 3

Creating Your Own ChatGPT: A Guide to Fine-Tuning LLMs with LoRA

As AI continues to evolve, chatbots are becoming increasingly sophisticated and human-like in their ability to respond to natural language inputs. One of the most impressive models in this space is…

ChatGPTChatbotsPytorch

How to Create a CSV File on an Amazon S3 bucket without storing it on a local machine?

A guide to creating a CSV file on an Amazon S3 bucket without storing it on a local machine.

AwsS3 bucketCsv

Guide to Python Project Structure and Packaging

Python ProgrammingPython PackagesMl So Good