React web applications run code at two places. Server side Client side As we can see, our application runs at two separate locations, so we need to debug them, at those places too. Debugging the server side code To debug the server side code, we can start the application in the Visual Studio Code Debugger …
Category Archives: Not for home page
Running MSSQL Server in a local Docker container
If the MSSQL Server is not needed all the time on the workstation, we can run it in a Docker container. It allows us to easily upgrade the server version and shut it down when it is not used. To set up MSSQL Server in a Docker container we will follow the steps in Nawaz …
Continue reading “Running MSSQL Server in a local Docker container”
Using Kiro Sandbox to run AI Agents and MCP servers in a secure environment
MCP servers provide standardized tools for AI agents to access providers and services, like GitHub, AWS, Azure. If MCP servers run unchecked on the workstation, those have full access to the filesystem. MCP Servers can cause catastrophic disasters, like deleting all files form the hard drive. Kiro provides a sandbox to securely run MCP Servers …
Continue reading “Using Kiro Sandbox to run AI Agents and MCP servers in a secure environment”
Using AgentCraft
Log into Claude CLI As AgentCraft uses your Claude Pro or Max subscription, first, you need to log into Claude CLI. Follow the instructions to authorize Claude CLI to use your Anthropic subscription and paste the token from the browser window into the CLI. Run AgentCraft The AgentCraft UI opens in your default web browser …
Installing Claude AI
Install the Claude CLI In a terminal execute The Claude Code installation will check your system path environment variable, and if missing it will ask you to add the following to it: C:\Users\YOUR_USER_NAME.local\bin Start Claude CLI Configure Claude AI
Installing AgentCraft
AgentCraft is an AI Orchestrator with Real Time Strategy Game user interface. It uses Claude Code CLI to access your Pro or Max Claude agent subscription. It does not need to know any tokens or credentials. To use AgentCraft, first, you need start Claude CLI and uses its infrastructure to connect to Claude Code. Install …
Cannot connect to local MSSQL Server from Node.js
The default MSSQL server installation only enables the Shared Memory network protocol for connection. Node.js can only connect using TCP/IP protocol. The error message is Failed to connect to localhost/…. Error: Failed to connect to localhost:1433 – Could not connect (sequence) Failed to connect to localhost:1433 – Could not connect (sequence) ConnectionError: Failed to connect …
Continue reading “Cannot connect to local MSSQL Server from Node.js”
GitHub Copilot Configuration settings
You may apply these configuration settings to enable useful features. Always read the documentation to see if these are safe and beneficial to you. Copilot Memory You can use Copilot Memory to remember repository context across Copilot agent interactions. To store a memory start the prompt with “Remember: …” More information on GitHub Copilot memories are at …
Kerbal Space Program 1 vs. 2
The development of Kerbal Space Program 2 was terminated prematurely, just at the time when the major bugs were removed, but before the application would provide significant benefits over version 1. With mods, Kerbal Space Program 1 can provide the same visual quality with less bugs and better performance. As the development of version 1 …
Determine the Azure Container App memory usage
To determine how much memory the Azure Container App needs, we can use the Metrics feature. To monitor the resource usage