Nick Yeoman's Blog Tags

Bash Script Snippets

Updated: Apr. 12th 2022 at 5:28am

There are a few bash snippets that I use very frequently in my bash scripts. Here is my collection.

Read the article: Bash Script Snippets

Virtualbox on Windows

Updated: May. 4th 2023 at 1:20pm

This is a video I created to get Virtualbox 7 installed on Windows 11.

Read the article: Virtualbox on Windows

Laravel out of the box

Updated: Oct. 28th 2022 at 4:05pm

Laravel out of the box explains how to install Laravel, to a working development condition, on a Ubuntu system using Sail and docker.

Read the article: Laravel out of the box

Php Validation Class

Updated: Feb. 17th 2022 at 4:54pm

This article includes the PHP class I use for simple form validation.

Read the article: Php Validation Class

How To Install Composer On Ubuntu

Updated: Apr. 11th 2023 at 10:35am

Read the article: How To Install Composer On Ubuntu

Php Heredocs

Updated: Feb. 17th 2022 at 7:12pm

Developers who don’t use heredoc’s have really annoying code to edit.

Read the article: Php Heredocs

Php Mysql Insert From Array

Updated: Apr. 5th 2022 at 2:06am

I first wrote this article in 2009 when CodeIgniter’s active record class did most of the db work for you.  Eventually I'll update this to talk about my php class helper for MySQL.

Read the article: Php Mysql Insert From Array

Redirect Based On Browser (user agents)

Updated: Jul. 18th 2022 at 12:23am

Read the article: Redirect Based On Browser (user agents)

Php Sessions

Updated: Feb. 17th 2022 at 5:34pm

This is a brief introduction to PHP sessions. Creating sessions are very easy!

Read the article: Php Sessions