How to Improve Your Code Quality with Cursor

How to Improve Your Code Quality with Cursor

Cursor – How to Improve Your Code from ‘Just Write’ to ‘Write Well’ Hello everyone! Today we will talk about a topic that many developers care about: how to write better code. Recently, while using Cursor, I found that it not only helps us write code quickly but more importantly, it helps us improve code … 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

Optimize Data Structures for Performance Improvement

Optimize Data Structures for Performance Improvement

Slow code execution is often due to poor data structure choices. A few days ago, I wrote a feature to handle user relationships, and it became painfully slow with large data volumes. While I was struggling with it, I tried the Cursor code analysis feature, and unexpectedly, it quickly identified the problem and taught me … Read more

How to Develop a Custom Cursor Plugin for Your Team

How to Develop a Custom Cursor Plugin for Your Team

Click the blue text above to follow us As the technical backbone of a small development team, I’ve been thinking about creating a Cursor plugin for our team. This thing not only improves efficiency but also makes coding more interesting. Today, let’s discuss how to do this. 1. What Is a Plugin? A Cursor plugin … Read more

Combine Cursor and VSCode to Boost Coding Efficiency by 10x

Combine Cursor and VSCode to Boost Coding Efficiency by 10x

Combine Cursor and VSCode to Boost Coding Efficiency by 10x Hello everyone! Today, let’s talk about a topic that can significantly increase your coding efficiency: how to perfectly combine Cursor and VSCode. To be honest, coding with VSCode alone is already great, but with Cursor, it’s like adding wings to a tiger. Below, I’ll share … Read more

LangChain: The Trendiest Web Framework of 2023

LangChain: The Trendiest Web Framework of 2023

Author: Richard MacManus Translator: Ming Zhi Shan Editor: Tina LangChain is a programming framework that helps use large language models (LLMs) in applications. Like everything in generative AI, this project’s development is very rapid. In October 2022, it started as a Python tool, and then in February this year, support for TypeScript was added. By … Read more

Ollama: Deploying Open Source Large Models Locally

Ollama: Deploying Open Source Large Models Locally

Click 01 Muggle Society Follow our public account, never get lost in AI learning Have you ever considered running open-source LLM locally? Do you have to manually download large model files? Are you struggling to build an API for your local model? Have you tried managing multiple models locally? I guess you have thought about … Read more

Leveraging TensorFlow.js in Medical Imaging

Leveraging TensorFlow.js in Medical Imaging

Guest Blog Author: Dr. Erwin John T. Carpio As a physician and radiologist, I have always wanted to learn and develop machine learning models and apply them to my field. However, machine learning felt like a foreign language to me, and with my limited programming experience and non-computer science background, I thought it was challenging … Read more