Cast or Convert an Array to Object Using PHP (Hydrator Pattern)
In this post, we will convert an array to an object using the PHP hydrator pattern. This method is so…
In this post, we will convert an array to an object using the PHP hydrator pattern. This method is so…
If you want to process large files using PHP, you may use some of the ordinary PHP functions like file_get_contents()…
If you want to use a package in Laravel, you simply add a single line in the composer.json file and…
Many websites give their users a custom subdomain for their profiles or pages, so the user can access his profile…
Laravel framework has powerful protection from CSRF, XSS, and SQL injection, but there is no built-in Laravel spam protection. If…
In the previous post, we talked about iOS language basics and we saw how easy it is to work with…
Swift is a very easy programming language to learn as its syntax is easy to follow. In this iOS Swift…
Python list is a sequence of values, it can be any type, strings, numbers, floats, mixed content, or whatever. In…
Python comes with a lot of modules; we can say that there are Python modules for almost everything you need.…
Python is a popular and powerful scripting language that can do everything; you can perform web scraping, networking tools, scientific…
If you want to send or receive an email, you should have a mail server. In this post, we will…
Linux proxy server or proxy server generally is a server that saves the visited web pages for later requests, so…
Linux file server is one of the powerful servers that helps you to share files and printers with Windows-based PCs…
The Linux virtual file system or virtual file system generally is a layer that sits on the top of your…
In this tutorial, we will talk about the Linux web server or Apache web server specifically and how to install…
FTP or File Transfer Protocol is a commonly-used protocol for transferring files between computers; one act as a client, the…
The DNS (Domain Name System) is a naming system for computers, the service that does that is the DNS server…
In this post, we will talk about Linux Syslog Server and how to manage your logs. If you want to…
Two days ago, one of the website visitors was searching on the website for LDAP and found nothing, that drives…
In the previous post, we talked about the Linux iptables firewall, and some people asked about authentication. Today, we will…