Merging and Closinga Pull Request (PR) in VS Code & GitHub Desktop
March 18th, 2026 5:37 PM Mr. Q Categories: github
Merging and Closing a Pull Request (PR) in VS Code, GitHub Desktop, or GitHub 🚀 Featured Snippet To merge and close a pull request, open the PR on GitHub, review the Files changed tab, click the Merge pull request dropdown, choose Squash and merge, confirm the merge, delete the branch, […] Read more »
Creating Your First Pull Request (PR) Using VS Code or GitHub Desktop
March 18th, 2026 5:27 PM Mr. Q Categories: github
Overview This guide walks you step-by-step through creating your first Pull Request (PR) for your repo. You will: Option 1: Using VS Code (Recommended) Step 1: Open Your Repository Step 2: Create a New Branch UI Method (easiest): Terminal Method (optional): Step 3: Create or Update Required Files Create/update these […] Read more »
Robot Command Language (RCL) for ChatGPT + GitHub Reviews
March 18th, 2026 2:18 PM Mr. Q Categories: Programming
Use this when you want your repo reviews to behave like a structured robot system instead of loose prompts. What RCL Does RCL turns your review workflow into a small command language with: This makes your prompts shorter, cleaner, and easier to reuse. RCL Structure Use the GitHub connector on […] Read more »
ChatGPT standard “Repo Command Set”
March 18th, 2026 1:57 PM Mr. Q Categories: Programming
ChatGPT + GitHub Connector Command System (Ultra + Stateful Combined) Use this to review and navigate any repo without PRs or copy/paste. ⚡ One-Line Super Command (Fastest) Use the GitHub connector to fully review ToolboxAid/HTML-JavaScript-Gaming. Then: ⚡ MASTER COMMAND (Full Audit + Action Plan) Use the GitHub connector to fully […] Read more »
Class Naming Patterns in Software Architecture
March 17th, 2026 2:09 PM Mr. Q Categories: Programming
Why Class Names Matter Class names are more than labels. They tell you what a class is responsible for, how long it should live, how much authority it has in the system, and how other parts of the code should interact with it. When naming classes, the goal is not […] Read more »
Install ChatGPT + Codex in VS Code (Step-by-Step Guide)
March 12th, 2026 10:23 AM Mr. Q Categories: Programming
What This Guide Covers This guide shows exactly how to install and use ChatGPT Codex inside Visual Studio Code so you can: This setup works especially well for JavaScript, Python, and web development projects. Summary (Quick Overview) If you want the short version: The full detailed walkthrough is below. Step […] Read more »
How to Use ChatGPT With Large Codebases
March 9th, 2026 5:48 PM Mr. Q Categories: Other
How to Use ChatGPT With Large CodebasesA Fast Workflow for GitHub Projects and Game Engine Development Introduction Working with a large codebase—especially a game engine, robotics system, or complex GitHub project—can quickly become overwhelming. Dumping an entire repository into ChatGPT rarely produces useful results. The key is structure, focus, and […] Read more »
Building a Pong Game in JavaScript
March 7th, 2026 11:29 PM Mr. Q Categories: JavaScript
If you’re ready to create a classic Pong game using JavaScript, this guide will outline the essential requirements and structure needed to develop your game. We’ll cover everything from the game environment to player controls, ball mechanics, and game states. Let’s get started! 1. Game Environment 2. Player Setup 3. […] Read more »
Building the Best Unofficial Hardware for Synology DSM 7
March 7th, 2026 11:27 PM Mr. Q Categories: Synology
Running Synology DSM 7 on unofficial hardware is an exciting way to customize your NAS experience. By choosing the right components, you can achieve excellent performance and functionality tailored to your needs. In this guide, we’ll provide multiple options for each hardware grouping, ensuring you can pick the best combination […] Read more »
Incremental SSH Backup from Synology NAS 1 to Synology NAS 2
March 7th, 2026 11:11 PM Mr. Q Categories: Security
Overview This guide explains how to configure incremental backups from a local Synology NAS 1 to a remote Synology NAS 2 using SSH keys and rsync. (I’m using Synology, this will work on most linux machines) The script will: 1. Prepare SSH Keys On the local NAS 1: 2. Prepare […] Read more »