5 min read

Upload Videos To YouTube using PythonV3 Library

Hi readers, Today's topic is a bit different than always. Today we are going to see how can we upload local videos to YouTube using a Python library. I'll try to make it short and simple. So, that...

4 min read

Create Dynamic Navbar Using PHP Mysql

As you might know that we use php to create dynamic web pages. Well, here we are going to create a dynamic navbar using php in which we obviously will need a database. A structured navbar. This is al...

4 min read

My Goal As A Laravel Developer - Pov

I wasn't sure that I should write something on this topic. But I couldn't stop myself because I'm a kind of confused person. Because I usually brainstorm on things whatever I'm doing and whatever I'm...

1 min read

How to Resolve Image Issues in Dompdf

Hi, If you also have faced the same issue while trying to print images in the PDF using Dompdf. I have a quick solution to share. Try Base64 format for the image, I have resolved this by using the sa...

3 min read

5 Lesser-Known Linux Command Tips for Beginners

Are you new to Linux or looking to expand your command-line skills? You're in the right place! While you might be familiar with basic commands like ls and cd, there's a world of lesser-known tricks t...

7 min read

Send Email With Attachment In Laravel

Sending emails in Laravel is a hot topic. Laravel made it easy to send emails just using by few commands and objects. It is not a complicated task to send emails; you also have many other easy ways t...

3 min read

How to Use WhereHas In Laravel

Hi readers, I was using WhereHas today in some tasks. So, I decided let's share what it is. If you're building a Laravel application that involves working with related models, you'll likely need to p...

6 min read

PHP Interview Questions For Beginners

PHP is a backend language that we use to develop web applications and mainly for dynamic work. As I also develop websites in PHP but the thing is that when I was learning PHP I wasn't good at theory...

1 min read

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...

3 min read

5 Health Tips For Programmers | Be Health Conscious

The topic that I have decided today, is not just for php developers and not just for someone who is in the particular stack. But it's for everyone who is in a regular sitting tech job. So, If you are...

4 min read

Collections In Laravel In Simple Way

Hi readers, Today we are going to learn about Collections, In Laravel, Collections are a way to manipulate your arrays and play with arrays of data. Because of its methods, it makes code very easy to...