Skip to content

Instantly share code, notes, and snippets.

View SastraNababan's full-sized avatar
😀

Sastra Nababan SastraNababan

😀
  • Indonesia
View GitHub Profile
@SastraNababan
SastraNababan / feeds.opml
Last active September 2, 2018 02:25 — forked from jvns/feeds.opml
Programming Blogs Feeds Collection
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
<title>Julia subscriptions in feedly Cloud</title>
</head>
<body>
<outline text="tech" title="tech">
<outline type="rss" text="Latest - kate losse" title="Latest - kate losse" xmlUrl="http://www.katelosse.tv/latest?format=rss" htmlUrl="http://www.katelosse.tv/latest/"/>
<outline type="rss" text="Counting From Zero" title="Counting From Zero" xmlUrl="http://blogs.whitman.edu/countingfromzero/feed/" htmlUrl="http://blogs.whitman.edu/countingfromzero"/>

Folder Structure

Motivations

  • Clear feature ownership
  • Module usage predictibility (refactoring, maintainence, you know what's shared, what's not, prevents accidental regressions, avoids huge directories of not-actually-reusable modules, etc)
@SastraNababan
SastraNababan / 0_reuse_code.js
Created December 30, 2015 05:22
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console