Skip to main content

· 6 min read
3Alan

上半年-寻求新机会

今年最大的变化就是离开了待了 3 年多的公司(一家做汽车零件电商的公司),说到为什么跳槽,一是想涨薪,二是公司太过养老,技术没有什么挑战性,日常就是维护一个电商网站

面试是从 23 年年底开始的,年前面过几家公司由于刚开始没什么准备所以基本都挂了。

· 5 min read
3Alan

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?

· 4 min read
3Alan

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.

· 4 min read
3Alan

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.