Computer Science teacher in Thailand. 10+ years Cambridge IGCSE, 4 years AS/A Level. BSc Computer Science & Engineering. Ex-Intel, Virgin Media. Practical exam prep, past paper walkthroughs and tech tutorials.
# Welcome to Techie Mike's Computer Science YouTube Channel — Let's Learn to Code Together If you've found your way here from my YouTube channel — or you're thinking about subscribing and want to know what this is all about — welcome. I'm Mike, an ICT and Computer Science educator, and I'm passiona…
# Unity 6 Editor in 2026 — New Features, Real Improvements, and What Still Needs Work Unity 6 launched in late 2024 as one of the biggest updates to Unity's editor in years. Now that it's been out for a while and has gone through several patches, I want to share what's actually useful in daily deve…
# Cursor AI vs VS Code in 2026 — An Honest Developer's Comparison I've been a VS Code user since it first launched. I've written thousands of lines of code in it, taught students using it, and watched the extension ecosystem grow into something incredible. But over the past year, I've found myself…
# How I Built a Space Shooter Game in Unity with C# — A Summer Project Over my summer break, I decided to dust off my programming skills and build something fun. I'd been teaching ICT and Computer Science for a while, but hadn't written a line of game code in years. So I picked up Unity and C# to b…
# Setting Up a Python Development Environment on VirtualBox with Ubuntu (2026 Edition) I've been using VirtualBox for development environments for years. The beauty of it is isolation — your host machine stays clean, you can blow away the VM when a project ends, and you get a true Linux environment…
# Troubleshooting VirtualBox Missing Dependencies — Windows and Linux VirtualBox is one of the most reliable free virtualization tools out there, but it throws some cryptic errors. The most common one I've hit — and the one that sends the most people to forums — is the "Missing Dependencies" error.…
# Unlocking Internal Drives After Windows 11 Installation — BitLocker Fix You just installed Windows 11, everything feels fresh and fast, and then you open File Explorer only to see lock icons on your secondary drives. If you've been through this, you know the panic — all your data is right there b…
# Installing Radarr, Jackett, QBitTorrent, and Plex Media Server on Ubuntu Setting up a home media server is one of the most satisfying projects you can do with an old PC or a cheap VPS. The combination of Radarr, Jackett, qBittorrent, and Plex gives you fully automated media management — from find…
# Install Metasploitable2 on VirtualBox: Your Vulnerable Lab Target If you're learning penetration testing, you need a target. You can't practice hacking tools on live networks or production systems — that's illegal and unethical. What you need is a deliberately vulnerable virtual machine designed…