Syed Tahir Ali Jan

Syed Tahir Ali Jan (16)

Hi! I'm Tahir, Full-stack developer worked with various technology stacks such as Laravel, Vue, HTML, CSS, JavaScript, PHP, and Python.

Event driven Development in Laravel

In the world of modern web development, creating interactive and responsive applications is key to providing a seamless user experience. Laravel, a popular PHP framework, offers a robust foundation for building such applications. One powerful concept that Laravel brings to the table is event-based development.

Continue reading...

Laravel Collections | Introduction

Laravel Collections are your ultimate weapon for wrangling and manipulating data in the most elegant and efficient way possible. These versatile collections are your personal data wizards, allowing you to perform a variety of operations conveniently. Whether you're dealing with database results, API responses, or…

Continue reading...

Laravel Collection | Part 3

Welcome back to our journey through the enchanting world of Laravel Collections! In Part 1 and Part 2, we uncovered some remarkable methods that allowed us to dance with data effortlessly. Now, in Part 3, we'll continue our exploration with a fresh set of unique…

Continue reading...

Laravel Collection | Part 2

Welcome back to the exciting world of Laravel Collections! In Part 1, we explored some intriguing collection methods that help you work wonders with your data. Now, let's dive even deeper into the magic of Laravel Collections by uncovering another set of unique and lesser-known…

Continue reading...

Laravel: String manipulations with 'Str' class

Laravel already provides powerfull helpers for string manipulations, but I was wondering what's behind these convinient helpers. The Laravel string helpers is powered by Illuminate\Support\Str class. Let's explore what methods it contains and how we can use them. For this example I will be using…

Continue reading...