Skip to content

Instantly share code, notes, and snippets.

View danielmorell's full-sized avatar

Daniel Morell danielmorell

View GitHub Profile
@danielmorell
danielmorell / order_numbers.md
Last active July 7, 2020 17:37
Custom Order Numbers Plugin Project

Custom Order Numbers Plugin Project

This is a take home project so we can get an idea of your code skills and style.

This project should take between 2-3 hours and should be completed within a week.

The Problem

By default, WooCommerce uses the WordPress post ID as the order number. We run several eCommerce websites for separate business units e.g. Custom Cages and Custom Aquariums. We need each order number to be unique.

@danielmorell
danielmorell / README.md
Created January 3, 2020 22:30
>_ PowerShell Magic

>_ PowerShell Magic

These are some magical tips and scripts for PowerShell that I want to keep track of.

  1. Symbolic Links

Symbolic Links

Hard Symbolic Links

@danielmorell
danielmorell / README.md
Last active December 10, 2020 21:31
Notable WordPress Resources

Notable WordPress Resources

The following is a list of resources that I have found helpful and want to keep track of for future reference.

  1. Installation
  2. Optimization
  3. Search

Installation

@danielmorell
danielmorell / django_resources.md
Last active November 16, 2020 13:08
Notable Django Resources