Laravel models are very useful when it comes to re-usability of the code. You can define a function once and call it in any controller…
Today, I will share with you my story: how I started with PHP, switched to Node.js, developed many projects in Node.js, but after a few…
I created a SaaS (Software-as-a-Service) application for recruiters and job seekers called Job Entry, built with React JS and Laravel. It is a platform that…
When using an input field where user can upload pictures or videos, it is a good practice to let the user view what files they…
In this tutorial, you will learn how to add dynamic rows in React. You can also do it in plain HTML (without using React). First,…
In this article, we will teach you, how you can implement soft delete in your Node.js app with MongoDB as database. We also created a…
In this article, we will discuss 2 ways how you can loop through a number in React. While developing frontend of an application 🖥, you…
In this tutorial, we will learn how you can get updated value from child component to parent component in React. Let’s say you have a…
If you see a WordPress site, you will notice that at the bottom of the blog listing page, there will be links to next and…
Learn how to do case-sensitive search in MySQL. By default, MySQL search text-based column values without case sensitivity. For example, if your database looks like…