Blog
Easy Laravel Development Setup With Docker
Streamline your Laravel development with Docker and WSL, ensuring a consistent and efficient environment.
Search and Encrypt Data in Laravel with CipherSweet
Discover how to securely encrypt your data while maintaining search functionality.
Store Sensitive Data Safely With Encryption in Laravel
Learn how to securely encrypt and decrypt data in Laravel using built-in encryption functions and model casting.
Observer Pattern in Laravel With Observers and Events
Explore Observers and Events, including integration with email notifications and queues.
Temporary Signed URLs in Laravel for Secure Password Resets
Learn how to implement a temporary unique URL in password reset in Laravel, ensuring only authorized users can reset the password.
Laravel 11: CRUD and File Upload Tutorial With Laravel Breeze
A step-by-step CRUD guide with an example repo, leveraging Laravel Breeze for smooth development.
Email Authentication and Verification in Next.js 14 With Next Auth and Prisma
Crafting a Robust Authentication Flow in Next.js 14 with TypeScript, NextAuth, Zod, Nodemailer, and Prisma
Laravel Database Transaction for Data Consistency
Practical Guide to Laravel Database Transactions for Beginners
Simple Full-Stack CRUD with Next.js 14, PostgreSQL, and Prisma
Create a Simple CRUD with Next.js, Prisma, and Zod, using Server Actions
Pagination in React Made Simple with react-paginate
Effortless Pagination: A Practical Guide to Streamlining Data Navigation in Your React Applications
Unlocking Real-Time with WebSockets in Laravel with Soketi
Simple example of how to use WebSockets in Laravel app using Soketi
Sending SMS in Laravel Using Twilio: A Step-by-Step Tutorial
Send SMS via Laravel app using Twilio seamlessly, a step-by-step guide
Improving App Quality: Exploring Browser Testing with Laravel Dusk
Enhancing application reliability through Browser Testing with Laravel Dusk
What is Test-Driven Development (TDD)
Explore how TDD helps us create better app, preventing problems when adding new stuff.