dotjs userscript for visualizing package.json
files (if present) underneath the tree view.
Very useful for navigating Node.JS projects
#!/usr/bin/env bash | |
# search directory defaults to current | |
dir=. | |
# case sensitive search | |
sensitive= | |
# colors enabled by default in ttys | |
if [ -t 1 ]; then |
dotjs userscript for visualizing package.json
files (if present) underneath the tree view.
Very useful for navigating Node.JS projects
History of Realtime - @metajack
Realtime Insights - @guille
https://speakerdeck.com/rauchg/io-insights
Making DISQUS Realtime - @NorthIsUp
After publishing my article on ECMAScript 6, some have reached out to ask how I exactly I make it all work.
I refrained from including these details on the original post because they're subject to immiment obsoletion. These tools are changing and evolving quickly, and some of these instructions are likely to become outdated in the coming months or even weeks.
When evaluating the available transpilers, I decided to use 6to5, which has recently been renamed to Babel. I chose it based on:
The following guide will show you how to deploy a simple microservice written in JavaScript using 𝚫 now.
It uses Open Source tools that are widely available, tested and understood:
Since Twitter doesn't have an edit button, it's a suitable host for JavaScript modules.
Source tweet: https://twitter.com/rauchg/status/712799807073419264
const leftPad = await requireFromTwitter('712799807073419264');
With the release of Node 6.0.0, the surface of code that needs transpilation to use ES6 features has been reduced very dramatically.
This is what my current workflow looks like to set up a minimalistic and fast microservice using micro and async
+ await
.
const raw = require('raw-socket'); | |
const ip = require('ip'); | |
var options = { | |
protocol: raw.Protocol.ICMP | |
}; | |
const sourceIp = '127.0.0.1'; | |
const targetIp = '127.0.0.1'; |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Next level UX</title> | |
<meta charset="UTF-8" /> | |
</head> | |
<body> | |
<p> | |
<label> |
vercel
or vc
, or link the project to GitHub and run git push
.index.html
needs to be inside a folder called public/