Iftikhar AhmedExploring Side Hustles for Software Engineers: Opportunities and BenefitsIn the rapidly evolving world of technology, software engineers are in high demand. With their versatile skill sets, many are exploring…Jun 22Jun 22
Iftikhar AhmedUnderstanding Idempotency in NestJSLast Friday, I had the pleasure of meeting a very talented software architect and an exceptionally nice person who has vast experience in…Jun 16Jun 16
Iftikhar AhmedNavigating Your Career in JavaScript: A Guide for Aspiring DevelopersIn the ever-evolving landscape of software development, JavaScript has emerged as a powerhouse, powering the majority of web applications…Feb 11Feb 11
Iftikhar AhmedUnveiling the Messaging Magic: Why RabbitMQ Reigns Supreme Over SQSIn the world of modern software architecture, messaging systems play a pivotal role in enabling communication between different components…Feb 2Feb 2
Iftikhar AhmedGetting Started with Laravel LivewireLaravel Livewire is an open-source package for Laravel that allows you to build interactive web applications without writing any JavaScript…Feb 17, 2023Feb 17, 2023
Iftikhar AhmedHow to implement OAuth2 using Laravel PassportLaravel Passport is an open-source package that provides a full OAuth2 server implementation for Laravel. It allows you to secure your API…Feb 15, 2023Feb 15, 2023
Iftikhar AhmedSend push notifications in Laravel using Firebase on your Android DeviceFirebase Cloud Messaging (FCM) is a service offered by Firebase that allows you to send push notifications to Android, iOS, and web…Feb 15, 2023Feb 15, 2023
Iftikhar AhmedDuplicate a record with LaravelSometimes you need to clone/duplicate database rows, for such Laravel provides a very handy function which is “replicate”. You can call…Jul 9, 20211Jul 9, 20211
Iftikhar AhmedForm Validation with ParsleyJSParsley is a javascript form validation library.Nov 27, 2019Nov 27, 2019
Iftikhar AhmedEmail Verification in LaravelYou might want your application users to verify their email addresses before using it. Here Laravel provides a very simple yet effective…Nov 25, 20191Nov 25, 20191