Emad Zaamout
Emad Zaamout
  • 35
  • 654 337
Docker Health Checks
In this course, we will cover docker health checks.
Health checks are needed to ensure your containers are “healthy” before starting your application.
For example, if you want to automatically run your migrations after your api docker container is up, then you wont really be able to do that if the database isnt ready to handle traffic.
Github Starter Files: github.com/emad-zaamout/course-docker-health-checks-starter-files
Chapters
0:00 Introduction
0:36 Clone sample project
1:51 docker health checks
มุมมอง: 543

วีดีโอ

Unsigned Integers vs UUIDs for Laravel Distributed Systems
มุมมอง 1904 หลายเดือนก่อน
Laravel Edition. In this quick tutorial I explain why using unsigned AUTO_INCREMENTED integer IDs for your database tables is bad and why you should use UUIDs instead. Using Laravel, I will show you how to do that quickly.
Running Dockerized Laravel as Non Root User
มุมมอง 3275 หลายเดือนก่อน
Laravel docker security using custom user instead of root. Easily fix all laravel permission errors. Course Material Github github.com/emad-zaamout/course-material-laravel-docker-security-custom-user-setup Chapters 0:00 Introduction 0:35 Risks of using Root User 1:05 Setting up your local 5:40 UID & GID 7:47 Creating new user 8:35 File Permissions & Ownership 10:40 Configuring Server to use new...
Deploy Dockerized Laravel Application using AWS ECS + AWS CodeBuild
มุมมอง 16Kปีที่แล้ว
Deploy any Dockerized application using AWS RDS, ECR, ECS, Load Balancers, ECS Cluster, Task Definitions, Target Groups, Route53, AWS ACM, IAM, GitHub, etc … Github Repository github.com/emad-zaamout/laravel-docker-aws-deployment-course-start Chapters 0:00 Intrduction 1:03 Github Setup 1:50 Laravel Project Setup 5:19 Docker Walkthrough 7:41 Install AWS CLI 8:42 Laravel Deployment Prep 9:52 AWS ...
PHP Code Quality using CodeSniffer phpcbf, phpcs
มุมมอง 1.5Kปีที่แล้ว
PHP_CodeSniffer is a set of two PHP scripts; the main phpcs script that tokenizes PHP, JavaScript and CSS files to detect violations of a defined coding standard, and a second phpcbf script to automatically correct coding standard violations. PHP_CodeSniffer is an essential development tool that ensures your code remains clean and consistent.
Amazon Elastic Container Registry (AWS ECR)
มุมมอง 2.6Kปีที่แล้ว
Amazon Elastic Container Registry (AWS ECR) Last video, we learned how to create custom docker images. In this tutorial, we will learn how to store and use our docker images in AWS ECR. AWS ECR is a container image registry service which allows us to store Docker containers for both public and private access. Base Image Github URL github.com/emad-zaamout/php-fpm-nginx-base-image
Docker Custom Images
มุมมอง 1.1Kปีที่แล้ว
Eliminate containers build time. Github URL for laravel-docker-nginx-php-fpm-opcache github.com/emad-zaamout/laravel-docker-nginx-php-fpm-opcache Hello guys, welcome back. In this tutorial, were going to learn how to create our own custom docker images. If your using Docker to run your Laravel project, then it should be obvious that building your project locally takes a long time. Generally, in...
Dockerized SonarQube - Code Quality and Code Security
มุมมอง 16Kปีที่แล้ว
SonarQube Communication Edition is an open-source code quality and security tool that analyzes your code and provides you with code quality and security reports. If you’re building a SAAS application, then using tools like SonarQube is essential as it can be used to detected bugs, vulnerabilities, bad programming practises maintainability scores and much more. If your using continuous developme...
Linux Permissions Explained
มุมมอง 718ปีที่แล้ว
Linux permissions explained. Linux permissions made easy. full course.
Laravel Docker Nginx + PHP-FPM + op_cache
มุมมอง 16Kปีที่แล้ว
Laravel Docker Nginx PHP OP CACHE OPcache is a caching engine built into PHP. When enabled, it dramatically increases the performance of websites that utilize PHP. This course, we will build and Dockerize a new Laravel Project. We will learn how to build Nginx and set up OP Cache for top performance. My Github Account: github.com/emad-zaamout If your new to Docker, you should watch my other vid...
Laravel Makefiles Course
มุมมอง 2.3Kปีที่แล้ว
In this course, were going to learn how to build Makefiles. A common problem you will always face when working on any project, is how to build and work with your project. By using Makefiles, you can forever change how you build your projects. Stop wasting time running your commands manually. Its not efficient. Today you might remember all the commands you need to build your project. Few months ...
Windows WSL 2 Docker Tutorial
มุมมอง 15Kปีที่แล้ว
To run Docker on Windows, there’s few ways. You can either run it using the Docker legacy Hyper-V backend, or you can use WSL 2 which offers much better performance and stability. What is Windows Subsystem for Linux (WSL2)? The Windows System for Linux (WSL) lets you run a Linux environment directly on windows without needing to use virtual machines or dualboot setup. This allows you to fully t...
Laravel 9 Complete Course | Blog Implementation
มุมมอง 5Kปีที่แล้ว
In this course, we will learn how to build web applications using the Laravel framework. We will build a personal blog, with an admin section where you can create, update, and delete blogs and images. This course will also include user management. To keep things simple, we will use Laravel blade, jQuery, and bootstrap 5 for the frontend. For the backend, its mostly just Laravel. Some of the top...
Laravel Docker Course | Complete Laravel Dockerization
มุมมอง 84K2 ปีที่แล้ว
Complete Laravel Docker implementation. Full course. In this course, you will learn everything that you’ll need to know about Docker. We will be building a new Laravel Docker template that you can use to run all your Laravel Projects. Our implementation will include 6 containers: 1. PHP 2. WebSockets 3. Database 4. Redis 5. Queue 6. Node I will also provide you a sample Laravel project that we ...
Laravel WebSockets Course | Chat App Example
มุมมอง 16K2 ปีที่แล้ว
Hello and Welcome back to another AHT Cloud training series. In this course, we will cover custom Laravel WebSocket Chat Application implementation using the Laravel framework. We will not be using any third-party vendor for the WebSocket’s server. We will implement it from scratch, and we will use our server to handle all the WebSocket’s communications. Before we get started, don’t forget to s...
Laravel API Development | MVCS + Repository Pattern | Laravel Backend Course
มุมมอง 9K2 ปีที่แล้ว
Laravel API Development | MVCS Repository Pattern | Laravel Backend Course
MySQL Tutorial - MySQL Error Log, General Query Log and Slow Query Log
มุมมอง 7K2 ปีที่แล้ว
MySQL Tutorial - MySQL Error Log, General Query Log and Slow Query Log
Laravel Eloquent ORM vs Raw Queries | Laravel Performance Testing
มุมมอง 1.5K2 ปีที่แล้ว
Laravel Eloquent ORM vs Raw Queries | Laravel Performance Testing
Email DNS Master Course | SPF + DKIM + DMARC Explained
มุมมอง 56K2 ปีที่แล้ว
Email DNS Master Course | SPF DKIM DMARC Explained
DMARC Tutorial - How to set up DNS DMARC record | Protect Your Doman
มุมมอง 8K2 ปีที่แล้ว
DMARC Tutorial - How to set up DNS DMARC record | Protect Your Doman
Email SPF Record Tutorial - Sender Policy Framework (SPF) | Prevent Email Spoofing | DNS Course
มุมมอง 1.8K3 ปีที่แล้ว
Email SPF Record Tutorial - Sender Policy Framework (SPF) | Prevent Email Spoofing | DNS Course
AWS Load Balancer and AWS Target Groups Tutorial
มุมมอง 16K3 ปีที่แล้ว
AWS Load Balancer and AWS Target Groups Tutorial
AWS Elastic Load Balancing Explained
มุมมอง 2.9K3 ปีที่แล้ว
AWS Elastic Load Balancing Explained
AWS Tutorial - How to copy/clone/duplicate EC2 Instances?
มุมมอง 22K3 ปีที่แล้ว
AWS Tutorial - How to copy/clone/duplicate EC2 Instances?
How to Install PHP on Windows Server 2019?
มุมมอง 16K3 ปีที่แล้ว
How to Install PHP on Windows Server 2019?
Git Tutorial - Git Hooks Crash Course
มุมมอง 6K3 ปีที่แล้ว
Git Tutorial - Git Hooks Crash Course
DevOps Tutorial - Laravel Deployment Automation CI\\CD using AWS RDS EC2 S3 CodeDeploy BitBucket
มุมมอง 24K3 ปีที่แล้ว
DevOps Tutorial - Laravel Deployment Automation CI\\CD using AWS RDS EC2 S3 CodeDeploy BitBucket
How to increase your AWS EC2 Instance Storage (EBS Volumes) with no downtime?
มุมมอง 16K3 ปีที่แล้ว
How to increase your AWS EC2 Instance Storage (EBS Volumes) with no downtime?
Git Tutorial - Git Crash Course using BitBucket
มุมมอง 201K3 ปีที่แล้ว
Git Tutorial - Git Crash Course using BitBucket
Laravel Tutorial - Laravel Setup Windows 10 Vagrant Homestead Orcale VM VirtualBox
มุมมอง 11K3 ปีที่แล้ว
Laravel Tutorial - Laravel Setup Windows 10 Vagrant Homestead Orcale VM VirtualBox