11
profiler-powered-by-scalene

Profiler Powered by Scalene: AI-Powered Python Profiling in Cursor

🚀 Introduction Profiler Powered by Scalene is a VSCode/Cursor extension that brings the power of Scalene - an AI-powered CPU, GPU, and memory profiler for Python - directly into your editor. If you’ve been looking for a professional-grade Python profiling solution that works seamlessly in Cursor, VSCodium, or other VS Code alternatives, this extension is for you. 🤔 Why I Built This Extension As a Python developer using Cursor for my daily work, I encountered a frustrating limitation: the original Scalene VS Code Extension by Emery Berger is excellent, but it’s not available on Open VSX, which is the extension marketplace used by Cursor, VSCodium, and other open-source VS Code alternatives. ...

December 30, 2025 · 7 min · Carlo Bertini [WaYdotNET]
#automation #code analysis #debugging #performance #programming tools. #Python #software development #static analysis
11
minimal-git-file-history

Minimal Git file history: Navigate Git History Like a Pro

🚀 Introduction Minimal Git file history is a VSCode/Cursor extension that brings the powerful Git history navigation experience from JetBrains IDEs to Visual Studio Code and Cursor. If you’ve ever missed the seamless way IntelliJ IDEA or PyCharm handle file history, diffs, and blame annotations, this extension is for you. 🤔 Why I Built This Extension As someone who has worked extensively with both JetBrains IDEs and VSCode, I noticed a significant gap in the Git history navigation experience. While VSCode has several Git extensions available, none of them quite captured the intuitive and comprehensive approach that JetBrains IDEs offer. ...

November 4, 2025 · 5 min · Carlo Bertini [WaYdotNET]
#automation #code analysis #debugging #GitHub #git #programming tools. #software development #static analysis #tips
11
zen-generator

Zen Generator: A bidirectional Python code generator

🚀 Introduzione Zen Generator è un tool open-source progettato per semplificare la generazione di codice Python a partire da specifiche AsyncAPI e per ottenere specifiche AsyncAPI da codice Python esistente. Il suo obiettivo è automatizzare la creazione di componenti per architetture a microservizi basate su messaggistica, riducendo il lavoro manuale e garantendo coerenza tra implementazione e documentazione. 📌 Cos’è AsyncAPI? AsyncAPI è una specifica open-source pensata per definire e documentare API asincrone, analogamente a quanto fa OpenAPI per le API REST. ...

March 13, 2025 · 4 min · Carlo Bertini [WaYdotNET]
#automation #bidirectional programming #code generation #programming tools. #Python #software development #Zen Generator