Skip to content

Instantly share code, notes, and snippets.

View danomanion's full-sized avatar

LaminarRainbow danomanion

View GitHub Profile
@danomanion
danomanion / notes.md
Created October 8, 2015 15:41
The Millionaire Fastlane Commandments CENTS.

The Millionaire Fastlane Commandments CENTS.

Source: https://www.youtube.com/watch?v=k_KlQ_Q-7cU

An Entrepreneur is someone who solves problems through scalable solutions.

C (Control)

  • Do you own the land you build your business on? Could someone slip the carpet from right under you?
  • Are you reliant on a single platform like Amazon, YouTube, Google Organic Search alone?
  • If 90% of your sales are based on one single platform like Amazon, they could kick you off and kill your business.
  • If 100% of your business comes from an organic Google algorithm and that algorithm changes, you are in trouble.
@danomanion
danomanion / print-hack.css
Last active September 14, 2022 23:43
Hack to get printers to print your css background images.
// Printers don't like you or your background images, so here is a way to get them to like you.
a.logo {
display: list-item;
list-style-image: url("../images/examiner-print-logo.png");
list-style-position: inside;
}
@danomanion
danomanion / javascript-map-copy-array.markdown
Created December 22, 2019 14:40
JavaScript: Map() copy Array.
@danomanion
danomanion / math-max-spread-operator.markdown
Created December 22, 2019 14:39
Math.max + Spread Operator
@danomanion
danomanion / function-minusone-x.markdown
Created December 22, 2019 14:38
function minusOne(x)
@danomanion
danomanion / javascript-map.markdown
Created December 22, 2019 14:36
JavaScript: Map()
@danomanion
danomanion / practice.markdown
Last active December 22, 2019 14:31
Practice