Category: Deno

  • Building REST API with Deno & PostgreSQL – Part 2

    Building REST API with Deno & PostgreSQL – Part 2

    Picking up from where we stopped in Part 1, this is the continuation of Developing REST API with Deno where we talked about the benefits of Deno and built an API that was persisting in the Browser. We’ll continue with integrating Deno and PostgreSQL. In this post, we’ll use one of the best database open-source…

  • Developing REST API with Deno – Part 1

    Developing REST API with Deno – Part 1

    The creator of Node JS, Ryan Dahl, brings up a new technology called Deno, which is an improvement to Node JS. Please note that, Node is not dead – and would still be in existence due to its popularity and ecosystem, but Deno is just a superset of Node and brings in better security and…