angular Code-sharing made easy in a full-stack app with Nx, Angular, and NestJS In this article, we'll combine Angular and NestJS while building a journal app and learn how to take advantage of code sharing in a Nx monorepo
nodejs How to read Azure Dev Ops logs from Node.js using REST API Turns out the logs response is a zip file which contains multiple log file entries. We'll get PAT for authorization, fetch and unzip them...
angular Declarative internet shopping with Payment Request API and Angular Remember last time you paid on a website with a single touch using Google Pay, Apple Pay or a credit card? Now supposed you need to implement this functionality in an Angular application. Let's see how this can be done.
nodejs Building an API with Firebase In this post I will be building out an API with Google’s Firebase. I will be building out the back-end with Firebase Cloud Functions and ExpressJS.