Latest articles

· 1 min

NEW defer() in Laravel 11.23

http://localhost/storage/uploads/new_defer_function_in_laravel-1024x576.png alt="" class="wp-image-1271"/> Recently Taylor Otwell (Founder of Laravel) announced a new helper function defer() that...

· 3 min

Why Use Laravel Data?

I've been using Laravel Data for the last 1 month and I found that it's a time saver if you don't want to debug your arrays when passing into functions/methods as parameters. In this blog post, w...

Packages
· 2 min

cloneDeep In Lodash (Javascript Library)

Hey!, Since I started working on VueJs I have been learning new things from a big codebase. I hope I'll continue to share my learnings over here. Have you ever tried to copy an object in JavaScrip...

· 5 min

Introduction to Vue's Composition API for a Newbie

I'm a newbie to Vue.js, and as I was learning about its amazing features, I thought I should share all of this on my blog. Vue.js is a great and impressive framework. Initially, I found it easier to...

· 3 min

Optimizing Vue Performance with Prop Stability

In Vue.js, the component will re-render whenever a child component’s props change. This simple concept leads us to a crucial best practice that can significantly enhance our app’s performance: prop s...

· 1 min

7 must-have packages for Laravel Developers

Have you ever thought that there are plenty of Packages in Laravel? But there are some packages that you should know and that are worth installing when you start a new project. Check out the blog...

· 5 min

Single Responsibility Principle In PHP (SRP)

Since I started programming never cared about SOLID PRINCIPLES that much. Because I wasn't aware of all these things. I started by watching YouTube videos and maybe because of that it wasn't mentione...

· 3 min

SQL Joins with Laravel Eloquent

I was going through a LinkedIn post in which someone explained the SQL Joins. Let’s let “artisans” know how we use them with the medium of Laravel Eloquent. In the realm of databases, SQL joins ar...

· 3 min

Crafting Axios Requests In ReactJs Like Pro

Hey there, fellow devs! Today, we are going to learn (axios) how to send Axios requests to a Laravel backend from ReactJS. It’s one of those things that sounds straightforward but can get a bit t...

· 4 min

Programming: From Beginner Struggles to Expertise

Learning a programming language is hard, but only for the first time. When you may be starting your first time exploring HTML, CSS, and other stuff. But it doesn't take anything when you get into a f...

· 1 min

ReactJs Resources

Here I'm going to list all the valuable resources. That I'll find for ReactJs. Please comment below to add more... Videos React Router Crash Course By Ritesh Chaudhary Projects React &am...

Articles Tags Products