Skip to content

Instantly share code, notes, and snippets.

View gndx's full-sized avatar
🇨🇴
gndx.dev

Oscar Barajas Tavares gndx

🇨🇴
gndx.dev
View GitHub Profile
Lock S-foils in attack position
Dude this is webscale
Obliterate user's hard drive
Synchronize deceptions
Do everything asynchronously, attem... is that a squirrel?
Bring the guitar. Leave the cannoli.
Erratic subject/verb replacements
Either merge this or be prepared to launch the warp core.
DO YOU KNOW HOW TO TURN OFF CAPSLOCK?
:poop:
import React, { Component } from 'react';
class App extends Component {
render() {
return (
<div>
<h1>¡Hola Mundo!</h1>
</div>
);
}