Category: Development
-
Remote development with Amazon EC2 and VSCode
Several months ago, I needed to generate tests for one of my plugins, which required setting up WordPress environments using Docker. We all know that Docker instances consume significant CPU and RAM. Despite having sufficient resources on paper, when I ran the tests, my entire system nearly froze and I wasn’t able to do any…
-
Create a WordPress website for test and development
Whether you are a developer or you are a normal user of WordPress, you will need to create a development or test WordPress website for your work. These websites can be really good for testing new features, debugging issues on your code or simply trying new things. Please remember that these options might not be…