Skip to content

Instantly share code, notes, and snippets.

View hassy's full-sized avatar
🐢
Working through a massive backlog of issues, PRs and emails. Send coffee.

Hassy Veldstra hassy

🐢
Working through a massive backlog of issues, PRs and emails. Send coffee.
View GitHub Profile
@WowItsDoge
WowItsDoge / artilleryLoadTestVisualisation.html
Created September 13, 2017 15:54
Visualisation tool for artillery.io json load test description files.
<!-- Artillery Load Test Visualisation -->
<!-- Developed by https://github.com/WowItsDoge -->
<!-- Load this html file in chrome and open a json load test description. -->
<!-- The Load Test is drawn in a tree view. -->
<!-- It uses the vis js library. -->
<!-- Feel free to use and improve this visualization tool. -->
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vis/4.20.1/vis.min.js"></script>
@deanrad
deanrad / artillery-meteor.yml
Created May 15, 2017 16:16
Load Test Meteor with Artillery (http://artillery.io)
config:
# target: "ws://localhost:3000/websocket"
target: "wss://deployed-server/websocket"
phases:
-
duration: 60
arrivalRate: 10
ws:
# Ignore SSL certificate errors
# - useful in *development* with self-signed certs

Make it real

Ideas are cheap. Make a prototype, sketch a CLI session, draw a wireframe. Discuss around concrete examples, not hand-waving abstractions. Don't say you did something, provide a URL that proves it.

Ship it

Nothing is real until it's being used by a real user. This doesn't mean you make a prototype in the morning and blog about it in the evening. It means you find one person you believe your product will help and try to get them to use it.

Do it with style