Toni Väisänentonitalksdev.com·Oct 21, 2023Clojure and Cross Origin Resource Sharing (CORS)Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://localhost:8000/. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 200. If you're dealing with the above error with your Clo...Discuss·900 readsClojure Backend Development TipsClojure
Muhamed Abdallamuhamedabdalla.hashnode.dev·Sep 22, 2023Approaches of Cassandra's ring partitioningIn the previous article, we talked about Cassandra's gossip protocol.Today, We are going a further step to talk about ring partitioning concepts in terms of Cassandra. Partitioning Approaches Before diving into approaches to partitioning a database, ...Discuss·105 readsCassandra