My Blogs

Creative Collection

When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees.

Productivity

Organizing Your Workflow: Naming Panes in iTerm2 for Better Productivity

Managing multiple panes in iTerm2 can quickly become overwhelming, especially when juggling different tasks. In this guide, we’ll explore how to name and organize iTerm2 panes effectively using built-in features, shell commands, and automation techniques. Whether you're a developer, DevOps engineer, or power user, these tips will help you streamline your workflow and boost productivity in your terminal.

Read More →
PHP

How to integrate Sendgrid with Zend framework

Email functionality is a crucial part of modern web applications, whether for sending transactional emails, notifications, or newsletters. If you're using the Zend Framework and need a reliable email service, SendGrid is a great choice. It provides a robust API, high deliverability rates, and excellent scalability.

Read More →
PHP

Laravel SMS gateway

It is a Laravel package which will serve as gateway to send SMS through various providers. It supports multiple sms gateways, and easily extendable to support new gateways.

Read More →
PHP

Useful direct SQL queries for Magento 2 developers

This post covers essential queries to efficiently manage products, customers, orders, and more—helping developers troubleshoot issues, extract insights, and optimize database operations. Whether you're debugging or streamlining workflows, these queries will save you time and effort.

Read More →
PHP

Install Magento 2 with Sample Data

It is a step-by-step guide to installing Magento 2 via GitHub, setting up dependencies, and configuring the system. It covers database setup, admin user creation, and adding sample data for testing. This tutorial ensures a smooth installation process, making it easier for developers to explore and test Magento 2 with pre-loaded products and configurations.

Read More →
PHP

Configure PHP Remote Debugging in Vagrant box with Xdebug and PhpStorm

Debugging PHP applications in a Vagrant box can be challenging without the right setup. In this guide, we’ll walk through configuring PHP remote debugging using Xdebug and PhpStorm inside a Vagrant environment. By setting up proper configurations, you can seamlessly debug your PHP code, set breakpoints, and inspect variables in real-time, improving your development workflow.

Read More →
PHP

Installation And Upgrade Scripts in Magento

In this article, we will find out how to install and upgrade sql script for module in Magento 2. When you install or upgrade a module, you may need to change the database structure or add some new data for current table. To do this, Magento 2 provide you some classes which you can do all of them.

Read More →
PHP

How to add a new field to Magento configuration?

Magento's configuration system is highly flexible, allowing developers to add custom settings for better control over store functionality. Whether you need to introduce a new option in the admin panel or modify an existing configuration, Magento provides a structured way to extend its settings.

Read More →
MySQL

Automatically or Manually Backup MySQL Databases

MySQL is one of the most popular open source database management system for the development of interactive Websites. Its is one of the basic components of established website development platforms such as LAMP (Linux-Apache-MySQL-PHP) due to its proven reliability and speed of performance.

Read More →