Developer Videos

Bobby Iliev · 2 years ago

How to Deploy a Node.js App on Ubuntu with PM2, NGINX and Cloudflare

In this video you will learn how to deploy a Node.js application ready for production on an Ubuntu server using the following:- Install a specific Node.js version- PM2 to allow you to run an...
8

Deep Space · 2 years ago

Build a Math Game with JavaScript

Hey! I'm Lia Sue Kim. In this video tutorial we're going to create a math game using HTML, CSS and JavaScript. You don't need to download any files or folders. Everything can be done within...
7

Bobby Iliev · 2 years ago

How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu

In this video you will learn how to Install Apache, MySQL, PHP (LAMP) stack on Ubuntu server.If you are new to DigitalOcean, you could use my referral code and you would get a free $100 cred...
3

Richa Kiran · 2 years ago

Chrome's Dino Game Tricks

In this video, I'll show you some cool tricks that you can use in Chrome's famous Dino game.
2

Bobby Iliev · 2 years ago

How to host multiple WordPress websites on the same server

In this video, I will show you how to host multiple WordPress websites on the same server!Useful links:- $100 free DigitalOcean Credit- Install WordPress on Ubuntu 20.04 step by step guide
2

Tony Lea · 2 years ago

Laravel Sail 101

In this video, I'm going to show you how to use Laravel Sail https://laravel.com/docs/sail​. Sail is a Docker development environment built specifically for Laravel 🤙You can check out the o...
6

Bobby Iliev · 3 years ago

How to host your static websites for free on the DigitalOcean App platform

This video shows you how to deploy and host your static websites for free on the new DigitalOcean App Platform!Useful links:- Affiliate link for $100 free credit for DigitalOcean so you coul...
6

Tony Lea · 3 years ago

Dependency Injection in 60 seconds

Dependency Injection allows developers to pass classes or objects to a constructor or method. The dependency (class) is injected into the method.Utilizing Dependency injection can help keep...
5

Tony Lea · 3 years ago

Hacktoberfest 2020 - Submitting your first pull request

Hacktoberfest 2020 is here. Learn more about it at https://hacktoberfest.com.We are also joining in on the fun and offering 10 free DevDojo pro accounts to anyone who submits a few pull requ...
14

Tony Lea · 3 years ago

Creating Beautiful Thumbnail Images

I am often asked how I create the thumbnail images for my post, so in this screencast I wanted to show my process for creating beautiful thumbnail images.The process is fairly simple; howeve...
12

Tony Lea · 3 years ago

Converting Vue into Livewire

I've been doing a lot of playing around with Laravel Livewire lately and loving it. So, in this video, I want to show you how to convert a simple Vue component into a Livewire component. I'l...
7

Bobby Iliev · 3 years ago

The Easiest Way of installing Laravel On DigitalOcean

Laravel is an amazing PHP framework that makes working with PHP great.In this video, we will go through a few ways of installing Laravel and also show you how to do this with just 1-Click on...
4

Tony Lea · 3 years ago

Image Uploads with Livewire

In this screencast I will show you how easy it is to upload images using Laravel Livewire.Livewire makes it so easy to build Single-Page style applications and even makes uploading images is...
10

Tony Lea · 3 years ago

Laravel Livewire Introduction

In this video I want to give you a quick introduction to Laravel Livewire.Livewire allows you to create some cool Single-Page style applications. Instead of picking up a heavy javascript lib...
12

Tony Lea · 3 years ago

Laraish - A Laravel Wordpress Theme

Laraish is a Laravel Wordpress theme. With this theme you can take advantage of all the awesome Laravel features inside of wordpress!https://github.com/laraish/laraishBe sure to give this re...
11

Bobby Iliev · 3 years ago

How to proxy your web traffic via your Linux Server without a VPN?

In this video I will show you a pretty cool and easy way on how to proxy your web traffic without having to install a VPN or do any special server configuration by just using SSH tunneling!A...
6

Tony Lea · 4 years ago

Resizing Images on a Mac

In this short video I will show you how easy it is to resize images on your mac. Adding an action to your mac with Automator allows you to easily resize images with a right click.
5

Lord SpoWN · 4 years ago

Install nginx php-fpm and mysql on ubuntu 19.04

how to install nginx php-fpm and mysql on ubuntu 19.04
2

Tony Lea · 4 years ago

Side Project to Full-Time Project - Scotch.io

In this video I had the opportunity to sit down with the creator of Scotch.io and get some insight into creating a side project and turning it into a full-time project. We did a google hango...
4

Tony Lea · 5 years ago

Larecipe Documentation Package

Create beautiful documentation for your project with LaRecipe. LaRecipe is a Laravel Package which allows you to create simple code-driven documentation.In this episode we will show you how...
3

Tony Lea · 5 years ago

Laravel Options Package

The Laravel Options package gives you the ability to add a simple key-value store in your laravel application. You can include this package with the following command:
2

Tony Lea · 5 years ago

Laravel on Digital Ocean with Larasail

Using Larasail you can easily boot up a Digital Ocean server ready for your development application.Be sure to checkout the repo here: https://github.com/thedevdojo/larasailIf you're un...
1

Tony Lea · 5 years ago

Laravel Custom Route Files

In this video we'll show you how to create your own custom route files. This will allow you to keep your Laravel web routes file clean and organized. You can easily create a routes file anyw...
1

Tony Lea · 6 years ago

Image Uploads with Laravel and Filepond

In this video, you will learn how to upload files using Laravel and Filepond.Filepond is a file upload javascript library. It provides easy integration and a super pretty interface.You can c...
1

Tony Lea · 6 years ago

The PHP Singleton Class

In this video we will show you how to create a PHP singleton class and why you may want to use it. We'll show you how to create a basic class and a similar implementation with a singleton cl...

Tony Lea · 6 years ago

Creating a Sticky HTML Element

In this video I want to show you how to create a basic Sticky HTML element using the CSS fixed position property. You will also learn how to make the element stick when a user scrolls to a s...

Tony Lea · 6 years ago

Laravel Front-end Presets

In this video you will learn how to use the Laravel Front-end Presets to start off your Laravel app with the CSS library of your choice.Be sure to checkout the github repo here: https:/...

Tony Lea · 6 years ago

Laravel Route Redirect and Route View

In Laravel 5.5, there are 2 new route methods which are Route::redirect() and Route::view.If you want to easily redirect one route to another you can do so using the redirect() method:

Tony Lea · 6 years ago

Using the Voyager Installer

In this video you will learn how to use the Voyager Installer to easily and quickly create a new Voyager application. This is very similar to the `laravel new` command, except it also instal...

Tony Lea · 6 years ago

Creating CSS Menu Hover Effects

CSS Menu Hover Effects look really nice and they are really easy to create. In this video we will show you how to create an awesome CSS Menu Hover Effect using the After and Before pseudo el...

Loading More Content