Programming How to connect your ExpressJS app with Postgres using Knex Learn how to use Knex to connect your Express application with Postgres
Javascript Cloning an object in JavaScript and avoiding Gotchas This post covers different ways to clone objects in JavaScript and things to watch out for while using these approaches
Javascript How to add third party scripts & inline scripts in your Nuxt.js app? Problem statement Let's say you have created a Nuxt app and one day your client or your boss asks you to add some snippet of code to every page of the site for
Programming How to add authentication to your universal Nuxt app using nuxt/auth module? Recently I was working on a Nuxt.js app and had to add authentication to it. First thing I thought was to use vuex to store two fields in a state: isLoggedIn: a
Javascript How to read or modify spreadsheets from Google Sheets using Node.js ? First of all, a brief overview of our use case. Let's say I have a spreadsheet on Google Sheets which is not public and I want to be able to read/modify programmatically