Author: MD ARIF

10 Modern CSS Features You Want to Use

1. Min, max and clamp Putting these together as they are overlapping. min() max() max() is like setting a minimum value,Read More…

A Guide to Contributing to Open Source Projects

This comprehensive guide walks you through contributing to open source projects, based on practical experience with real projects. Understanding theRead More…

JWT Authentication in Laravel & PHP

If you’re building a website or app that requires user authentication, you need a secure way to verify users andRead More…

Implementing Job Notifications Using Laravel Observer

Laravel provides an elegant way to handle model events using the Observer pattern. In this guide, we will walk throughRead More…

GitHub Basics: Forking, Pull Requests, and Keeping Repositories in Sync

GitHub is an essential tool for collaboration in software development. Whether contributing to an open-source project or collaborating with aRead More…

Fix Any CSS Z-index Issue With This One Trick

Z-index controls the stacking order of elements, to determine which elements appear on top of others in the visual layout.Read More…