Skip to content

Instantly share code, notes, and snippets.

View codecraf8's full-sized avatar
🌴
On vacation

codecraf8

🌴
On vacation
View GitHub Profile

Make it real

Ideas are cheap. Make a prototype, sketch a CLI session, draw a wireframe. Discuss around concrete examples, not hand-waving abstractions. Don't say you did something, provide a URL that proves it.

Ship it

Nothing is real until it's being used by a real user. This doesn't mean you make a prototype in the morning and blog about it in the evening. It means you find one person you believe your product will help and try to get them to use it.

Do it with style

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
creationTimestamp: null
labels:
io.kompose.service: .
name: .
spec:
accessModes:
- ReadWriteOnce
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
io.kompose.service: web
name: web
spec:
ports:
- name: "5000"
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
creationTimestamp: null
name: web
spec:
replicas: 1
strategy:
type: Recreate
template:
Project name
Home
About
Contact
Bootstrap starter template
Use this document as a way to quickly start any new project.
All you get is this text and a mostly barebones HTML document.
- name: Ensure bash, OpenSSl, and libssl are the latest versions
apt: name={{ item }} update_cache=true state=latest
with_items:
- bash
- openssl
- libssl-dev
- libssl-doc
tags: packages
- name: Install PostgreSQL