Blog

  • WordPress Block Variation: Unlocking it’s Power

    WordPress Block Variation: Unlocking it’s Power

    The WordPress Block Variation API allows developers to create variations of existing blocks, maintaining core functionality and scalability. Learn to create a block variation in detail.


  • Adding a parameter to the URL with JavaScript


  • Create a tag in Git

    Creating tags from the command line To create a tag on your current branch, run the following commands in your terminal: Add -a to generate an  annotated tag if you want to include a description with your tag:: This will generate a local tag containing the current state of the branch you’re working on. Tags…