Creating Tetris Game with Windsurf

Creating Tetris Game with Windsurf

Previously, I wrote an article about generating code using Deepseek, which was quite popular. Some people suggested using Windsurf instead, claiming it’s even more powerful than cursor. Others mentioned generating more complex code—like Tetris—to showcase the AI’s capabilities. So, let’s give Windsurf a try. This is an IDE released by Codeium last month, and you … Read more

Windsurf: The Enterprise AI IDE

Windsurf: The Enterprise AI IDE

Full Summary This issue features an interview with the founders at Codeium in their new office on December 14, conducted by Latent Space. The discussion covers the development history of Codeium AI, the background of the product Windsurf, the features and evaluation of Cascade, as well as their approaches to enterprise strategy and technology assessment. … Read more

Developing a Flomo Plugin in 1 Hour with Windsurf

Developing a Flomo Plugin in 1 Hour with Windsurf

It was amazing! I submitted my flomo synchronization browser plugin to the Chrome Web Store in just 1 hour! During this process, I also did a live text broadcast: I started at 9:55 and completed the development by 11:08. A product was born just like that, with zero coding experience! I also used Windsurf to … Read more

Windsurf Global and Project Rules for Coding Efficiency

Windsurf Global and Project Rules for Coding Efficiency

I wonder if anyone has encountered situations where Windsurf does not behave as expected or generates incorrect outputs while programming. Sometimes the framework is used incorrectly, and sometimes punctuation is output incorrectly. At this point, we need to set rules before it starts coding, allowing it to code according to the rules, thus enhancing our … Read more

WindSurf Update Testing & Open Source Multimodal AI Creation App

WindSurf Update Testing & Open Source Multimodal AI Creation App

Hello everyone, I’m Kate. Do you remember the English version of the AI creation app I shared yesterday? A user left a message asking if there is a Chinese voice version. Now, it’s finally here! And this time, it’s still open source! In this video, I will take you on a deep dive into the … Read more

The Most Comprehensive Practical Tutorial for Windsurf

The Most Comprehensive Practical Tutorial for Windsurf

This is the system developed by Windsurf under my direction! This is just the login interface; there are many more interfaces to come. This is a complete system providing AI services for lawyers, including front-end, back-end, database, calling third-party AI APIs, caching, authentication… everything. I developed this system with the full assistance of Windsurf. In … Read more

Creating AI Flashcards with WindSurf and DeepSeek: A Complete Guide

Creating AI Flashcards with WindSurf and DeepSeek: A Complete Guide

Today, I will reveal how to leverage cutting-edge AI technology to build a powerful AI flashcard application from scratch, boosting your learning efficiency. In this article, I will share my practical experiences without reservation, showcasing the charm of tools like WindSurf, DeepSeek API, and Tldraw, and guide you to create your own personalized smart flashcards! … Read more

Windsurf’s Ability to Identify Complex Code Defects

Windsurf's Ability to Identify Complex Code Defects

In a previous article, I mentioned that Windsurf and Cursor have certain code review capabilities, which can not only detect code style issues but also identify logical errors in the code. This is extremely valuable in practice, as it can fully utilize the Copilot capabilities of large models while avoiding trust issues with tool-generated code. … Read more

Creating a Personalized Student Knowledge Statistics Table with Windsurf

Creating a Personalized Student Knowledge Statistics Table with Windsurf

Requirement: Teachers often need to keep track of students’ homework completion status or assess their mastery of certain knowledge points. The best design is a table that can quickly summarize students’ completion status, allowing for checking/unchecking by clicking the corresponding cell, and be easily printable. Existing Products and Their Limitations: 1. In Excel, you can … Read more