Don’t hesitate to contact us if you have any feedback.

Tag: Command line

  • Git – My cheatsheet

    Git – My cheatsheet

    Git is a powerful tool for version control, widely used by developers to manage code changes collaboratively. Whether you’re working on a solo project or as part of a team, mastering a few essential Git commands can significantly enhance your workflow. In this article, we’ll explore some useful Git commands that every developer should know,…

    Read more

  • WordPress – Updating site URL with WP-CLI

    WordPress – Updating site URL with WP-CLI

    A common task for WordPress developers is to migrate a site from a production environment to a local development environment. One of the crucial steps in this process is updating the URLs in the database to reflect the local environment. This can be efficiently achieved using WP-CLI, the command-line interface for WordPress. Prerequisites Step-by-Step Guide…

    Read more

  • Symbolic links for WordPress development

    Symbolic links for WordPress development

    WordPress development often involves working with themes and plugins that need to be frequently updated and tested. Keeping these components outside the WordPress directory and using symbolic links can streamline your workflow, making development more efficient. In this article, we’ll cover how to create symbolic links in both Windows and Linux to achieve this setup.…

    Read more