Skip to content

Instantly share code, notes, and snippets.

@marcosraudkett
marcosraudkett / README.md
Last active November 16, 2023 16:18
RabbitMQ Payload Beautifier

RabbitMQ Payload Beautifier ✨

Core features

  • Beautifies JSON payloads.
  • Parses nulls, booleans, integers & uuids.
  • Easily copy the whole payload to clipboard.
  • Adds a "Copy" link after every uuid.

Usage

@rolandstarke
rolandstarke / laravel setup.sh
Last active September 13, 2024 16:34
Server setup bash script for Laravel
# Ubuntu 20 LTS Server Setup for Laravel
# Login as root user
sudo su -
# Update list of available packages
apt update

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. Ensure any install or build dependencies are removed before the end of the layer when doing a