Skip to content

Instantly share code, notes, and snippets.

@solarce
solarce / getting_more_familiar_with_go_resources.md
Last active June 19, 2017 13:54
A list of resources for getting more familiar with Go

Getting more familiar with Go

@OlegIlyenko
OlegIlyenko / Event-stream based GraphQL subscriptions.md
Last active February 24, 2024 04:41
Event-stream based GraphQL subscriptions for real-time updates

In this gist I would like to describe an idea for GraphQL subscriptions. It was inspired by conversations about subscriptions in the GraphQL slack channel and different GH issues, like #89 and #411.

Conceptual Model

At the moment GraphQL allows 2 types of queries:

  • query
  • mutation

Reference implementation also adds the third type: subscription. It does not have any semantics yet, so here I would like to propose one possible semantics interpretation and the reasoning behind it.

@staltz
staltz / introrx.md
Last active May 3, 2024 13:00
The introduction to Reactive Programming you've been missing
@0chroma
0chroma / hacking-into-the-pentagon.service
Last active January 25, 2024 18:19
a systemd service that hacks the pentagon when ur system turns on, turns ur pc into a sick 1337 hacking machine
#a systemd service that hacks the pentagon when ur system turns on
#turns ur pc into a sick 1337 hacking machine
[Unit]
Description=Hacking into the pentagon
[Service]
Type=simple
ExecStart=/bin/sh -c "ping defense.gov"