Latest articles

· 3 min

Generating QR Codes with JavaScript

QR (Quick Response) codes have become an integral part of modern technology, used for various purposes like sharing URLs, contact information, and more. In this blog, we'll explore how to generate QR...

· 3 min

Creating Temporary, Expiring Links in Laravel

In today's digital world, we often encounter situations where we need to send time-sensitive links to users. Whether it's for password reset, email confirmation, or any other temporary action, it's c...

· 4 min

The Importance of Unit Testing in PHP Applications

In the world of web development, PHP remains a popular and powerful scripting language. PHP applications power numerous websites, from e-commerce platforms to content management systems. While PHP's...

· 4 min

How To Send Bulk Email Using Laravel

Hey there, If you are building something interesting and looking to send bulk emails using your application's in-built power provided by Laravel itself. You can do that easily. You can use SMTP or...

· 4 min

What Is a PWA and How to Build One

PWA is a web term that means (progressive web apps) PWA is a special kind of website that you can use over the internet on any device you want, make sure the browser supports the PWA. Maybe some brow...

· 7 min

Use Yajra DataTables In Laravel - Simple Guide

In the daily dev requirement, we usually show data on the front end, and with Datatables it looks more interactive and smooth. In the same way, we are going to explore Yajra Datatables in the Laravel...

· 2 min

Guide To Linux User Groups And Permission

In the realm of Linux, user groups are an indispensable tool for managing permissions and access control. They offer a way to organize users and allocate privileges to them. This comprehensive guide...

· 1 min

Value Of Backslash Prefix In Function Calls In PHP

I have never seen code written in this manner. But as It has been said by Jeroen Deviaene state that it can be beneficiary for micro optimization of code.. Read about why a backslash prefix improv...

· 4 min

How To Be Productive At Work | Programmers

I don't think everyone will feel this post so interesting because it's basically inspired by the technique of meditation. Which is not usually followed at work. But it's all about falling completely...

· 3 min

Array Map Function In PHP

Array map function contains very amazing use cases. I was reading somewhere about it and today I used it somewhere in my personal project. I thought that let's share a few interesting use cases of ar...

· 5 min

Building Your First Composer Package

Hello everyone, after a bit long time I thought that let's do something now. Coz I stopped learning new things a few weeks ago. Then I started working on a core PHP project that I have in my organiza...

Articles Tags Products