With projects that use multiple application dependencies such as WordPress or Laravel (requiring both PHP and MySQL) it can be difficult to predict when the full application stack is completely configured and ready to process requests after startup. This is especially relevant during unit testing and development, when these services run inside Docker containers. Although […]
Tag: Development
WordPress is a powerhouse in website design and development. Almost 40% of all websites online today are built using WordPress. It also owns over 60% of the CMS market share, meaning that 63% of all websites built using CMS (as opposed to a hand-coded site) are built using WordPress. Plainly put: if you opened your […]
Managing Javascript dependencies for custom Gutenberg blocks is tricky because most of the core packages such as components or core-data are made available by WordPress core in the window.wp global variable. But what happens if you want to use these packages outside of the post editor screen or when they change between versions of WordPress? […]