MM.RAGHURAMinraghu1712.hashnode.dev·Dec 6, 2023 · 12 min readApple Push Notification in Node JSCertainly! Let's break down the provided Node.js code line by line: const admin = require('firebase-admin'); const apn = require('apn'); const path = require('path'); require('dotenv').config(); Import necessary modules: firebase-admin: Used for i...00
MM.RAGHURAMinraghu1712.hashnode.dev·May 11, 2023 · 3 min readHasura-setupHasura-dev Sure, here are the steps to install and set up Hasura using Docker with PostgreSQL: Install [[Docker Setup in Ubuntu Linux]] and Docker Compose on your machine if you haven't already done so. Create a new directory for your Hasura app an...00