Skip to content

Instantly share code, notes, and snippets.

View dypsilon's full-sized avatar

Tim Navrotskyy dypsilon

View GitHub Profile
@dypsilon
dypsilon / dynroute.md
Last active September 26, 2015 01:15
Dynamic Routing for fluo

Dynamic Routing

Item Block

Contexts: browser, server

  1. Takes the image id provided by the storage and creates an URL like /carousel/06a55f5c-fb24-4a81-8ab8-abb0f630ce81.jpeg
  2. Passes it as a source to the lazy image.

Lazy Image

@dypsilon
dypsilon / backupmongodb.sh
Created April 26, 2015 21:49
Backup a mongodb in a docker container
#!/bin/bash
docker exec -t CONTAINER_NAME mongodump -out /backups/dump_`date "+%Y-%m-%d-%H-%M-%S"`
@dypsilon
dypsilon / stock-content.md
Created March 21, 2015 02:24
Stock Content
@dypsilon
dypsilon / SassMeister-input.scss
Created February 4, 2015 20:10
Generated by SassMeister.com.
// ----
// Sass (v3.4.11)
// Compass (v1.0.3)
// ----
/*------------------------------------*\
* $CSSWIZARDRY-GRIDS
*\*------------------------------------ */
/**
* CONTENTS
@dypsilon
dypsilon / SassMeister-input.scss
Created February 4, 2015 19:36
Generated by SassMeister.com.
// ----
// Sass (v3.4.11)
// Compass (v1.0.3)
// ----
/*------------------------------------*\
$CSSWIZARDRY-GRIDS
\*------------------------------------*/
/**
* CONTENTS
@dypsilon
dypsilon / cro.md
Created November 4, 2014 15:02
CRO

Conversion Rate Optimization (CRO)

In internet marketing, conversion optimization, or conversion rate optimization (CRO) is the method of creating an experience for a website or landing page visitor with the goal of increasing the percentage of visitors that convert into customers. It is also commonly referred to as CRO.

@dypsilon
dypsilon / vagrant.md
Created September 27, 2014 04:15
Result of the vagrant research