Latest

 thumbnail

How to Upgrade Ubuntu Packages VIA Command Line

March 25, 2021

Keeping packages up-to-date is an important part of maintaining a secure Linux system and ensuring you have the latest p...

 thumbnail

How to Restart Queues in Laravel 8/7/6/5

March 24, 2021

Laravel queues are long-lived processes that are often started as a daemon using a process manager such as Supervisor. B...

 thumbnail

How to Create a Preview Video Thumbnail of a Video with FFmpeg & PHP

March 23, 2021

In this tutorial, we will learn how to create a video thumbnail preview from a full video using FFmpeg & PHP. It wil...

 thumbnail

How to Set Average Video & Audio Bitrate in FFmpeg

March 23, 2021

Typically video files have two streams; one audio and one video. With FFmpeg, we can set target bitrates on them to get...

 thumbnail

How to Get List Length in Python

March 23, 2021

A list in Python is a countable collection of elements. Counting the total elements in a list is a common programming ta...

 thumbnail

parseString in JavaScript

March 16, 2021