JavaScript Syllabus for Game Programming
October 20th, 2024 9:41 PM Mr. Q Categories: JavaScript
Series Overview This syllabus outlines the key topics to learn JavaScript specifically for game programming. Each section is categorized by fundamental programming concepts and advanced features that are essential for building a game engine and developing classic games. 1. Variables 2. Global Variables 3. Data Types 4. Arithmetic Operations 5. […] Read more »
Building a Game Engine in JavaScript: A Learn-at-Your-Pace Series for Developing Classic Games
October 20th, 2024 7:09 PM Mr. Q Categories: JavaScript
Series Overview – see what I need Goal: Create a basic 2D game engine using JavaScript and develop classic games like Pong, Space Invaders, and Tetris. Format: Learn at your own pace, progressing through each section as you feel comfortable. Part 1: Learn Basic JavaScript Commands JavaScript Fundamentals Understanding JavaScript […] Read more »
Building Interactive Canvas-Based Games Engine with JavaScript: A Learning Series
October 20th, 2024 4:04 PM Mr. Q Categories: JavaScript
Welcome to the Building Interactive Canvas-Based Games series! In this learning journey, you’ll explore how to develop canvas-based games using JavaScript. By understanding the hierarchy of classes and files in a structured project, you’ll gain the skills to build interactive games. This post will cover the essential classes and methods […] Read more »
Setting Up Git and GitHub with VS Code
October 14th, 2024 1:20 PM Mr. Q Categories: Windows 11
If you’re looking to streamline your development process with Git and GitHub in Visual Studio Code, this guide will help you uninstall any previous installations, set up the latest tools, and walk you through cloning a repository and making your first commit. Step 1: Uninstall Existing Git and GitHub Programs, […] Read more »
Generate Your Perfect Workout Routine: Warm-Ups, Stretching, and Exercises
September 26th, 2024 10:16 AM Mr. Q Categories: Exercise
If you’re like me, I can’t remember enough exercises, and I don’t like doing the same thing over and over. That’s why having a variety of warm-ups, stretches, and exercises is essential to keep your workouts fresh, engaging, and effective. To get the most out of your fitness plan and […] Read more »
DIY Beard Pomade: How to Make Your Own Beard Styling Product at Home
September 21st, 2024 10:06 PM Mr. Q Categories: Beauty
If you’re looking for a natural, cost-effective way to style and shape your beard, making your own beard pomade is a great option. This homemade pomade not only offers a strong hold but also provides nourishment and moisture to your beard. Best of all, you can customize it with your […] Read more »
Express VPN on Synolgy NAS
September 21st, 2024 2:58 PM Mr. Q Categories: Synology
I need to be able to connect to the WAN (internet) over a VPN. I use Express VPN for my solution. I also need to be able to use my local LAN at the same time. Portainer Container build Express VPN container Sonar to verify Here are the steps on […] Read more »
How to Check WiFi Signal Strength on Raspberry Pi 5 Using nmcli
September 21st, 2024 2:36 PM Mr. Q Categories: Rasberry PI
Ensuring a strong WiFi connection on your Raspberry Pi 5 is essential for a seamless experience, whether you’re streaming, browsing, or running network applications. Using the nmcli command-line tool, part of NetworkManager, you can easily check WiFi signal strength and make informed decisions about your network setup. This guide will […] Read more »
How to Disable Onboard WiFi on Raspberry Pi 5 and Use a USB WiFi Adapter
September 21st, 2024 1:07 PM Mr. Q Categories: Rasberry PI
The Raspberry Pi 5 includes an onboard WiFi module, but for better performance, you might prefer to use a USB WiFi adapter. Whether you’re aiming for greater range, enhanced bandwidth, or specific network compatibility, this guide will show you how to disable the onboard WiFi and configure a USB WiFi […] Read more »
Running a Bash Job in the Background and Redirecting Output to a File
September 18th, 2024 8:11 AM Mr. Q Categories: Command
When running long-running scripts or tasks in the background on a Linux or Unix system, it is often useful to direct all the output to a file for logging purposes. This can be helpful for debugging or tracking the progress of the task while allowing the terminal to remain free […] Read more »