Posts


Featured

Axios Interceptors in a React application

Axios Interceptors in a React application

In this article, we are going to learn how to use Axios Interceptors in a React applications. If you are new to Axios you can learn more about it...

Mastering Laravel: Exploring the Power of implode() and explode() Functions for String Manipulation

Mastering Laravel: Exploring the Power of implode() and explode() Functions for String Manipulation

In Laravel, the functions implode() and explode() are commonly used for manipulating strings. They provide convenient ways to transform strings into a...

Understanding MongoDB Relationships: A Comprehensive Guide with Examples

Understanding MongoDB Relationships: A Comprehensive Guide with Examples

MongoDB, a popular NoSQL database, offers a flexible and powerful data model that enables efficient storage and retrieval of information. One of the k...

JavaScript Array methods with examples

JavaScript Array methods with examples

JavaScript arrays are versatile data structures that allow us to store and manipulate collections of elements. JavaScript provides a wide range of bui...

Learn Redux Toolkit with example

Learn Redux Toolkit with example

Learning Redux Toolkit Redux is a library for managing application state, commonly used together with React. There are multiple reasons why you would...

What is a facade in Laravel and how to create a custom facade?

What is a facade in Laravel and how to create a custom facade?

What is a facade in Laravel? In Laravel, a facade is a design pattern used to provide a static interface to services available in the application's s...

Getting started with Git -a dead simple tutorial for beginners

Getting started with Git -a dead simple tutorial for beginners

Getting started with Git! The very first lesson - Git is your friend. And it is never too late to learn something new! This guide is specially...

Laravel Eloquent Relationships

Laravel Eloquent Relationships

As we learned about Laravel Eloquent ORM in our previous tutorial, now we will learn about Laravel Eloquent Relationships. With Laravel Eloquent relat...

CSS filter function with example

CSS filter function with example

CSS filter functions allow adjusting the color of an element before it is rendered on the site. Though these CSS filter functions are mostly used for...

How to create custom child theme in Magento

How to create custom child theme in Magento

Before we dive in to create our own custom child theme in Magento, a little about why there is need to create a custom child theme in M...

Laravel Eloquent ORM

Laravel Eloquent ORM

Laravel Eloquent is a powerful ORM that uses Active Record Pattern which is a technique to wrap database into objects. By usi...

Select and copy data to clipboard using jQuery

Select and copy data to clipboard using jQuery

In the web world, it's all about great user experience. Many times we need to use the data to copy paste from one place to another. For inst...

Install composer dependency manager in Windows - Step by step guide

Install composer dependency manager in Windows - Step by step guide

The Composer Dependency Manager is very helpful when you need to install PHP-related frameworks, for example, PHPUnit or...

Creating featured product slider on homepage - Magento

Creating featured product slider on homepage - Magento

Featured products act as CTA button for any e-commerce website. In Magento, there are many paid extensions are available. But we c...

How to create a child theme in WordPress - step by step

How to create a child theme in WordPress - step by step

What is WordPress Child Theme? A child theme is a separate theme but use the parent theme’s properties, functionalities, and layout. We ma...

Sending emails with urgent and high priority in PHP

Sending emails with urgent and high priority in PHP

How to send an email using PHP Sending emails in PHP is safe and easy. Using the PHP mail function, we can easily send emails from the website forms....

Newsletter

Web development latest updates, tutorials & code resources

We won't spam. Unsubscribe at any time.