Tag: logic
-
Painting Quantum Pictures with Walks on Graphs
Actions Panel Painting Quantum Pictures with Walks on Graphs By Washington DC Quantum Computing MeetupFollow Date and time Saturday, October 14 · 10am – 12pm PDT Location Online About this event 2 hours Mobile eTicket Summary:When we think of quantum computing, we tend to think of qubits, gates, or annealing, but there is another paradigm,…
-
What is the design pattern for doing Apollo serverside logic
0 To learn GraphQL and Apollo I am working on a Tic Tac Toe game. Currently the way it works is that the server stores all game information so when the client clicks a square, it sends a mutation to the server which updates the GameState type and returns the new state. What I would…