example_post

November 17, 2015

Posts are written in Markdown – tips below:

Writing a Good Post

copied from the README

Keep it technical.

People want to to be educated and enlightened. Our audience are engineers, so the way to reach them is through code. The more code samples, the better.

Nobody likes a wall of text.

Use headers to break up your text. Each image you add to your post increases its XP by 100. Diagrams, screen shots, or humorous “meme” (|memā|) gifs… They all add color. If you don’t have OmniGraffle, then submit an ask ticket. There’s no excuse for monotony.

Your 10th grade teacher was right.

Make use of the hamburger technique. Your audience doesn’t have a lot of time. Tell them what you’re going to write, write it, and then tell them what you’ve written. Spend time on your opening. Make it click.

Pair all the time.

We do everything as a team, and this is no different. Get feedback from your friends and coworkers. Show them the post on the staging site, and ask them to tear it apart.

Make it pretty.

Pivotal-ui comes with a bunch of nice helpers. Make use of them. Check out the example styles below:


Header 1

Don’t use this, since it looks like a main title.

Header 2

Header 3

Header 4

Header 5
Header 6

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

instance = Class.new("foo")
Header 1 Header 2
SSH (22) TCP (6) 22
HTTP (80) TCP (6) 80
HTTPS (443) TCP (6) 443
Custom TCP Rule TCP (6) 2222
Custom TCP Rule TCP (6) 6868

Previous
Abstraction, or, The Gift of Our Weak Brains
Abstraction, or, The Gift of Our Weak Brains

TL;DR: Intelligent developers can, at times, fail to seek out better abstractions in their code. But empath...

Next
Setting up Kotlin with Android and tests
Setting up Kotlin with Android and tests

I recently heard about Kotlin with the release of their 1.0 Beta last week. Kotlin is a modern programming ...