inDepth.dev
  • Our Manifesto
Subscribe
Tagged

nodejs

A collection of 3 posts

How to read Azure Dev Ops logs  from Node.js using REST API
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...

  • Georgi Parlakov
Georgi Parlakov Apr 22, 2020 • 8 min read
Under-the-hood of web bundlers (e.g. Webpack)
webpack

Under-the-hood of web bundlers (e.g. Webpack)

Webpack is somewhat of a black box for most developers. Tools like “create-react-app” abstract most of the bundler functionality away. I did some research into it and began building my own light-weight web bundler to understand more about what it entails.

  • Craig Taub
Craig Taub Apr 11, 2020 • 9 min read
Building an API with Firebase
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.

  • Andrew Evans
Andrew Evans Jul 24, 2019 • 17 min read
inDepth.dev © 2023
Powered by Ghost