2 min read

Laravel's Official VS Code Extension

Laravel has introduced an official Visual Studio Code (VS Code) extension, currently in open beta testing, designed to enhance the development experience for La...

3 min read

React 19: What's New and Why It Matters

React 19 has arrived, bringing exciting new features and improvements that make building React applications easier and more powerful. Let's break down the most...

2 min read

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....

3 min read

A Practical Guide To Python Data Types

Mostly I don't share Python content on this blog but nowadays as I'm learning about Python. I have seen that it's a bit different when it comes to Py...

2 min read

How to Configure Middleware In Laravel 11

Hi everyone, As you guys know Laravel 11 is officially released now. So, there are plenty of new things that has been released along with new structu...

3 min read

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 functio...

1 min read

NEW defer() in Laravel 11.23

Recently Taylor Otwell (Founder of Laravel) announced a new helper function defer() that means running a piece of code after sending the response...