recca0120.hashnode.devInstall Docker CE on WSL2 Without Docker DesktopOriginally published at recca0120.github.io After setting up WSL2, if you want to run Docker but don't want Docker Desktop (resource-heavy and requires a license), installing Docker CE directly in WSL2 is the cleaner approach. Installation Steps Upda...3d ago·2 min read
recca0120.hashnode.devHow to Install Windows 10 on AWS EC2 via VM ImportOriginally published at recca0120.github.io Prerequisites AWS VM Import supports the following Windows 10 editions: Professional, Enterprise, and Education (64-bit, English). Home edition is not supported. You can download the Enterprise trial from t...3d ago·2 min read
recca0120.hashnode.devRun Windows 10 on 1GB RAM: 5 PowerShell OptimizationsOriginally published at recca0120.github.io Running Windows 10 on a machine with only 1GB of RAM (e.g., a small AWS EC2 instance) means memory is maxed out right after boot. The following services can be disabled to reduce usage — run all commands in...3d ago·2 min read
recca0120.hashnode.devFix gRPC "Waiting for thread pool to idle" in PHPUnitOriginally published at recca0120.github.io When running PHPUnit tests, the message Waiting for thread pool to idle before forking keeps appearing. This is caused by the gRPC extension waiting for the thread pool to become idle before forking. Downgr...3d ago·1 min read
recca0120.hashnode.devVS Code PHPUnit & Pest Test Explorer: Setup GuideOriginally published at recca0120.github.io I built a VS Code extension called PHPUnit & Pest Test Explorer, which has accumulated over 260,000 installs. This article covers everything: features, configuration, Pest support, Docker integration, and X...3d ago·6 min read