Building a Creativity Training App Using ChatGPT API
In this article, the author shares his experience of building a creativity training app using the ChatGPT API. The game is designed to train word-finding ability in aphasia patients and creativity in ...
How to build a technical blog with Next.js and Contentlayer
In this tutorial, were going to walk through how to build a technical blog using Next.js and Contentlayer. Well cover setting up a Next.js app, using Contentlayer to transform markdown files into type...
ReSharper IL Viewer and Low-Level C# - Uncovering the Magic of Lowering
Learn how the C# programming language uses lowering to transform high-level language features into simpler techniques within the same language. Discover how ReSharper can help you uncover this magic w...
# Bot Generator Bot
This is a Multi-Purpose Bot Prompt Generator designed to help users create customized prompts for various types of ChatGPT bots. With this tool, users can easily generate prompts for different types o...
19 Sweet Python Syntax Sugar for Improving Your Coding Experience
In this article, Yang Zhou from TechToFreedom discusses 19 sweet syntax sugars in Python that can help you write precise, elegant and beautiful code that will improve your coding experience. Zhou emph...
Auto-GPT: An Autonomous GPT-4 Experiment
Auto-GPT is an experimental open-source application showcasing the capabilities of the GPT-4 language model. This program, driven by GPT-4, autonomously develops and manages businesses to increase net...
GPT magic: A Jupyter/IPython command for generating code with GPT
# GPT magic A Jupyter/IPython magic command for generating code using GPT. Install with pip and provide your own OpenAI API key. Current default is gpt-3-turbo model with options to change to gpt-4. A...
JARVIS Project Overview
JARVIS is a collaborative system that connects AI models for solving complicated AI tasks. The system comprises an LLM as the controller and numerous expert models as collaborative executors. The syst...
Looking at C# 12 Proposals and Beyond
C# has undergone significant changes in the last decade, including open-sourcing, a new cross-platform framework, and yearly releases. However, it has remained popular and relevant in the software ind...
TypeScripts ts-reset makes built-in typings better
The built-in typings in TypeScript arent perfect but ts-reset is here to help. Without ts-reset, .json (in fetch) and JSON.parse both return any, .filter(Boolean) doesnt behave as expected, and array....
What’s new in pandas 2.0.0 (April 3, 2023)
This version of pandas brings several changes and new features. These include improved performance and efficiency, new datatypes, and enhanced APIs. The release also includes numerous bug fixes and co...
Zero - Python framework for building fast and high performance microservices or distributed servers
Zero is a simple Python framework (RPC like) to build fast and high performance microservices or distributed servers. Zero provides faster communication between the microservices using zeromq under th...
T3 Stack Tutorial - FROM 0 TO PROD FOR $0 (Next.js, tRPC, TypeScript, Tailwind, Prisma & More)

The speaker presented their T3 stack, which they coined in a video a year and a half ago. They created an app to vote on the most round Pokémon using various technologies such as next.js, Prisma Plane...
A wrapper of LLMs that biases its behaviour using prompts
# Smarty-GPT ## A wrapper of LLMs (chatgpt, gpt4, etc.) that biases its behaviour using prompts A wrapper of LLMs that biases its behaviour using prompts and contexts in a **transparent** manner to th...
Awesome ChatGPT Prompts
This is a collection of prompt examples to be used with the ChatGPT model, a large language model trained by OpenAI, that is capable of generating human-like text. In this repository, you will find a ...
Awesome GPT-4 - A Curated List of Prompts, Tools, and Resources for the GPT-4 Language Model
This is a curated list of impactful scientific papers, open-source projects, community demos, product integrations, prompts, and tools related to the GPT-4 language model. The papers section includes ...
Chatbox - Desktop App for ChatGPT API and Prompt Debugging
Chatbox is a desktop application for ChatGPT API (OpenAI API), providing prompt debugging and management tools. It offers the same fast speed as ChatGPT Plus, and data is stored locally, reducing the ...
Intro to tRPC: Integrated, full-stack TypeScript
The tRPC project brings together strong typing with server-side JavaScript capabilities in a single client-server interaction protocol. tRPC stands for Typescript Remote Procedure Call which directly ...
Italy’s Privacy Watchdog Bans ChatGPT Over Data Breach Concerns
Italy’s Data Protection Authority has banned ChatGPT due to concerns about a recent data breach and the illegal use of personal data to train the chatbot. The move is a temporary measure “until ChatGP...
Vogen: .NET Source Generator and Analyzer for Value Objects
Vogen is a .NET Source Generator and analyzer that helps turn primitives into Value Objects, such as CustomerId and AccountBalance, which represent domain concepts. It generates strongly-typed domain ...