Skype: bluewindlab
Useful git commands that you should know

Useful Git commands that you should know

Git is one of the most popular version control tools among software developers, and professional developers used Git commands regularly in their projects. On top of that, most of the software companies used Git to manage the project versions and set up CI/CD pipelines for automatic project deployment. So, if you are planning to join […]

Setup Google Analytics using Google Tag Manager

Setup Google Analytics using Google Tag Manager

In this tutorial, we will learn how to add Google Analytics to a WordPress website through Google Tag Manager. Previously, we used to add Google Analytics code directly to a WordPress website’s header section. Now, we will handle all the functionality of Google Analytics using the Google Tag Manager code. This will enable us to […]

Five steps to using shortcode in Gutenberg editor

Five steps to using shortcode in Gutenberg editor

Gutenberg is an amazing WordPress built-in editor that allows users to create layouts using the drag-and-drop feature. Gutenberg editor replaces the WordPress WYSIWYG (What You See Is What You Get) editor. One of the most popular features of WordPress is the shortcode, and plugin developers have integrated a custom shortcode panel to generate and include […]

Write the first bash script on a Windows machine

Write the first bash script on a Windows machine

Writing a bash script is super easy, and in this tutorial, we will learn how to write our first bash script on a Windows computer. What is a bash script? A bash script contains the sequence of commands that a bash program executes. Using a bash script, you can carry out a sequence of operations. […]

Back To Top