8 Projects to Enhance Skills and Improve Efficiency

8 Projects to Enhance Skills and Improve Efficiency

This week, we recommend eight GitHub projects: MiniPerplx helps you quickly and accurately search for information; the resume matching tool helps you create an outstanding resume; Vue FormCreate is a low-code form designer that makes it easy to create forms; a list of companies that do not use whiteboard interviews helps you say goodbye to … Read more

Trae: A Powerful AI Programming Tool for Developers

Trae: A Powerful AI Programming Tool for Developers

Trae is a powerful AI integrated development environment (IDE) launched by ByteDance, aimed at Chinese developers. Its advantages are as follows: What is Trae? 1. Product Positioning: Trae aims to provide a more optimized user experience for Chinese developers by competing with internationally renowned tools like Cursor and Windsurf, particularly in programming convenience and efficiency … Read more

Goodbye Baidu! Creating My Own Custom URL Navigation Page with AI

Goodbye Baidu! Creating My Own Custom URL Navigation Page with AI

There’s something a bit hard to say. Actually, I’ve been using Baidu’s homepage navigation feature for over a decade, which is this thing: Image from the internet Because hao123 is too flashy, and as a long-time Tieba user, using Baidu’s navigation is indeed more convenient. After years of using it, I have accumulated over a … Read more

Windsurf Implementation of Jumping Game: A Must-Try

Windsurf Implementation of Jumping Game: A Must-Try

Windsurf version 1.2.1 was released on the 17th, which is quite a significant update. Let’s take a look at the update log: Web and Document Search Cascade can now search the Web! There are several ways to use it: Automatic : Just ask a query that requires a real-time Internet search, and Cascade will automatically … Read more

Beginner’s Guide to Rapidly Developing a Social App with Cursor

Beginner's Guide to Rapidly Developing a Social App with Cursor

Today, I want to share an interesting development experience where, using Cursor, this magical AI coding assistant, we helped a programming novice rapidly develop a simple social application in just three hours. 1. Act One: Getting to Know Cursor “Your Majesty, I want to create a simple social application, but I only know a little … Read more

Foolproof Guide to Image Upload in Two Hours

Foolproof Guide to Image Upload in Two Hours

“Your Majesty, I have recently been developing an image upload feature, but I feel it’s not elegant enough. Could you please give me some guidance?” The concubine hurriedly came to ask. “Oh? Let me see the code you wrote.” function uploadImage() { const input = document.getElementById('fileInput'); const file = input.files[0]; const formData = new FormData(); … Read more

Master User Tracking with Cursor in Just Two Hours

Master User Tracking with Cursor in Just Two Hours

“Your Majesty, I am really confused! This user behavior tracking system has been giving me a headache, and I have been stuck for days without a solution…” “Oh? Is my beloved encountering difficulties? Let me take a look.” “Yes! I need to track user actions such as clicks and scrolls on the page, and also … Read more

Scira: A Minimal AI-Driven Search Engine

Scira: A Minimal AI-Driven Search Engine

Scira (formerly known as MiniPerplx) is a minimal AI-driven search engine that helps you find information on the internet. It is powered by the Vercel AI SDK and can perform searches using models like Grok 2.0. Main Features: •AI-Driven Search: Get answers to questions using Anthropic’s models.•Web Search: Search the web using Tavily’s API.•Specific URL … Read more

MiniPerplx: A Minimalist AI Search Engine

MiniPerplx: A Minimalist AI Search Engine

MiniPerplx is a minimalist AI search engine that helps you find information on the web, powered by the Vercel AI SDK, and capable of searching using models like Grok 2.0. Main Features: •AI-Driven Search: Answer your questions using the Anthropic model.•Web Search: Use the Tavily API to search the web.•Specific URL Search: Retrieve information from … Read more