Skip to content

Posts by

Vicent Martí

@vmg

An illustration of two octocats repairing a robot.

A formal spec for GitHub Flavored Markdown

Starting today, all Markdown user content hosted in our website, including user comments, wikis, and .md files in repositories will be parsed and rendered following a formal specification for GitHub Flavored Markdown.

An illustration of two octocats repairing a robot.

Move Fast and Fix Things

Anyone who has worked on a large enough codebase knows that technical debt is an inescapable reality: The more rapidly an application grows in size and complexity, the more technical…

An illustration of two octocats repairing a robot.

Counting Objects

The Systems Team at GitHub works to solve complex bugs and performance bottlenecks at the lowest levels of our infrastructure. Over the past two years we've undertaken a major project…

An illustration of two octocats repairing a robot.

Hey Judy, don’t make it bad

Last week we explained how we greatly reduced the rendering time of our web views by switching our escaping routines from Ruby to C. This speed-up was two-fold: the C…

An illustration of two octocats repairing a robot.

Escape Velocity

We work very hard to keep GitHub fast. Ruby is not the fastest programming language, so we go to great lengths benchmarking and optimizing our large codebase: our goal is…

An illustration of two octocats repairing a robot.

Yummy cookies across domains

Last Friday we announced and performed a migration of all GitHub Pages to their own github.io domain. This was a long-planned migration, with the specific goal of mitigating phishing attacks…

An illustration of two octocats repairing a robot.

Madrid Drinkup, Leganés Edition

@danishkhan and I are in Madrid for the UC3M t3chFest, and we'll be sponsoring the conference after-party in Saloon Bar El Paso, right next to the conference venue. You do…

An illustration of two octocats repairing a robot.

Take Over The Galaxy with GitHub

Notch is at it again, and we couldn't be more excited. You may have heard of Minecraft, the award-winning game Notch released a few years ago that has recently marked…

An illustration of two octocats repairing a robot.

Rolling out the Redcarpet

Here at GitHub, we love Markdown. We use it everywhere: to render the wikis, issues, pull requests, and all user-generated comments. We even encourage developers to write their READMEs in…