Handling rounding millisecond issue with `diffInSeconds()` in Time
The diffInSeconds() function has millisecond rounding issue. This tiny difference has many significant issue in time consuming application. Today I will show you how to solve it.
The diffInSeconds() function has millisecond rounding issue. This tiny difference has many significant issue in time consuming application. Today I will show you how to solve it.
Writing test for laravel task schedular is not straight forward. In the post, I will show you how to write test for laravel task schedular.
In this post, I will show you the step-by-step process and send an email from your Laravel 10 applications.
In this post, I will show you how to upload or deploy a laravel project on cPanel or shared hosting 2023.
I have been using [vim](https://www.vim.org/) on top of [VS Code](https://code.visualstudio.com/) as a primary editor over last couple of years for my day to day job.
The PHP `__call()` magic method is an incredibly powerful tool for dynamic method handling and custom object behaviors.
As a developer, presenting ideas to your group, team members, or managers is a common occurrence. Using tools like **Google Slides** or **PowerPoint** can be inconvenient for developers as they require adding code, diagrams, flowcharts, and other technical elements.
The very first question comes in my mind is that, what exactly Data Transfer Object?
I have been using mermaid for a quite long time. Recently I feel interest to integrate mermaid in [Laravel](https://laravel.com), but there is no good tutorial how can you connect Mermaid in your laravel application. Therefore I am planning to write this article.
Markdown is a lightweight markup language used to format text in a plain text editor for easy conversion to HTML. It was originally created by [John Gruber](https://en.wikipedia.org/wiki/John_Gruber) in 2004 as a way to write and format content for the web in a simple and readable way.