VirtualTam's bookmarks
105 bookmarks found
-
The AirGradient Builds Overview
2024-10-23 -
- Scuba: Diving into Data at Facebook - International Conference on Very Large Data Bases (VLDB) (PDF, Talk)
- HN discussion
- Axiom - Stop sampling, observe every event
- Eventrelay - An event streaming/storage system for the rest of us
- Honeycomb - Identify Outliers
- Rill - Fast operational dashboards that your team will actually use
- Strangeloop 17 - Why We Built Our Own Distributed Column Store by Sam Stokes
-
- Lakland Bass Setup
- Elixir - Setting Up Your Bass Guitar:
- Gary Willis - Setup Manual (retrieved 2016-03-03)
-
Subclassing in Python Redux
2023-06-11 The conflict between subclassing and composition is as old as object-oriented programming. The latest crop of languages like Go or Rust prove that you don’t need subclassing to successfully write code. But what’s a pragmatic approach to subclassing in Python, specifically?
-
- https://github.com/graphql-python/graphene
- https://github.com/graphql-python/graphene-django
- https://docs.graphene-python.org/projects/django/en/latest/
- https://www.twilio.com/blog/graphql-apis-django-graphene
- https://www.reddit.com/r/django/comments/uzm4fn/is_graphene_django_reliable_is_it_used_in/
- Real World Graphene: Lessons Learned From Building A Graphql Api On Top Of A Django App for Saleor (https://github.com/saleor/saleor)
- graphene-django or: How I learned to stop RESTing and Love the Graph