VirtualTam's bookmarks
115 bookmarks found
-
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
-
Recapping and restoring a Harman Kardon 330C
2022-06-05 -
Mechanical Watch - Bartosz Ciechanowski
2022-05-31 -
EI2030 Working Groups aims to create a laptop using e-ink or similar non-emissive technology
2022-05-02 - https://github.com/EI2030
- https://alexsoto.dev/modos-paper-laptop.html
- https://forum.ei2030.org/t/proposal-ei-2030-the-community-built-e-ink-laptop-project/118
- https://alexsoto.dev/building-an-e-ink-laptop.html
- https://forum.ei2030.org/t/papertop-laptop/136
- https://forum.pi-top.com/t/buying-another-power-supply-for-pi-top4/481/10
- https://forum.ei2030.org/t/low-power-e-paper-os/138
- https://www.youtube.com/watch?v=AIz8JL6xc9A
- https://forum.ei2030.org/t/research-porting-linux-to-ultra-low-power-microcontroller/151/1
-
-
Article series:
- Testing Microservices, the sane way
- Testing in Production, the safe way
- Testing in Production: the hard parts
Presentations:
I’m more and more convinced that staging environments are like mocks - at best a pale imitation of the genuine article and the worst form of confirmation bias.
It’s still better than having nothing - but “works in staging” is only one step better than “works on my machine”.