-
MCP Tool vs Swagger–part 2–analysis
Being a programmer, Swagger/OpenAPI is the first choice in order to have system functionality accessible by something else than (web) UI . So the first thinking was –let’s automatically generate MCP tools from Swagger / OpenAPI definition. However, I realized that the OpenAPI is way too fine grained – and MCP is more directed towards…
-
[ADCES]AI for Social Media & What’s new in SqlServer
Presentation 1: Claude Code AI for Social MediaPrezentator : Alex Bordei, https://www.linkedin.com/in/alexbordei/Description: “AI is not here to replace your voice. It’s here to amplify it.” 1. I give it an idea, a link, or a transcript2. It generates versions for LinkedIn, Facebook, X, and WhatsApp3. It adapts the tone and language for each platform4. It…
-
MCP Tool vs Swagger–part 1
MCP Tools and Swagger seems very …. well , very similar Topic MCP Tool Swagger (OpenAPI) Purpose Let LLMs safely call backend functions. Document and test REST APIs. Audience AI models + AI app developers. Human developers. Describes Tools (actions), not endpoints. HTTP endpoints, request/response formats. Used by ChatGPT, LLM apps, agents. FrontEnd + BackEnd…
-
Friday Links 551
awesome-selfhosted/awesome-selfhosted: A list of Free Software network services and web applications which can be hosted on your own servers Chris’s Wiki :: blog/tech/OpenSourceTwoWorlds I am not a supplier | Musings about software Tee-Object (Microsoft.PowerShell.Utility) – PowerShell | Microsoft Learn How to Deal With a Toxic Top-Performer | by Dave Bailey | Jun, 2025 | Medium…
-
RSCG – XmlCommentGenerator
RSCG – XmlCommentGenerator name XmlCommentGenerator nuget https://www.nuget.org/packages/Microsoft.AspNetCore.OpenApi/ link https://dotnet.microsoft.com/en-us/apps/aspnet author Microsoft Adding Xml comments to generated OpenAPI documentation This is how you can use XmlCommentGenerator . The code that you start with is The code that you will use is The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/XmlCommentGenerator
-
RSCG – TUnit
RSCG – TUnit name TUnit nuget https://www.nuget.org/packages/TUnit/ link https://github.com/thomhurst/TUnit author Tom Longhurst Writing unit tests This is how you can use TUnit . The code that you start with is The code that you will use is The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/TUnit
-
RSCG – TeCLI
RSCG – TeCLI name TeCLI nuget https://www.nuget.org/packages/TeCLI/ link https://github.com/tyevco/TeCLI author Tyler Coles Parse Command line arguments This is how you can use TeCLI . The code that you start with is The code that you will use is The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/TeCLI
-
Friday Links 550
Managing Up: Debugging the most critical relationship in your work life & Working Better with an imperfect boss — Lena Reinhard 7 Open Source Diagram-as-Code Tools You Should Try | by Prateek Jain | Jun, 2025 | Medium Convert Text to SVG Path | Text-To-SVG.com LLM prompts and AI IDE setup • Angular How to…
-
JavaScriptExtensionsAspire–part 2–execution
Now about the execution of https://www.nuget.org/packages/JavaScriptExtensionsAspire Finding and parsing the package json is pretty easy – this is the code More interessant is to find the name of npm executable Also I want to add the environment variables from the original javascript app Otherwise, pretty obvious stuff of starting the npm process info . NuGet…
-
JavaScriptExtensionsAspire–part 1
TL;DR: Add package.json commands to ASPIRE Simplifying JavaScript Workflows in .NET with JavaScriptExtensionsAspire As a developer working with .NET and JavaScript, I often find myself juggling between managing JavaScript resources and integrating package.json commands into my applications. It can be tedious and time-consuming. That’s why I’m excited to share my experience with JavaScriptExtensionsAspire, a .NET…
I am ok , you are ok