DEV Community

Gerald Villacarlos
Gerald Villacarlos

Posted on • Updated on

Things I learned this week - Week 45 (2022 ed.)

  1. Typed JavaScript? For real? The type annotations proposal and what it’s all about

  2. How to fix a No `Access-Control-Allow-Origin’ error message on Google Cloud Storage
    I’m trying to download a file via jQuery Ajax. The file is stored a file on Google Cloud Storage. My domain is http://localhost:8888/.
    https://selom.medium.com/how-to-fix-a-no-access-control-allow-origin-error-message-on-google-cloud-storage-90dd9b7e3ddb

  3. Rendering real-time data with Vue, Node, and socket.io
    https://blog.openreplay.com/rendering-real-time-data-with-vue-node-and-socket-io

  4. GraphQL error handling to the max with Typescript, codegen and fp-ts
    https://the-guild.dev/blog/graphql-error-handling-with-fp

  5. Async processes in Javascript



Top comments (0)