一些好用的软件、效率工具、浏览器插件
Implementing a PDF Reader Demo with ChatGPT
Recently, with the release of relevant APIs by OpenAI, more and more AI applications have emerged on the market. The chatpdf project caught my attention. How does it overcome the limitation of the maximum token of the API to read such long texts?
Expo Development Airbnb Clone Full Stack Application
I have recently become interested in mobile application development. I have been working in the web development field for 3 and a half years, and my skills have been limited to the web. Due to the lack of demand from my company, I have not had the opportunity to develop for mobile. I remember spending a lot of time setting up the environment for a React Native project at my previous job. Before starting this Airbnb project, I researched some technologies and found Expo to be a really great framework. It allows web developers to easily develop a mobile application with low learning costs.
You can consider Expo as the Next.js of React Native.
Building your own ChatGPT using Vercel
I have compiled some popular and well-designed open-source ChatGPT projects that can be deployed on Vercel, making it convenient for everyone to quickly build their own ChatGPT. Most of these projects support Vercel deployment and can be used with Vercel's free service. However, some projects include backend code and cannot be deployed on Vercel directly. For those, you will need to deploy them on your own server.
Simple Implementation of React Server-side Rendering
Regarding the concept, I think this article explains it well.
Hackintosh B460M-MORTAR WIFI Installation Guide
Problems encountered at work
This document mainly records some difficulties I have encountered at work in the past year and their solutions.
A Journey of Building with Next.js
Recently, I was required to migrate a Vue H5 activity page to Next.js. After some research and experimentation, I have summarized the following content.
Summary of React Tutorial
Summary of learning React and its related ecosystem
Summary of TypeScript Beginner's Tutorial
Summary of TypeScript Knowledge Points