Skip to content

Instantly share code, notes, and snippets.

@brbcoding
brbcoding / index.html
Created August 22, 2014 21:15
CSS Circular Spinner
<!DOCTYPE html>
<html lang="en">
<head>
<style>
body {
background: #2c3e50;
}
.spinner {
width: 0;
@brbcoding
brbcoding / gist:c3d602efcf14c9579bff
Created December 15, 2014 17:28
YARVIS Frontend Tips
"tab_size": 2,
"translate_tabs_to_spaces": true,
Day 1:
Designing Node.js Applications
Enterprise IoT Systems with Node and MQTT
My Node.js has Superpowers
Node.js and Containers: Dispatches from the Frontier
Security – from Server to Ecosystem
Isomorphic and Reactive Applications
Measuring Node.js Micro-Services
The Future of Node.js
Day 2:
Evolution of Javascript III
Data Science in Node
Early Learnings from ES6 at PayPal
Building and Experience Platform
Evolution of Javascript (ES7)
Internet of Things
Using Node without Using Node
Day 2:
Evolution of Javascript III
Data Science in Node
Early Learnings from ES6 at PayPal
Building and Experience Platform
Evolution of Javascript (ES7)
Internet of Things
Using Node without Using Node
#col_channels, #team_menu, #col_channels_bg {
display: none;
}
#messages_container {
margin-left: 0;
}
#footer {
left: 0;
#col_channels, #col_channels_bg, #team_menu {
display: none;
}
#messages_container {
margin-left: 0;
}
#footer {
left: 0;
@brbcoding
brbcoding / react-native.sublime-snippet
Created June 19, 2015 23:45
react-native-component-starter.sublime-snippet
<snippet>
<content><![CDATA[
var React = require('react-native');
var {
${1}
} = React;
]]></content>
<tabTrigger>rn</tabTrigger>
</snippet>
var fns = [foo, bar];
var entry = {};
entry.statusId = 0;
function foo() {
console.log('foo');
}
function bar() {