
Gurmandeep Singh
I am a Full Stack Developer with over 10 years of experience in building web applications. I work with PHP, Laravel, MySQL, PostgreSQL, JavaScript, TypeScript, React, Next.js, and Node.js. I enjoy creating reliable, easy-to-use, and efficient solutions for both frontend and backend needs.
Latest Blog Posts
Boosting Laravel Performance using Laravel's Concurrency Facade
September 2, 2025When building a web application in Laravel, especially a dashboard, it’s common to display metrics like the count of users, orders, and products.
LaravelBackend DevelopmentContinue ReadingClean Up Your Code with Laravel Observers
August 27, 2025When you’re building something in Laravel, there are often times you want extra things to happen whenever a model changes.
LaravelBackend DevelopmentLaravel ObserverContinue ReadingHandling undefined with JavaScript Optional Chaining
August 13, 2025In JavaScript, we sometimes need to access properties of an object that might not even exist.
Front-end DevelopmentContinue ReadingLaravel HasMiddleware Interface
August 9, 2025Laravel makes it easy to assign middleware directly to your Controller classes.
LaravelWeb DevelopmentContinue ReadingLaravel Accessor and Mutator with an example
August 1, 2025An accessor is used to alter the Eloquent attribute value when it is accessed and the mutator is used to alter the value before it is set to the database.
LaravelWeb DevelopmentContinue Reading