PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Developer Videos

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...

Bobby Iliev ยท 3 years ago

10

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...

Deep Space ยท 3 years ago

7

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...

Bobby Iliev ยท 3 years ago

3

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.

Richa Kiran ยท 3 years ago

2

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

Bobby Iliev ยท 4 years ago

2

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...

Tony Lea ยท 4 years ago

7

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...

Bobby Iliev ยท 4 years ago

6

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...

Tony Lea ยท 4 years ago

5

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...

Tony Lea ยท 4 years ago

14

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...

Tony Lea ยท 4 years ago

12

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...

Tony Lea ยท 4 years ago

7

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...

Bobby Iliev ยท 4 years ago

4

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...

Tony Lea ยท 4 years ago

10

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...

Tony Lea ยท 4 years ago

12

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...

Tony Lea ยท 5 years ago

11

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...

Bobby Iliev ยท 5 years ago

6

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.

Tony Lea ยท 5 years ago

5

Install nginx php-fpm and mysql on ubuntu 19.04

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

Lord SpoWN ยท 6 years ago

2

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...

Tony Lea ยท 6 years ago

4

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...

Tony Lea ยท 6 years ago

3

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:

Tony Lea ยท 6 years ago

2

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...

Tony Lea ยท 7 years ago

1

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...

Tony Lea ยท 7 years ago

1

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...

Tony Lea ยท 7 years ago

1

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 ยท 7 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 ยท 7 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 ยท 7 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 ยท 7 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 ยท 7 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...

Tony Lea ยท 7 years ago

Loading More Content