Skip to content
Web Development Archives - Like Geeks

  • Home
  • Linux
  • Server Administration
  • Web Development
  • Python

Web Development

Improve Website Load Speed (Tips & Tricks)
Web Development

Improve Website Load Speed (Tips & Tricks)

Mokhtar Ebrahim 2018-11-262020-08-03

Experiencing Slow Website Load Speeds? Here Are Some Tips on Fixing This Problem. Making a great first impression on visitors…

Cast or Convert an Array to Object Using PHP (Hydrator Pattern)
Web Development

Cast or Convert an Array to Object Using PHP (Hydrator Pattern)

Mokhtar Ebrahim 2017-05-272020-05-22

In this post, we will convert an array to an object using the PHP hydrator pattern. This method is so…

Process Large Files Using PHP
Web Development

Process Large Files Using PHP

Mokhtar Ebrahim 2017-05-232021-06-20

If you want to process large files using PHP, you may use some of the ordinary PHP functions like file_get_contents()…

Install and Use Non-Composer Laravel Packages
Web Development

Install and Use Non-Composer Laravel Packages

Mokhtar Ebrahim 2017-05-212022-04-05

If you want to use a package in Laravel, you simply add a single line in the composer.json file and…

Create and Use Dynamic Laravel Subdomain Routing
Web Development

Create and Use Dynamic Laravel Subdomain Routing

Mokhtar Ebrahim 2017-05-202020-06-02

Many websites give their users a custom subdomain for their profiles or pages, so the user can access his profile…

Protect Forms using Honeypot Laravel Spam Protection Technique
Web Development

Protect Forms using Honeypot Laravel Spam Protection Technique

Mokhtar Ebrahim 2017-05-182021-06-13

Laravel framework has powerful protection from CSRF, XSS, and SQL injection, but there is no built-in Laravel spam protection. If…

Prevent SQL Injection
Web Development

Prevent SQL Injection

Mokhtar Ebrahim 2017-01-272021-06-13

How to prevent SQL injection attacks? Before we talk about how to prevent SQL injection, we have to know the impact of SQL Injection attack,…

AutoStart wampserver On Windows 10 Startup Automatically
Web Development

AutoStart wampserver On Windows 10 Startup Automatically

Mokhtar Ebrahim 2017-01-272022-04-05

Before I show you how to autostart the wampserver, I’ll talk about it a bit. Wampserver is one of the…

My Published Book

My Book

Latest Posts
  • Python pytest tutorial (Test your scripts with ease)
  • Python walrus operator (Assignment Expression)
  • Python namedtuple (Take the tuple to the next level)
  • Python defaultdict tutorial
  • Manage multiple Python versions using pyenv
  • Python Numba compiler (Make numerical code runs super fast)
  • LRU cache in Python (Simple Examples)
  • Python deque tutorial (Simple Examples)
Advertisements
Advertisements
  • Disclaimer
  • Privacy Policy
  • About
  • Contact