Welcome!
Efficiently Reverting a Single File to a Specific Commit in Git and GitHub Efficiently Reverting a Single File to a Specific Commit in Git and GitHub
Git and GitHub serve the purpose of storing your old code, allowing you to roll back in case of issues and safely restor
How to Upload an Existing Folder to GitHub How to Upload an Existing Folder to GitHub
We may already have an existing directory where we were devloping code, then we want to upload it to Github. In this tut
How to Efficiently Chunk Text for OpenAI API Calls How to Efficiently Chunk Text for OpenAI API Calls
When working with the OpenAI API, it’s essential to manage the text input efficiently, especially when dealing with larg
How to count tokens precisely when using openAI GPT models How to count tokens precisely when using openAI GPT models
If you are working with GPT models, it is essential to keep track of the number of tokens in your input text. OpenAI’s G
Understanding Server-side and Client-side Timeouts and How to Set Them Up Understanding Server-side and Client-side Timeouts and How to Set Them Up
When working with web applications, it’s essential to understand the concept of timeouts and how they can impact the per
Comparing Python's HTTP Libraries HTTPX vs Requests Comparing Python's HTTP Libraries HTTPX vs Requests
When working with Python, you’ll often need to make HTTP requests to interact with APIs, download files, or scrape web c
pip list vs pip freeze, and other ways to check installed packages in Python environment pip list vs pip freeze, and other ways to check installed packages in Python environment
n this blog post, we’ll explore different ways to check the installed packages in a Python environment using various com
The victory of ChatGPT is the victory of probability theory and the victory of Bayes Theorem The victory of ChatGPT is the victory of probability theory and the victory of Bayes Theorem
ChatGPT, which came out at the end of 2022, shocked the Internet. It can’t help but remind people of AlphaGo in early 20
2023-04-06
Running a Python File in the Background with nohup and how to kill it Running a Python File in the Background with nohup and how to kill it
Running a Python File in the Background with nohupWhen running a Python file on the backend, such as a Flask or FastAPI
AI written book “Echoes of Atlantis" AI written book “Echoes of Atlantis"
Embark on an unforgettable adventure into the unknown depths of the ocean in “Echoes of Atlantis.” Resourceful archaeolo
2023-04-03
Make chatGPT API response faster, user more happy, by using streaming mode Make chatGPT API response faster, user more happy, by using streaming mode
It’s actually not really making results coming from chatGPT API much faster, but making users feel things are moving muc
Difference between git rebase and git merge clearly explained finally Difference between git rebase and git merge clearly explained finally
Git rebase and git merge are both used to integrate changes from one branch into another, but they do so in different wa
18 / 28