Milind Daraniya

A Blog About Software Development And Life

Welcome to my blog. Subscribe and get my latest blog post in your inbox.

2 Methods to Get Session ID in Laravel

Published October 2nd, 2023 12 min read

Are you looking to retrieve the session ID in your Laravel application? The session ID is a cruci

Read more →

PHP cURL POST Request with Headers: A Practical Guide

Published October 1st, 2023 18 min read

In web development, sending HTTP requests, particularly POST requests, is a common task when inte

Read more →

Exporting Data from MySQL to Excel in Laravel: A Step-by-Step Guide

Published September 30th, 2023 20 min read

Exporting data from your MySQL database to Excel can be a valuable feature for generating reports

Read more →

Why Should You Use Sass or SCSS in Your Web Development Projects?

Published September 29th, 2023 20 min read

As a web developer, you're likely familiar with CSS (Cascading Style Sheets) as the language used

Read more →

Understanding var, let, and const in JavaScript with Examples

Published September 28th, 2023 20 min read

JavaScript, as one of the most popular programming languages, offers different ways to declare va

Read more →

Slack Notification Using Webhook URI in Laravel 10

Published September 27th, 2023 20 min read

Integrating Slack notifications into your Laravel application can enhance communication and keep

Read more →

Laravel Collection join() Method: Explained with Examples

Published September 26th, 2023 21 min read

Laravel Collections provide a wealth of methods to work with arrays of data in a more intuitive a

Read more →

How to Remove Null and Empty Values from Laravel Collection

Published September 25th, 2023 18 min read

Laravel Collections provide a powerful way to work with arrays of data in a more expressive and c

Read more →