Skip to content

Instantly share code, notes, and snippets.

@stettix
stettix / things-i-believe.md
Last active March 20, 2024 17:45
Things I believe

Things I believe

This is a collection of the things I believe about software development. I have worked for years building backend and data processing systems, so read the below within that context.

Agree? Disagree? Feel free to let me know at @JanStette. See also my blog at www.janvsmachine.net.

Fundamentals

Keep it simple, stupid. You ain't gonna need it.

@fasiha
fasiha / example.json
Last active April 14, 2020 23:49
Super-simple Elm app to read JSON from a REST API, convert it to a nested Elm data structure, and print the result in the browser.
[
{
"japanese": "ボブは魚が好きだ。",
"english": "Bob likes fish.",
"tags": [],
"ve": [
{
"word": "ボブ",
"lemma": "ボブ",
"part_of_speech": "proper noun",