Posts with Blog tag
The Guide to Git I wish I had before I started my current job
February 6, 2021How to set up Tailwind CSS with gridsome
December 24, 2020Guide to setting up Vue 3 (with example snippets and configuration)
November 14, 2020Why you should use window.matchMedia when checking for window resizes in Javascript
October 3, 2020Vue-Test-Utils Guide: Things You Might Not Know About Vue-Test-Utils
May 17, 2020Laravel Naming Conventions
May 9, 2020Laravel features you may not know about
November 23, 2019Suspending in Bash: Quickly switch between running processes in bash
November 14, 2019The 5 Principes of SOLID, easily explained using PHP
November 13, 2019PHP Observer Design Pattern Explained (Easy to understand)
November 11, 2019The Adapter Design Pattern, Explained With PHP
November 11, 2019The Decorator Design Pattern in PHP (with easy to follow example)
November 11, 2019The Chain-of-responsibility programming design pattern (explained using PHP)
November 11, 2019The Composite Design Pattern Explained (with PHP)
November 11, 2019Strategy Design Pattern in PHP - Explained!
November 11, 2019The Front Controller Design Pattern (explained using PHP)
November 1, 2019Specification Design Pattern in PHP - Explained!
October 20, 2019The Repository Pattern in PHP (and Laravel)
October 16, 2019Array Destructuring: The Useful PHP 7 Feature You (maybe) Aren't Using
October 10, 2019Why You Should Never Host Your Own Videos, And What 3rd Party Video Hosting Services Are The Best To Use
October 2, 2019How to create a new MySQL (MariaDB) Database, user, and grant it privileges
September 27, 2019Bash Parameter Expansions (!$, etc)
September 26, 2019Vimattack: How to get someone's database credentials while they are editing config files on a live server
September 26, 2019Linux Command Cheatsheet: Disk usage and filesize cheatsheet
September 26, 2019Laravel + SQLite - works in php artisan tinker, but gives 'unable to open db file' - FIXED
September 26, 2019Should you disable Vim's swap files (.swp) being created?
September 26, 2019Vim tip: The best line number config (current + relative line numbers)
September 26, 2019How to sort lines of text from within vim (super easy!)
September 26, 2019Beginners Guide to Tabs in Vim
September 26, 2019Why You Should Use SPL Exceptions in PHP, for Better Exception Handling
September 3, 2019