Markdown to Slides with Marp for VS Code: A Comprehensive Tutorial
## Table of Content - Introduction - Installing Marp for VS Code - Creating a Basic Presentation - Formatting a Presentation - Advanced Features - Exporting and Presenting - Conclusion As...
What is Data Transfer Object? Why do we use DTO in Laravel?
The very first question comes in my mind is that, what exactly Data Transfer Object? [DTO](https://en.wikipedia.org/wiki/Data_transfer_object) stands for Data Transfer Object. It is a design patte...
How to integrate MermaidJs in Laravel Application
Hey everyone. 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 Mer...
Markdown Explained: Benefits, Uses, and Capabilities
[Markdown](https://en.wikipedia.org/wiki/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](h...
How to increase key-repeat speed for Mac
If you ever feel in Mac that you hold any key in the keyboard but not repeating fast enough, then you can run this bash script that will help you to increase key-repat faster. ## Key Repart Fast...
Laravel scout whereNotNull is not working
Hello. If you want to use `whereNull()` or `whereNotNull()` in the [Laravel Scout](https://laravel.com/docs/9.x/scout#where-clauses), you may get this error `Method Laravel\Scout\Builder::whereNot...
Protecting API with Laravel Sanctum in TDD Approach
Hi If you want to know how to protect API with [Laravel Sanctum](https://laravel.com/docs/9.x/sanctum) by following the TDD Approach, this could be one of the right place. In this tutorial, I wi...
Refactoring Laravel Project | Part 1
Hello Today I am going to share with you a video where I started refactoring a random Laravel project. Let's choose a random project. I stumbled upon a project and push it into [my repository]...
Re: Understanding People | Misunderstandings, effective communication, and self-reflection
Hello everyone. I would love to share with you one interesting article written by [Jose Maria Valera Reales](https://twitter.com/Chemaclass). I cannot stop myself to share this wonderful post. It'...
My Development Setup
Hi 👋🏻 I have to depend on some eco-system, software, package, and helpers to work on day to day basis. Here is my list of items that I mostly use every single day. # Editor I am heavily rely...