Skip to content

Instantly share code, notes, and snippets.

View sheraz-haider's full-sized avatar
🎯
Always Focused

Sheraz Haider sheraz-haider

🎯
Always Focused
View GitHub Profile
@bradtraversy
bradtraversy / mongodb_cheat_sheet.md
Last active April 28, 2024 19:51
MongoDB Cheat Sheet

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

@vector-kerr
vector-kerr / laravel-queue-worker.pm2.yml
Created November 22, 2017 23:01
Laravel Queue Worker PM2 Application Definition
#
# This file provides an application definition that can be used with
# PM2 ("Production Process Manager").
#
# PM2 "allows you to keep applications alive forever, to reload them
# without downtime and to facilitate common system admin tasks."
#
# Use this file by running it with PM2. For example:
# $> pm2 start laravel-queue-worker.pm2.yml
#