DEV Community

PHP crash course Series' Articles

Back to MD ARIFUL HAQUE's Series
PHP crash course: PHP MYSQL QUIZ APP
Cover image for PHP crash course: PHP MYSQL QUIZ APP

PHP crash course: PHP MYSQL QUIZ APP

5
Comments 1
3 min read
PHP crash course: Simple Calculator
Cover image for PHP crash course: Simple Calculator

PHP crash course: Simple Calculator

2
Comments 3
3 min read
PHP crash course: Simple To-Do List
Cover image for PHP crash course: Simple To-Do List

PHP crash course: Simple To-Do List

2
Comments
4 min read
PHP crash course: Simple Guestbook
Cover image for PHP crash course: Simple Guestbook

PHP crash course: Simple Guestbook

5
Comments
3 min read
PHP crash course: Simple Contact Form
Cover image for PHP crash course: Simple Contact Form

PHP crash course: Simple Contact Form

3
Comments 1
3 min read
PHP crash course: Simple Weather App
Cover image for PHP crash course: Simple Weather App

PHP crash course: Simple Weather App

8
Comments 2
3 min read
PHP crash course: Simple Blog Platform
Cover image for PHP crash course: Simple Blog Platform

PHP crash course: Simple Blog Platform

5
Comments
4 min read
PHP crash course: Simple Image Gallery
Cover image for PHP crash course: Simple Image Gallery

PHP crash course: Simple Image Gallery

3
Comments
5 min read
PHP crash course: Simple Currency Converter
Cover image for PHP crash course: Simple Currency Converter

PHP crash course: Simple Currency Converter

3
Comments 1
5 min read
PHP crash course : Simple User Authentication System
Cover image for PHP crash course : Simple User Authentication System

PHP crash course : Simple User Authentication System

2
Comments
6 min read
20 Rules to Optimize PHP for High-Traffic Websites

20 Rules to Optimize PHP for High-Traffic Websites

17
Comments 1
3 min read
A Legendary Interview Question: What is the Maximum Length of An Array in PHP?

A Legendary Interview Question: What is the Maximum Length of An Array in PHP?

1
Comments
1 min read
Some Best Practices for Writing Dockerfiles
Cover image for Some Best Practices for Writing Dockerfiles

Some Best Practices for Writing Dockerfiles

Comments 1
3 min read
Create Your Documentation Website Without Any Stress and Panic....

Create Your Documentation Website Without Any Stress and Panic....

1
Comments
3 min read
Some Common SQL Slow Query Statements and How to Optimize Them...

Some Common SQL Slow Query Statements and How to Optimize Them...

1
Comments
4 min read
Understanding GROUP BY vs. PARTITION BY in SQL

Understanding GROUP BY vs. PARTITION BY in SQL

2
Comments
4 min read
Why Implement the Repository Pattern in Laravel?
Cover image for Why Implement the Repository Pattern in Laravel?

Why Implement the Repository Pattern in Laravel?

2
Comments
4 min read
Understanding WebSockets in PHP

Understanding WebSockets in PHP

6
Comments 2
4 min read
Understanding PHP Metaprogramming: Dynamic Code Manipulation

Understanding PHP Metaprogramming: Dynamic Code Manipulation

6
Comments
3 min read
Comprehensive Guide to PHP Sessions: How They Work with Examples

Comprehensive Guide to PHP Sessions: How They Work with Examples

2
Comments
4 min read
Understanding WebSocket Security: Best Practices for Secure Implementation

Understanding WebSocket Security: Best Practices for Secure Implementation

1
Comments
4 min read
Database Schema Management in Laravel Using Migrations: An In-Depth Tutorial
Cover image for Database Schema Management in Laravel Using Migrations: An In-Depth Tutorial

Database Schema Management in Laravel Using Migrations: An In-Depth Tutorial

Comments
4 min read
Guide to Integrating Google Places Autocomplete in Laravel
Cover image for Guide to Integrating Google Places Autocomplete in Laravel

Guide to Integrating Google Places Autocomplete in Laravel

Comments
3 min read
IN vs EXISTS in SQL: Understanding Performance and Usage
Cover image for IN vs EXISTS in SQL: Understanding Performance and Usage

IN vs EXISTS in SQL: Understanding Performance and Usage

1
Comments
3 min read
Securing PHP Applications Against SQL Injection Attacks
Cover image for Securing PHP Applications Against SQL Injection Attacks

Securing PHP Applications Against SQL Injection Attacks

Comments 4
3 min read
Exploring Concurrency and Parallelism in PHP: Hands-On Tutorials and Tips
Cover image for Exploring Concurrency and Parallelism in PHP: Hands-On Tutorials and Tips

Exploring Concurrency and Parallelism in PHP: Hands-On Tutorials and Tips

Comments
3 min read
Mastering Git: A Curated List of Must-Know Commands for Efficient Version Control
Cover image for Mastering Git: A Curated List of Must-Know Commands for Efficient Version Control

Mastering Git: A Curated List of Must-Know Commands for Efficient Version Control

Comments
4 min read
Step-by-Step: Deploy Laravel App to Cloud (AWS, Google, Azure, DigitalOcean) with CI/CD Using GitHub Actions/GitLab CI

Step-by-Step: Deploy Laravel App to Cloud (AWS, Google, Azure, DigitalOcean) with CI/CD Using GitHub Actions/GitLab CI

Comments
3 min read
Building Real-Time Applications with PHP Using WebSockets

Building Real-Time Applications with PHP Using WebSockets

4
Comments
4 min read
Easy Laravel Deployment on Ubuntu: A Beginner's Guide with LEMP Stack

Easy Laravel Deployment on Ubuntu: A Beginner's Guide with LEMP Stack

Comments
4 min read
Boosting PHP Efficiency: Proven Techniques for Performance Optimization

Boosting PHP Efficiency: Proven Techniques for Performance Optimization

2
Comments
5 min read
Hidden Gems of Laravel: Lesser-Known Features to Boost Your Development

Hidden Gems of Laravel: Lesser-Known Features to Boost Your Development

4
Comments
4 min read
Simplifying Data Transfer in Laravel with DTOs

Simplifying Data Transfer in Laravel with DTOs

1
Comments 1
3 min read
How to Backup a PostgreSQL Database in Docker: Step-by-Step Guide

How to Backup a PostgreSQL Database in Docker: Step-by-Step Guide

2
Comments
3 min read
Implementing Event-Driven Architectures in PHP: A Deep Dive into Event Sourcing and CQRS

Implementing Event-Driven Architectures in PHP: A Deep Dive into Event Sourcing and CQRS

5
Comments
3 min read
Getting Started with Laravel: A Beginner's Guide to Query Builder

Getting Started with Laravel: A Beginner's Guide to Query Builder

6
Comments
4 min read
Best Practices for Structuring Your PHP Web Project

Best Practices for Structuring Your PHP Web Project

4
Comments
2 min read
Mastering Clean Code in PHP: Key Lessons from My Coding Journey

Mastering Clean Code in PHP: Key Lessons from My Coding Journey

6
Comments 1
4 min read
Best PostgreSQL Queries/Functions for Daily Operations

Best PostgreSQL Queries/Functions for Daily Operations

2
Comments 2
4 min read
A Beginner’s Guide to Testing PHP Code with PHPUnit

A Beginner’s Guide to Testing PHP Code with PHPUnit

6
Comments
3 min read
Deliver Emails Safely with PHP: A Guide to Using SMTP for Spam-Free Emails

Deliver Emails Safely with PHP: A Guide to Using SMTP for Spam-Free Emails

Comments
4 min read
PART# 1 - Efficient File Transfer System Using HTTP for Large Datasets - Chunked Uploads
Cover image for PART# 1 - Efficient File Transfer System Using HTTP for Large Datasets - Chunked Uploads

PART# 1 - Efficient File Transfer System Using HTTP for Large Datasets - Chunked Uploads

Comments
4 min read
PART# 2 - Efficient File Transfer System Using HTTP for Large Datasets - Range Requests
Cover image for PART# 2 - Efficient File Transfer System Using HTTP for Large Datasets - Range Requests

PART# 2 - Efficient File Transfer System Using HTTP for Large Datasets - Range Requests

Comments
3 min read
Boost Your Workflow: Essential Shell Scripts for Everyday Tasks

Boost Your Workflow: Essential Shell Scripts for Everyday Tasks

10
Comments
12 min read
How and When to Use saveQuietly() for Silent Updates in Laravel

How and When to Use saveQuietly() for Silent Updates in Laravel

2
Comments 1
3 min read
Accelerating PostgreSQL Queries: Strategies for Optimizing Billions of Records

Accelerating PostgreSQL Queries: Strategies for Optimizing Billions of Records

1
Comments
4 min read
Laravel API Documentation Made Easy: Step-by-Step Swagger Integration

Laravel API Documentation Made Easy: Step-by-Step Swagger Integration

Comments
3 min read
Essential SQL Database Security Practices to Protect Your Data

Essential SQL Database Security Practices to Protect Your Data

Comments
4 min read
Build a Simple Auto-Play Carousel with Clickable Controls Using Alpine.js
Cover image for Build a Simple Auto-Play Carousel with Clickable Controls Using Alpine.js

Build a Simple Auto-Play Carousel with Clickable Controls Using Alpine.js

1
Comments
3 min read
Automated CSV and Excel Data Import to MySQL and PostgreSQL Databases Using PHP

Automated CSV and Excel Data Import to MySQL and PostgreSQL Databases Using PHP

6
Comments
2 min read
Free-to-Use Open APIs for Your Next Project — Lifetime Access for Developers
Cover image for Free-to-Use Open APIs for Your Next Project — Lifetime Access for Developers

Free-to-Use Open APIs for Your Next Project — Lifetime Access for Developers

8
Comments
2 min read
Integrate Stripe Treasury API in PHP: Some Essential Steps for Developers
Cover image for Integrate Stripe Treasury API in PHP: Some Essential Steps for Developers

Integrate Stripe Treasury API in PHP: Some Essential Steps for Developers

8
Comments
2 min read
Step-by-Step Guide to Integrating Third-Party APIs in Laravel Applications
Cover image for Step-by-Step Guide to Integrating Third-Party APIs in Laravel Applications

Step-by-Step Guide to Integrating Third-Party APIs in Laravel Applications

10
Comments
3 min read
Ansible Playbooks for Infrastructure Automation
Cover image for Ansible Playbooks for Infrastructure Automation

Ansible Playbooks for Infrastructure Automation

4
Comments
2 min read
Boost Your DevOps Career: Some Mini Project Ideas for Hands-On Practice in CI/CD, IaC, and Monitoring
Cover image for Boost Your DevOps Career: Some Mini Project Ideas for Hands-On Practice in CI/CD, IaC, and Monitoring

Boost Your DevOps Career: Some Mini Project Ideas for Hands-On Practice in CI/CD, IaC, and Monitoring

6
Comments
3 min read
Comprehensive Methods to Display Arrays in PHP and Laravel
Cover image for Comprehensive Methods to Display Arrays in PHP and Laravel

Comprehensive Methods to Display Arrays in PHP and Laravel

Comments
2 min read
php.ini Overview: Boost Performance, Security, and Flexibility
Cover image for php.ini Overview: Boost Performance, Security, and Flexibility

php.ini Overview: Boost Performance, Security, and Flexibility

Comments
2 min read
A Practical Guide to Writing Better Bash Scripts
Cover image for A Practical Guide to Writing Better Bash Scripts

A Practical Guide to Writing Better Bash Scripts

Comments
2 min read
Some Essential Coding Practices Every Experienced Developer Recommends
Cover image for Some Essential Coding Practices Every Experienced Developer Recommends

Some Essential Coding Practices Every Experienced Developer Recommends

Comments
2 min read