Skip to content

Instantly share code, notes, and snippets.

View ducito's full-sized avatar
🏠
Working from home

Duc Nguyen ducito

🏠
Working from home
View GitHub Profile
@ducito
ducito / Switch.swift
Created January 29, 2019 07:09 — forked from nathantannar4/Switch.swift
Re-Engineering UISwitch
//
// Switch.swift
// Re-Engineering UISwitch
//
// Created by Nathan Tannar on 15/12/18.
// Copyright © 2018 Nathan Tannar. All rights reserved.
//
import UIKit
@ducito
ducito / iterm2-solarized.md
Created December 28, 2017 03:41 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Meslo powerline font + [Powerlevel9k] - (macOS)

Default

Default

Powerlevel9k

Powerlevel9k

@ducito
ducito / iterm2-solarized.md
Created December 28, 2017 03:41 — forked from andyyou/iterm2-solarized.md
iTerm2 + oh my zsh + solarized + Meslo powerline font (OSX)

Solarized

@ducito
ducito / FRP iOS Learning resources.md
Created January 13, 2016 13:54 — forked from JaviLorbada/FRP iOS Learning resources.md
The best FRP iOS resources.

Videos

@ducito
ducito / node-folder-structure-options.md
Last active September 7, 2015 06:31 — forked from lancejpollard/node-folder-structure-options.md
What is your folder-structure preference for a large-scale Node.js project?

What is your folder-structure preference for a large-scale Node.js project?

0: Starting from Rails

This is the reference point. All the other options are based off this.

|-- app
|   |-- controllers
|   |   |-- admin